All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ia64, gpio: GENERIC_GPIO default must be n
@ 2011-09-01  4:46 Ben Hutchings
  2011-09-01 16:52 ` Luck, Tony
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2011-09-01  4:46 UTC (permalink / raw)
  To: linux-ia64

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>
---
Same problem as alpha, seen in this build log:
<https://buildd.debian.org/status/fetch.php?pkg=linux-2.6&arch=ia64&ver=3.1.0~rc4-1~experimental.1&stamp\x1314841718>.

Ben.

 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] ia64, gpio: GENERIC_GPIO default must be n
  2011-09-01  4:46 [PATCH] ia64, gpio: GENERIC_GPIO default must be n Ben Hutchings
@ 2011-09-01 16:52 ` Luck, Tony
  0 siblings, 0 replies; 2+ messages in thread
From: Luck, Tony @ 2011-09-01 16:52 UTC (permalink / raw)
  To: linux-ia64

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="windows-1254", Size: 336 bytes --]

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

Thanks. Applied locally. Will push when infrastructure allows.

-Tony
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þ&ºãø§¶\x17›¡Ü¨}©ž²Æ zÚ&j:+v‰¨þø\x1e¯ù\x1e®w¥þŠà2ŠÞ™¨è­Ú&¢)ß¡«a¶Úÿÿûàz¿äz¹Þ—ú+ƒùšŽŠÝ¢jÿŠwèþ^[f

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-01 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01  4:46 [PATCH] ia64, gpio: GENERIC_GPIO default must be n Ben Hutchings
2011-09-01 16:52 ` Luck, Tony

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.