Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Lee Jones
84c3a8f6 6ec9dc32

+1 -1
+1 -1
drivers/mfd/Kconfig
··· 1069 1069 config MFD_TIMBERDALE 1070 1070 tristate "Timberdale FPGA" 1071 1071 select MFD_CORE 1072 - depends on PCI && GPIOLIB 1072 + depends on PCI && GPIOLIB && (X86_32 || COMPILE_TEST) 1073 1073 ---help--- 1074 1074 This is the core driver for the timberdale FPGA. This device is a 1075 1075 multifunction device which exposes numerous platform devices.