From: Ben Hutchings Date: Thu, 1 Sep 2011 04:46:00 +0000 (+0100) Subject: [IA64] gpio: GENERIC_GPIO default must be n X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=954886987085072cd7dd06622ddf850e46ec2902;p=linux.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 1248547149589..aaaee506499fd 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