Commit 8d6d544c authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Greg Kroah-Hartman

serial: 8250_uniphier: add COMPILE_TEST option

Add COMPILE_TEST for the compilation test coverage.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 78adccac
...@@ -387,7 +387,8 @@ config SERIAL_8250_MT6577 ...@@ -387,7 +387,8 @@ config SERIAL_8250_MT6577
config SERIAL_8250_UNIPHIER config SERIAL_8250_UNIPHIER
tristate "Support for UniPhier on-chip UART" tristate "Support for UniPhier on-chip UART"
depends on SERIAL_8250 && ARCH_UNIPHIER depends on SERIAL_8250
depends on ARCH_UNIPHIER || COMPILE_TEST
help help
If you have a UniPhier based board and want to use the on-chip 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. serial ports, say Y to this option. If unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment