diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-12 23:30:24 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 42b37d8d469bda1ddb1847596628eb03e1229bb4 (patch) | |
tree | 41d8cfbe65905231aaa5aadbea4b8fab8b39f846 /arch | |
parent | 691272fe5236b1b5ac02c7c1a1fb8fe85fd78d97 (diff) | |
download | u-boot-imx-42b37d8d469bda1ddb1847596628eb03e1229bb4.zip u-boot-imx-42b37d8d469bda1ddb1847596628eb03e1229bb4.tar.gz u-boot-imx-42b37d8d469bda1ddb1847596628eb03e1229bb4.tar.bz2 |
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 <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |