Commit c8867514 authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Greg Kroah-Hartman

serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3

Allow 8250 omap serial driver to be used for K3 platforms.
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Acked-by: default avatarVignesh R <vigneshr@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1ff3652b
...@@ -375,7 +375,7 @@ config SERIAL_8250_RT288X ...@@ -375,7 +375,7 @@ config SERIAL_8250_RT288X
config SERIAL_8250_OMAP config SERIAL_8250_OMAP
tristate "Support for OMAP internal UART (8250 based driver)" tristate "Support for OMAP internal UART (8250 based driver)"
depends on SERIAL_8250 && ARCH_OMAP2PLUS depends on SERIAL_8250 && (ARCH_OMAP2PLUS || ARCH_K3)
help help
If you have a machine based on an Texas Instruments OMAP CPU you If you have a machine based on an Texas Instruments OMAP CPU you
can enable its onboard serial ports by enabling this option. can enable its onboard serial ports by enabling this option.
......
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