diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-06-16 15:56:01 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 17:57:59 +0400 |
commit | 84c3a8f6eadb2bedfba10f62da0328d8533c8f25 (patch) | |
tree | 842e3c55bbe7341cb8b62a1679af4857a0492b33 /drivers/mfd | |
parent | 6ec9dc323b0fd4b83e6da64acc871f74508c0077 (diff) | |
download | linux-84c3a8f6eadb2bedfba10f62da0328d8533c8f25.tar.xz |
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')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
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. |