[alpha] Disable GENERIC_GPIO (Closes: #638696)

svn path=/dists/sid/linux-2.6/; revision=18033
This commit is contained in:
Ben Hutchings 2011-08-29 13:30:57 +00:00
parent c7e36cd4fe
commit 8f0eaeaba8
3 changed files with 31 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ linux-2.6 (3.0.0-4) UNRELEASED; urgency=low
[ Ben Hutchings ]
* Make bug script accept failure of lspci (Closes: #639439)
* [alpha] Disable GENERIC_GPIO (Closes: #638696)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 28 Aug 2011 17:07:47 +0100

View File

@ -0,0 +1,29 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 28 Aug 2011 21:45:13 +0100
Subject: [PATCH] alpha, gpio: GENERIC_GPIO default must be n
Since GPIOLIB is optional on alpha, 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/alpha/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 60cde53..8bb9362 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -51,7 +51,7 @@ config GENERIC_CMOS_UPDATE
def_bool y
config GENERIC_GPIO
- def_bool y
+ bool
config ZONE_DMA
bool
--
1.7.5.4

1
debian/patches/series/4 vendored Normal file
View File

@ -0,0 +1 @@
+ bugfix/alpha/alpha-gpio-GENERIC_GPIO-default-must-be-n.patch