diff options
| author | Marek Vasut <[email protected]> | 2023-05-06 16:43:31 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-05-21 16:54:41 +0200 |
| commit | ff476897ed698eae1fa439d52b30694a2b40464a (patch) | |
| tree | fcadc1d147c76b3b6066ff2cccba3ad26e0c3609 /drivers/serial/Kconfig | |
| parent | ab2f54d21184d53f40e6e16a810c4df71ebb446a (diff) | |
serial: mxs: Add MXS AUART driver
Add trivial driver for the MXS AUART IP. This is the other UART IP
present in i.MX23 and i.MX28, used to drive the non-DUART ports.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers/serial/Kconfig')
| -rw-r--r-- | drivers/serial/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index f4767c838f9..a1e089962a9 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -966,6 +966,14 @@ config MSM_GENI_SERIAL Driver works in FIFO mode. Multiple baudrates supported. +config MXS_AUART_SERIAL + bool "MXS AUART" + depends on DM_SERIAL + help + Support for Freescale i.MX23 / i.MX28 AUART or Application UART IP. + This IP is present in the aforementioned SoCs, however this is not + the IP used to drive the Debug UART port, for that see PL01X_SERIAL . + config OCTEON_SERIAL_BOOTCMD bool "MIPS Octeon PCI remote bootcmd input" depends on ARCH_OCTEON |
