diff options
| author | Stefan Bosch <[email protected]> | 2022-12-18 12:25:33 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-02 16:06:08 -0500 |
| commit | 5745de2c9d4beec60ffd6aa74beef9e4ac415ba5 (patch) | |
| tree | 3c7f767de03b61f582837e3da0e582d5e1a08350 /drivers/serial/Kconfig | |
| parent | c8ba27f7603df729cffcb656112fdf3ba0f8a20c (diff) | |
arm: s5p4418: dm_serial: switch to DM_SERIAL
Switch the S5P4418-SOC and therefore the s5p4418_nanopi2 board to
DM_SERIAL.
Signed-off-by: Stefan Bosch <[email protected]>
Diffstat (limited to 'drivers/serial/Kconfig')
| -rw-r--r-- | drivers/serial/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 14b0febd1a5..bb5083201b3 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -827,6 +827,15 @@ config S5P_SERIAL help Select this to enable Samsung S5P UART support. +config S5P4418_PL011_SERIAL + bool "Extended PL011 driver for S5P4418" + depends on DM_SERIAL && PL01X_SERIAL && ARCH_NEXELL + default y + help + Select this to enable support of the PL011 UARTs in the S5P4418 SOC. + With this driver the UART-clocks are set to the appropriate rate + (if not 'skip-init'). + config SANDBOX_SERIAL bool "Sandbox UART support" depends on SANDBOX |
