pl011: Convert CONFIG_PL011_SERIAL to Kconfig
[oweals/u-boot.git] / drivers / serial / Kconfig
index 2816121dec6450e13d9624b11c7040b86df65ed6..99aa817e639744133df8f76c094b54b120281c7b 100644 (file)
@@ -453,6 +453,12 @@ config PL010_SERIAL
        help
          Select this to enable a UART for platforms using PL010.
 
+config PL011_SERIAL
+       bool "ARM PL011 driver"
+       depends on !DM_SERIAL
+       help
+         Select this to enable a UART for platforms using PL011.
+
 config ROCKCHIP_SERIAL
        bool "Rockchip on-chip UART support"
        depends on DM_SERIAL && SPL_OF_PLATDATA