diff options
author | Masahiro Yamada | 2016-09-08 18:47:35 +0900 |
---|---|---|
committer | Tom Rini | 2016-10-01 20:04:33 -0400 |
commit | 558e12571e3cc949837ab0c232a1bb528a8f95da (patch) | |
tree | f0ce8f10e05a96540168cca453446a33dbe60907 /arch/x86 | |
parent | 45b047e557bdcf68dc08e61cf207dd35b9ba8bbc (diff) |
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 <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5193ee71591..9207549401b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -549,9 +549,6 @@ config I8254_TIMER config I8042_KEYB default y -config DM_KEYBOARD - default y - config SEABIOS bool "Support booting SeaBIOS" help |