[PATCH 2/2] mmc: sunxi: Remove unnecessary pinmux option dependency

Peng Fan (OSS) peng.fan at oss.nxp.com
Mon Apr 11 04:03:58 CEST 2022



On 2022/4/10 13:13, Samuel Holland wrote:
> Now that the pinmux conflict is handled in the board code (by skipping
> setup for the one conflicting MMC controller), the driver does not need
> to be entirely disabled based on the UART pinmux.
> 
> Signed-off-by: Samuel Holland <samuel at sholland.org>

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> ---
> 
>   drivers/mmc/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index f04cc44e19..5e2921ce41 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -727,7 +727,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
> 


More information about the U-Boot mailing list