From: Ben Hutchings Date: Thu, 1 Sep 2011 04:46:00 +0000 (+0100) Subject: [IA64] gpio: GENERIC_GPIO default must be n X-Git-Tag: firefly_0821_release~3680^2~4225^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=954886987085072cd7dd06622ddf850e46ec2902;p=firefly-linux-kernel-4.4.55.git [IA64] gpio: GENERIC_GPIO default must be n Since GPIOLIB is optional on ia64, GENERIC_GPIO must not be selected by default. If GPIOLIB is enabled, it will select GENERIC_GPIO. Signed-off-by: Ben Hutchings Signed-off-by: Tony Luck --- diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 124854714958..aaaee506499f 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -92,7 +92,7 @@ config HAVE_SETUP_PER_CPU_AREA def_bool y config GENERIC_GPIO - def_bool y + bool config DMI bool