diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-06-16 13:56:01 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 15:57:59 +0200 |
commit | 84c3a8f6eadb2bedfba10f62da0328d8533c8f25 (patch) | |
tree | 842e3c55bbe7341cb8b62a1679af4857a0492b33 /drivers/mfd/Kconfig | |
parent | Merge branches 'ib-mfd-extcon-regulator-3.17', 'ib-mfd-gpio-3.17' and 'ib-mfd... (diff) | |
download | linux-84c3a8f6eadb2bedfba10f62da0328d8533c8f25.tar.xz linux-84c3a8f6eadb2bedfba10f62da0328d8533c8f25.zip |
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 '')
-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. |