summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-08 09:47:36 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-02 00:04:35 (GMT)
commitb98278be7bd64f8726b388416947118f65077b2b (patch)
tree1e42301cc8dc051714f25e9d368eae2ebcbdf013 /arch
parent558e12571e3cc949837ab0c232a1bb528a8f95da (diff)
downloadu-boot-fsl-qoriq-b98278be7bd64f8726b388416947118f65077b2b.tar.xz
input: specify the default of I8042_KEYB in more correct manner
Creating multiple entries of "config FOO" often gives us bad experiences. In this case, we should specify "default X86" as platforms that want this keyboard by default. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9207549..ac2d598 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -546,9 +546,6 @@ config I8254_TIMER
Intel 8254 timer contains three counters which have fixed uses.
Include this to have U-Boot set up the timer correctly.
-config I8042_KEYB
- default y
-
config SEABIOS
bool "Support booting SeaBIOS"
help