* [PATCH RESEND] mfd: timberdale: Depend on X86_32
@ 2014-06-16 11:56 Jean Delvare
2014-06-16 14:52 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-06-16 11:56 UTC (permalink / raw)
To: LKML; +Cc: Samuel Ortiz, Lee Jones
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>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Lee Jones <lee.jones@linaro.org>
---
Patch already sent on: 2014-04-03
drivers/mfd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.16-rc1.orig/drivers/mfd/Kconfig 2014-06-16 13:00:58.359698968 +0200
+++ linux-3.16-rc1/drivers/mfd/Kconfig 2014-06-16 13:02:12.995215489 +0200
@@ -1055,7 +1055,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.
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] mfd: timberdale: Depend on X86_32
2014-06-16 11:56 [PATCH RESEND] mfd: timberdale: Depend on X86_32 Jean Delvare
@ 2014-06-16 14:52 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2014-06-16 14:52 UTC (permalink / raw)
To: Jean Delvare; +Cc: LKML, Samuel Ortiz
On Mon, 16 Jun 2014, Jean Delvare wrote:
> 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>
> Cc: Samuel Ortiz <sameo@linux.intel.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> ---
> Patch already sent on: 2014-04-03
Applied, thanks.
> drivers/mfd/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-3.16-rc1.orig/drivers/mfd/Kconfig 2014-06-16 13:00:58.359698968 +0200
> +++ linux-3.16-rc1/drivers/mfd/Kconfig 2014-06-16 13:02:12.995215489 +0200
> @@ -1055,7 +1055,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.
>
>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-16 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 11:56 [PATCH RESEND] mfd: timberdale: Depend on X86_32 Jean Delvare
2014-06-16 14:52 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox