mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41: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
|
config MMC_SUNXI
|
||||||
bool "Allwinner sunxi SD/MMC Host Controller support"
|
bool "Allwinner sunxi SD/MMC Host Controller support"
|
||||||
depends on ARCH_SUNXI
|
depends on ARCH_SUNXI && !UART0_PORT_F
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This selects support for the SD/MMC Host Controller on
|
This selects support for the SD/MMC Host Controller on
|
||||||
|
|
Loading…
Add table
Reference in a new issue