aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-06 13:30:25 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-25 13:55:35 -0700
commit8d6d544cfb52a28d5c75d17552fa3d3f1cfe4a8c (patch)
treecc5bd973aa5ee49ebcf4d0f1f5fe8c13b9e214b0 /drivers/tty
parentserial: max310x: Assign port line automatically (diff)
downloadlinux-dev-8d6d544cfb52a28d5c75d17552fa3d3f1cfe4a8c.tar.xz
linux-dev-8d6d544cfb52a28d5c75d17552fa3d3f1cfe4a8c.zip
serial: 8250_uniphier: add COMPILE_TEST option
Add COMPILE_TEST for the compilation test coverage. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index e46761d20f7b..b5a0f2e76f08 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -387,7 +387,8 @@ config SERIAL_8250_MT6577
config SERIAL_8250_UNIPHIER
tristate "Support for UniPhier on-chip UART"
- depends on SERIAL_8250 && ARCH_UNIPHIER
+ depends on SERIAL_8250
+ depends on ARCH_UNIPHIER || COMPILE_TEST
help
If you have a UniPhier based board and want to use the on-chip
serial ports, say Y to this option. If unsure, say N.