From b98278be7bd64f8726b388416947118f65077b2b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 8 Sep 2016 18:47:36 +0900 Subject: 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 Acked-by: Marek Vasut Reviewed-by: Simon Glass --- arch/x86/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/x86/Kconfig') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9207549401..ac2d598d66 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 -- cgit