sandbox, x86: select DM_KEYBOARD instead of default y entry
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 8 Sep 2016 09:47:35 +0000 (18:47 +0900)
committerTom Rini <trini@konsulko.com>
Sun, 2 Oct 2016 00:04:33 +0000 (20:04 -0400)
commit558e12571e3cc949837ab0c232a1bb528a8f95da
treef0ce8f10e05a96540168cca453446a33dbe60907
parent45b047e557bdcf68dc08e61cf207dd35b9ba8bbc
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>
arch/Kconfig
arch/sandbox/Kconfig
arch/x86/Kconfig