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:
Tom Rini
2022-03-30 18:07:21 -04:00
parent 8c3e231b8f
commit f9f3209a34
12 changed files with 21 additions and 11 deletions

View File

@@ -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