diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-12 23:30:31 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 4b00bdb7a471fc4414c3957726c3cf13c2ca3445 (patch) | |
tree | 35bae47965aa94921f8583aa1e569a72465f7a5b /drivers/mmc/Kconfig | |
parent | 91cbc3f568a49990c5f468453e035166ad10b5d0 (diff) | |
download | u-boot-4b00bdb7a471fc4414c3957726c3cf13c2ca3445.tar.gz |
dm: mmc: msmsdhic: Drop old MMC code
Now that we have fully moved to driver model, drop the old code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index b9662f9ac8..79cf18f14f 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -27,7 +27,7 @@ config DM_MMC_OPS config MSM_SDHCI bool "Qualcomm SDHCI controller" - depends on DM_MMC + depends on DM_MMC && BLK && DM_MMC_OPS help Enables support for SDHCI 2.0 controller present on some Qualcomm Snapdragon devices. This device is compatible with eMMC v4.5 and |