Convert CONFIG_CONS_SCIF0 et al to Kconfig
This converts the following to Kconfig: CONFIG_CONS_SCIF0 CONFIG_CONS_SCIF1 CONFIG_CONS_SCIF2 CONFIG_CONS_SCIF4 CONFIG_CONS_SCIFA0 Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -804,6 +804,27 @@ config SCIF_CONSOLE
|
||||
on systems with RCar or SH SoCs, say Y to this option. If unsure,
|
||||
say N.
|
||||
|
||||
choice
|
||||
prompt "SCIF console port"
|
||||
depends on SCIF_CONSOLE && (!DM_SERIAL || (SPL && !SPL_DM_SERIAL))
|
||||
|
||||
config CONS_SCIF0
|
||||
bool "SCIF0"
|
||||
|
||||
config CONS_SCIF1
|
||||
bool "SCIF1"
|
||||
|
||||
config CONS_SCIF2
|
||||
bool "SCIF2"
|
||||
|
||||
config CONS_SCIF4
|
||||
bool "SCIF4"
|
||||
|
||||
config CONS_SCIFA0
|
||||
bool "SCIFA0"
|
||||
|
||||
endchoice
|
||||
|
||||
config SEMIHOSTING_SERIAL
|
||||
bool "Semihosting UART support"
|
||||
depends on SEMIHOSTING && !SERIAL_RX_BUFFER
|
||||
|
||||
Reference in New Issue
Block a user