Skip to content

Commit

Permalink
blackfin: BF538/9 serial uart support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed Apr 6, 2009
1 parent 04bf7e7 commit f933d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ config UART1_RTS_PIN

config SERIAL_BFIN_UART2
bool "Enable UART2"
depends on SERIAL_BFIN && (BF54x)
depends on SERIAL_BFIN && (BF54x || BF538 || BF539)
help
Enable UART2

Expand Down

0 comments on commit f933d3c

Please sign in to comment.