diff options
| author | Tom Rini <[email protected]> | 2022-04-08 13:33:14 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 13:33:14 -0400 |
| commit | 909d2120e27964a9cfdc8d254cd8fa5a0e1345a7 (patch) | |
| tree | 0e64d4838989cff35a0cc14dbfbcb6a5a37667c3 /drivers/serial | |
| parent | 03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (diff) | |
| parent | 2fc0995cc05cc55bee79f387d1e83571539b0b3e (diff) | |
Merge branch '2022-04-08-Kconfig-updates-and-dead-code-removal'
- Migration of more symbols from board config.h files to defconfig
- Remove unused network drivers
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 76171e7146a..286c99800f0 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -804,6 +804,32 @@ 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 SH_SCIF_CLK_FREQ + int "SCIF console clock frequency" + depends on SCIF_CONSOLE && (!DM_SERIAL || (SPL && !SPL_DM_SERIAL)) + default 65000000 + config SEMIHOSTING_SERIAL bool "Semihosting UART support" depends on SEMIHOSTING && !SERIAL_RX_BUFFER |
