diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:04 -0400 |
commit | b40fa972863701dc554e2a4825c048bfc5a8d709 (patch) | |
tree | 4745ece547e794d3dca1f3ef7c310a4edb93e85d /drivers/mmc | |
parent | 295ab895e354f5cb33df5e8c18708f75eea54b0b (diff) | |
download | u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.tar.gz |
Convert CONFIG_ARM_PL180_MMCI to Kconfig
This converts the following to Kconfig:
CONFIG_ARM_PL180_MMCI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 8f56572c39..33b128ddc5 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -66,7 +66,6 @@ config MMC_SPI_CRC_ON config ARM_PL180_MMCI bool "ARM AMBA Multimedia Card Interface and compatible support" - depends on DM_MMC && OF_CONTROL help This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card Interface (PL180, PL181 and compatible) support. |