diff options
author | Simon Glass | 2016-10-01 14:43:19 -0600 |
---|---|---|
committer | Simon Glass | 2016-10-11 10:17:03 -0600 |
commit | 252788b4eda852e0195e1903e55480b4bf4fea9d (patch) | |
tree | afd6e751f25a018f28d58559f0f1bc996eeb2e02 /configs/dra7xx_evm_defconfig | |
parent | 896a74f615d6ffcbbcbec1505b19ed3280fe7873 (diff) |
dm: mmc: Enable DM_MMC_OPS by default with DM_MMC
These two options go together and it is best to do the conversion in one
step. So enable DM_MMC_OPS by default if DM_MMC is enabled.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index cc5540e8894..3ee30212ae5 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -55,6 +55,7 @@ CONFIG_DM_GPIO=y CONFIG_PCF8575_GPIO=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y +# CONFIG_DM_MMC_OPS is not set CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y |