mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:11:14 +07:00
serial: bfin_sport_uart: drop redundant cpu depends
The BF54xM procs imply the related BF54x define, so no need to check both. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d671250b98
commit
be991593f8
@ -1439,7 +1439,7 @@ config SERIAL_BFIN_SPORT_CONSOLE
|
||||
|
||||
config SERIAL_BFIN_SPORT0_UART
|
||||
bool "Enable UART over SPORT0"
|
||||
depends on SERIAL_BFIN_SPORT && !(BF542 || BF542M || BF544 || BF544M)
|
||||
depends on SERIAL_BFIN_SPORT && !(BF542 || BF544)
|
||||
help
|
||||
Enable UART over SPORT0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user