diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-06-16 07:56:01 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 09:57:59 -0400 |
commit | 84c3a8f6eadb2bedfba10f62da0328d8533c8f25 (patch) | |
tree | 842e3c55bbe7341cb8b62a1679af4857a0492b33 /drivers/mfd/Kconfig | |
parent | 6ec9dc323b0fd4b83e6da64acc871f74508c0077 (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/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 | |||
1069 | config MFD_TIMBERDALE | 1069 | config MFD_TIMBERDALE |
1070 | tristate "Timberdale FPGA" | 1070 | tristate "Timberdale FPGA" |
1071 | select MFD_CORE | 1071 | select MFD_CORE |
1072 | depends on PCI && GPIOLIB | 1072 | depends on PCI && GPIOLIB && (X86_32 || COMPILE_TEST) |
1073 | ---help--- | 1073 | ---help--- |
1074 | This is the core driver for the timberdale FPGA. This device is a | 1074 | This is the core driver for the timberdale FPGA. This device is a |
1075 | multifunction device which exposes numerous platform devices. | 1075 | multifunction device which exposes numerous platform devices. |