mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
mmc: sunxi: revive depends on UART0_PORT_F
Commit f401e907fc
("ARM: sunxi: remove bare default for
CONFIG_MMC") dropped "depends on UART0_PORT_F", but it is still
needed. Revive it as a prerequisite of CONFIG_MMC_SUNXI.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
2cd44e1e68
commit
0ad178c18a
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ config MMC_SDHCI_TEGRA
|
|||
|
||||
config MMC_SUNXI
|
||||
bool "Allwinner sunxi SD/MMC Host Controller support"
|
||||
depends on ARCH_SUNXI
|
||||
depends on ARCH_SUNXI && !UART0_PORT_F
|
||||
default y
|
||||
help
|
||||
This selects support for the SD/MMC Host Controller on
|
||||
|
|
Loading…
Reference in a new issue