[PATCH] mfd: kconfig exposing unbuildable driver

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: LKML <linux-kernel@...>, Andrew Morton <akpm@...>, Russell King <rmk@...>, Randy Dunlap <randy.dunlap@...>
Date: Tuesday, April 22, 2008 - 4:25 pm

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



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] mfd: kconfig exposing unbuildable driver, Harvey Harrison, (Tue Apr 22, 4:25 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Russell King, (Tue Apr 22, 4:33 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, pHilipp Zabel, (Wed Apr 23, 4:02 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Linus Torvalds, (Tue Apr 22, 5:05 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, pHilipp Zabel, (Wed Apr 23, 4:14 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Russell King, (Tue Apr 22, 5:36 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Linus Torvalds, (Tue Apr 22, 5:47 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Randy.Dunlap, (Tue Apr 22, 4:38 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Russell King, (Tue Apr 22, 4:45 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Randy.Dunlap, (Tue Apr 22, 4:47 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Russell King, (Tue Apr 22, 5:01 pm)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Andrew Morton, (Wed Apr 23, 2:02 am)
Re: [PATCH] mfd: kconfig exposing unbuildable driver, Randy Dunlap, (Tue Apr 22, 5:06 pm)