* [PATCH] mfd: timberdale: Depend on X86_32
@ 2014-04-03 9:34 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2014-04-03 9:34 UTC (permalink / raw)
To: linux-kernel; +Cc: Samuel Ortiz, Lee Jones
As far as I know the Timberdale chip was only used as a companion for
Intel Atom E600 series processors. As such, its drivers are only
useful on X86_32.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Lee Jones <lee.jones@linaro.org>
---
drivers/mfd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.14.orig/drivers/mfd/Kconfig 2014-04-03 09:16:01.741554631 +0200
+++ linux-3.14/drivers/mfd/Kconfig 2014-04-03 09:57:44.438396779 +0200
@@ -1014,7 +1014,7 @@ config MFD_LM3533
config MFD_TIMBERDALE
tristate "Timberdale FPGA"
select MFD_CORE
- depends on PCI && GPIOLIB
+ depends on PCI && GPIOLIB && (X86_32 || COMPILE_TEST)
---help---
This is the core driver for the timberdale FPGA. This device is a
multifunction device which exposes numerous platform devices.
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-03 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 9:34 [PATCH] mfd: timberdale: Depend on X86_32 Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox