* [PATCH] serial: timberdale: Depend on X86_32
@ 2014-04-03 9:36 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2014-04-03 9:36 UTC (permalink / raw)
To: linux-serial; +Cc: Greg Kroah-Hartman, Jiri Slaby
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>
---
drivers/tty/serial/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-3.14.orig/drivers/tty/serial/Kconfig 2014-03-31 05:40:15.000000000 +0200
+++ linux-3.14/drivers/tty/serial/Kconfig 2014-04-03 10:09:03.356682369 +0200
@@ -1226,6 +1226,7 @@ config SERIAL_BFIN_SPORT3_UART_CTSRTS
config SERIAL_TIMBERDALE
tristate "Support for timberdale UART"
select SERIAL_CORE
+ depends on X86_32 || COMPILE_TEST
---help---
Add support for UART controller on timberdale.
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-03 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 9:36 [PATCH] serial: timberdale: Depend on X86_32 Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).