commit | 896a74f615d6ffcbbcbec1505b19ed3280fe7873 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 01 14:43:18 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 11 10:15:53 2016 -0600 |
tree | 08e9fafd6a0da250256e93deac7b69b3623c6f5a | |
parent | 561e624c350ee5c281da46d23aee70b0523d4d39 [diff] [blame] |
dm: blk: Enable CONFIG_BLK if DM_MMC is enabled To speed up conversion to CONFIG_BLK, enable it by default when DM_MMC is enabled. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig index 13b91cd..27659ba 100644 --- a/configs/k2g_evm_defconfig +++ b/configs/k2g_evm_defconfig
@@ -35,6 +35,7 @@ CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y CONFIG_DM=y +# CONFIG_BLK is not set CONFIG_DM_MMC=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y