Skip to content

Commit

Permalink
[IA64] gpio: GENERIC_GPIO default must be n
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Hutchings authored and Tony Luck committed Sep 1, 2011
1 parent 1b60e77 commit 9548869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ config HAVE_SETUP_PER_CPU_AREA
def_bool y

config GENERIC_GPIO
def_bool y
bool

config DMI
bool
Expand Down

0 comments on commit 9548869

Please sign in to comment.