]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/Kconfig
bcm2835_pl011_serial: Add BCM2835 specific serial driver
[u-boot] / drivers / serial / Kconfig
index 72281a7b64ea6b56676a550b6cd1b5e82d211a5d..3ffedba525657ea587882562daa9c2b81dca8217 100644 (file)
@@ -395,6 +395,15 @@ config BCM283X_MU_SERIAL
        help
          Select this to enable Mini-UART support on BCM283X family of SoCs.
 
+config BCM283X_PL011_SERIAL
+       bool "Support for BCM283x PL011 UART"
+       depends on PL01X_SERIAL && ARCH_BCM283X
+       default y
+       help
+         Select this to enable an overriding PL011 driver for BCM283X SoCs
+         that supports automatic disable, so that it only gets used when
+         the UART is actually muxed.
+
 config BCM6345_SERIAL
        bool "Support for BCM6345 UART"
        depends on DM_SERIAL && ARCH_BMIPS