mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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>
This commit is contained in:
parent
78adccac1f
commit
8d6d544cfb
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue