Alpha arch development list
 help / color / mirror / Atom feed
* [PATCH] alpha, gpio: GENERIC_GPIO default must be n
@ 2011-08-28 20:57 Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2011-08-28 20:57 UTC (permalink / raw)
  To: Richard Henderson, Ivan Kokshaysky, Matt Turner
  Cc: Michael Cree, 638696, Mark Brown, Andrew Morton, linux-alpha

Since GPIOLIB is optional on alpha, GENERIC_GPIO must not be
selected by default.  If GPIOLIB is enabled, it will select
GENERIC_GPIO.

Reported-by: Michael Cree <mcree@orcon.net.nz>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
See <http://bugs.debian.org/638696> for an example of what 'def_bool y'
breaks.

Ben.

 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-28 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-28 20:57 [PATCH] alpha, gpio: GENERIC_GPIO default must be n Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox