]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/Kconfig
bcm2835_mu_serial: Convert to Kconfig
[u-boot] / drivers / serial / Kconfig
index 4167683885a2da4a2efd8967268b7522457235d2..72281a7b64ea6b56676a550b6cd1b5e82d211a5d 100644 (file)
@@ -388,6 +388,13 @@ config ATMEL_USART
          configured in the device tree, and input clock frequency can
          be got from the clk node.
 
+config BCM283X_MU_SERIAL
+       bool "Support for BCM283x Mini-UART"
+       depends on DM_SERIAL && ARCH_BCM283X
+       default y
+       help
+         Select this to enable Mini-UART support on BCM283X family of SoCs.
+
 config BCM6345_SERIAL
        bool "Support for BCM6345 UART"
        depends on DM_SERIAL && ARCH_BMIPS