summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-06-16 13:56:01 +0200
committerLee Jones <lee.jones@linaro.org>2014-07-09 14:57:59 +0100
commit84c3a8f6eadb2bedfba10f62da0328d8533c8f25 (patch)
tree842e3c55bbe7341cb8b62a1679af4857a0492b33 /drivers/mfd/Kconfig
parent6ec9dc323b0fd4b83e6da64acc871f74508c0077 (diff)
mfd: timberdale: Depend on X86_32
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> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 637501e826f9..eae9e10ea5f6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1069,7 +1069,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.