summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-08 09:47:35 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-02 00:04:33 (GMT)
commit558e12571e3cc949837ab0c232a1bb528a8f95da (patch)
treef0ce8f10e05a96540168cca453446a33dbe60907 /arch/sandbox
parent45b047e557bdcf68dc08e61cf207dd35b9ba8bbc (diff)
downloadu-boot-fsl-qoriq-558e12571e3cc949837ab0c232a1bb528a8f95da.tar.xz
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/sandbox')
-rw-r--r--arch/sandbox/Kconfig3
1 files changed, 0 insertions, 3 deletions
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