blackfin: BF538/9 serial uart support
Enable third UART on BF538/9 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
04bf7e745b
commit
f933d3c740
|
@ -770,7 +770,7 @@ config UART1_RTS_PIN
|
||||||
|
|
||||||
config SERIAL_BFIN_UART2
|
config SERIAL_BFIN_UART2
|
||||||
bool "Enable UART2"
|
bool "Enable UART2"
|
||||||
depends on SERIAL_BFIN && (BF54x)
|
depends on SERIAL_BFIN && (BF54x || BF538 || BF539)
|
||||||
help
|
help
|
||||||
Enable UART2
|
Enable UART2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue