diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2011-09-01 05:46:00 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-09-01 09:51:59 -0700 |
commit | 954886987085072cd7dd06622ddf850e46ec2902 (patch) | |
tree | 8be2ce20af3bf6f59ebf1cff3a31f96cf3cf901a /arch | |
parent | 1b60e77d8485841cf6278963b151a486fbae1445 (diff) | |
download | linux-next-954886987085072cd7dd06622ddf850e46ec2902.tar.gz |
[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 <ben@decadent.org.uk>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |