public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: kconfig exposing unbuildable driver
@ 2008-04-22 20:25 Harvey Harrison
  2008-04-22 20:33 ` Russell King
  0 siblings, 1 reply; 13+ messages in thread
From: Harvey Harrison @ 2008-04-22 20:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Andrew Morton, Russell King, Randy Dunlap

Limit this driver to ARCH_PXA, noticed by breakage on allyesconfig
builds on 32-bit x86.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
Linus, please apply and Russell can fix it up however he likes later
in the week.  Many people are hitting this.

 drivers/mfd/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 2566479..bd29c61 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -32,6 +32,7 @@ config HTC_EGPIO
 
 config HTC_PASIC3
 	tristate "HTC PASIC3 LED/DS1WM chip support"
+	depends on ARCH_PXA
 	help
 	  This core driver provides register access for the LED/DS1WM
 	  chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
-- 
1.5.5.144.g3e42




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

end of thread, other threads:[~2008-04-23 20:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 20:25 [PATCH] mfd: kconfig exposing unbuildable driver Harvey Harrison
2008-04-22 20:33 ` Russell King
2008-04-22 20:38   ` Randy.Dunlap
2008-04-22 20:45     ` Russell King
2008-04-22 20:47       ` Randy.Dunlap
2008-04-22 21:01         ` Russell King
2008-04-22 21:06           ` Randy Dunlap
2008-04-23  6:02           ` Andrew Morton
2008-04-22 21:05   ` Linus Torvalds
2008-04-22 21:36     ` Russell King
2008-04-22 21:47       ` Linus Torvalds
2008-04-23 20:14     ` pHilipp Zabel
2008-04-23 20:02   ` pHilipp Zabel

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