From: Icenowy Zheng <icen...@aosc.io>

As the pinmux setup of MMC0 at PF is masked, the sunxi MMC driver is now
harmless for PF uart setup, and it may be used for the extra MMC port.

Signed-off-by: Icenowy Zheng <icen...@aosc.io>
Signed-off-by: Yifan Gu <m...@yifangu.com>
---
 drivers/mmc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 717ce5a62f..5c363972ec 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -723,7 +723,7 @@ config ZYNQ_HISPD_BROKEN
 
 config MMC_SUNXI
        bool "Allwinner sunxi SD/MMC Host Controller support"
-       depends on ARCH_SUNXI && !UART0_PORT_F
+       depends on ARCH_SUNXI
        default y
        help
          This selects support for the SD/MMC Host Controller on
-- 
2.25.1

Reply via email to