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: v3.2-rc1~81^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=954886987085072cd7dd06622ddf850e46ec2902;p=linux-block.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