projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c2725
)
tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST is set.
author
Dave Jones
<davej@redhat.com>
Tue, 3 Sep 2013 21:13:23 +0000
(17:13 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 21:25:26 +0000
(14:25 -0700)
The Kconfig for this option suggests it's only relevant on STi SoCs,
so add depends to have it not show up on archs that won't ever run it.
Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/serial/Kconfig
b/drivers/tty/serial/Kconfig
index febd45cd50273532e99c1a4d790d2690c6ae750d..701ca60076ed80b537fcc32fe8fdce52ea6fd9dc 100644
(file)
--- a/
drivers/tty/serial/Kconfig
+++ b/
drivers/tty/serial/Kconfig
@@
-1512,6
+1512,7
@@
config SERIAL_FSL_LPUART_CONSOLE
config SERIAL_ST_ASC
tristate "ST ASC serial port support"
select SERIAL_CORE
+ depends on ARM || COMPILE_TEST
help
This driver is for the on-chip Asychronous Serial Controller on
STMicroelectronics STi SoCs.