suniv: add new target
[openwrt/staging/wigyori.git] / package / boot / uboot-suniv / patches / 0018-sunxi-allow-to-enable-MMC-driver-when-using-PF-UART0.patch
1 From 42e14729ccd2aefc6726801554422497016b82bc Mon Sep 17 00:00:00 2001
2 From: Icenowy Zheng <icenowy@aosc.io>
3 Date: Sun, 21 Jan 2018 00:43:43 +0800
4 Subject: [PATCH 18/29] sunxi: allow to enable MMC driver when using PF UART0
5
6 As the pinmux setup of MMC0 at PF is masked, the sunxi MMC driver is now
7 harmless for PF uart setup, and it may be used for the extra MMC port.
8
9 Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
10 ---
11 drivers/mmc/Kconfig | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
15 index 85fd1906bd..93281d8e30 100644
16 --- a/drivers/mmc/Kconfig
17 +++ b/drivers/mmc/Kconfig
18 @@ -653,7 +653,7 @@ config ZYNQ_HISPD_BROKEN
19
20 config MMC_SUNXI
21 bool "Allwinner sunxi SD/MMC Host Controller support"
22 - depends on ARCH_SUNXI && !UART0_PORT_F
23 + depends on ARCH_SUNXI
24 default y
25 help
26 This selects support for the SD/MMC Host Controller on
27 --
28 2.20.1
29