projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c00b6
)
serial: timberdale: Depend on X86_32
author
Jean Delvare
<
[email protected]
>
Thu, 3 Apr 2014 09:36:22 +0000
(11:36 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 16 Apr 2014 21:17:44 +0000
(14:17 -0700)
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 <
[email protected]
>
Cc: Greg Kroah-Hartman <
[email protected]
>
Cc: Jiri Slaby <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/serial/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/Kconfig
b/drivers/tty/serial/Kconfig
index 2e6d8ddc44252b44bfeba8e9a2a0072052a9414f..5d9b01aa54f4c0e3d037611b721c562a2f4823fd 100644
(file)
--- a/
drivers/tty/serial/Kconfig
+++ b/
drivers/tty/serial/Kconfig
@@
-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.