summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-29 17:35:31 (GMT)
committerJaehoon Chung <jh80.chung@samsung.com>2017-08-17 07:59:55 (GMT)
commite7881d85a94b2e35b12a163c3af671057e9ca5e8 (patch)
treebe82191d632fd66b421b22eb309d5e9e82f42fed /arch/arm
parentb9a40c0c0ad82944c55d10b866a96b25c48e9f5f (diff)
downloadu-boot-e7881d85a94b2e35b12a163c3af671057e9ca5e8.tar.xz
dm: mmc: Drop CONFIG_DM_MMC_OPS
All boards which use DM_MMC have now been converted to use DM_MMC_OPS. Drop the option and good riddance. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 39b001f..f75cfad 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -726,7 +726,6 @@ config ARCH_ZYNQ
select DM_GPIO
select SPL_DM if SPL
select DM_MMC
- select DM_MMC_OPS
select DM_SPI
select DM_SERIAL
select DM_SPI_FLASH
@@ -1075,7 +1074,6 @@ config ARCH_ROCKCHIP
select DM_GPIO
select DM_I2C
select DM_MMC
- select DM_MMC_OPS
select DM_SERIAL
select DM_SPI
select DM_SPI_FLASH