From 42b37d8d469bda1ddb1847596628eb03e1229bb4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 12 Jun 2016 23:30:24 -0600 Subject: dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards Enable this option to move rockchip over to use driver model for MMC operations. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8004c17..585b408 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -850,6 +850,7 @@ 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 -- cgit v1.1