summaryrefslogtreecommitdiff
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2018-10-11 19:31:57 +0300
committerTom Rini <trini@konsulko.com>2018-11-16 21:34:35 +0300
commitf371f91bdd850b5f315eefac4b4ae0ad4244d533 (patch)
treefb0fe011f6bb2e9adee0c50582412944272dc71b /drivers/serial/Kconfig
parent95187bb7cbb95c1074ad17ccc3822d83d972210d (diff)
downloadu-boot-f371f91bdd850b5f315eefac4b4ae0ad4244d533.tar.xz
serial: bcm6858: add serial support
This driver add the support of serial on bcm6858. It's based on serial for bcm6345. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 597db4b9cb..6625a65b58 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -500,6 +500,12 @@ config BCM6345_SERIAL
help
Select this to enable UART on BCM6345 SoCs.
+config BCM6858_SERIAL
+ bool "Support for BCM6858 UART"
+ depends on DM_SERIAL && ARCH_BCM6858
+ help
+ Select this to enable UART on BCM6358 SoCs.
+
config FSL_LINFLEXUART
bool "Freescale Linflex UART support"
depends on DM_SERIAL