From 558e12571e3cc949837ab0c232a1bb528a8f95da Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 8 Sep 2016 18:47:35 +0900 Subject: sandbox, x86: select DM_KEYBOARD instead of default y entry Once we migrate to DM-based drivers, we cannot go back to legacy ones, i.e. config options like DM_* are not user-configurable. Make SANDBOX and X86 select DM_KEYBOARD like other platforms do. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- arch/sandbox/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/sandbox') diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index d4c1ee0..c931c0b 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -25,7 +25,4 @@ config PCI used on some devices to allow the CPU to communicate with its peripherals. -config DM_KEYBOARD - default y - endmenu -- cgit v1.1