config ATMEL_USART
bool "Atmel USART support"
+ depends on ARCH_AT91
help
Select this to enable USART support for Atmel SoCs. It can be
configured in the device tree, and input clock frequency can
config COREBOOT_SERIAL
bool "Coreboot UART support"
- depends on DM_SERIAL
- default y if SYS_COREBOOT
+ depends on DM_SERIAL && SYS_COREBOOT
+ default y
select SYS_NS16550
help
Select this to enable a ns16550-style UART where the platform data
config CORTINA_UART
bool "Cortina UART support"
- depends on DM_SERIAL
+ depends on DM_SERIAL && TARGET_PRESIDIO_ASIC
help
Select this to enable UART support for Cortina-Access UART devices
found on CAxxxx SoCs.
config FSL_LPUART
bool "Freescale LPUART support"
+ depends on MACH_IMX || ARCH_LS1021A || ARCH_LS1028A
help
Select this to enable a Low Power UART for Freescale VF610 and
QorIQ Layerscape devices.
config MVEBU_A3700_UART
bool "UART support for Armada 3700"
+ depends on ARCH_MVEBU
help
Choose this option to add support for UART driver on the Marvell
Armada 3700 SoC. The base address is configured via DT.
config MCFUART
bool "Freescale ColdFire UART support"
+ depends on M68K
help
Choose this option to add support for UART driver on the ColdFire
SoC's family. The serial communication channel provides a full-duplex
config ROCKCHIP_SERIAL
bool "Rockchip on-chip UART support"
- depends on DM_SERIAL
+ depends on DM_SERIAL && ARCH_ROCKCHIP
select SYS_NS16550
help
Select this to enable a debug UART for Rockchip devices when using
config MT7620_SERIAL
bool "UART driver for MediaTek MT7620 and earlier SoCs"
- depends on DM_SERIAL
+ depends on DM_SERIAL && SOC_MT7620
help
Select this to enable UART support for MediaTek MT7620 and earlier
SoCs. This driver uses driver model and requires a device tree