From cf19bafccf4cda172310b1c90489ea3f88587a4c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Dec 2014 18:15:17 -0600 Subject: [PATCH] C5471: choice has a default value. It should not --- arch/sim/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index e5fcad556b..6d36255f60 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -105,7 +105,6 @@ choice config SIM_TOUCHSCREEN bool "X11 mouse-based touchscreen emulation" - default n ---help--- Support an X11 mouse-based touchscreen emulation. Also needs INPUT=y