linux/debian/patches/bugfix/ia64/ia64-gpio-GENERIC_GPIO-defa...

29 lines
682 B
Diff

From: Ben Hutchings <ben@decadent.org.uk>
Date: Thu, 1 Sep 2011 05:32:51 +0100
Subject: [PATCH 1/2] 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>
---
arch/ia64/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 3ff7785..27489b6 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
--
1.7.5.4