commit | 7b8492ea40e1307b4fe89615ee7fa8b1d2d4940b | [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 | fcc53c1c1313aeeac5b8fd521ba4cd801352526d [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/tec_defconfig b/configs/tec_defconfig index d8ecde2..87dc247 100644 --- a/configs/tec_defconfig +++ b/configs/tec_defconfig
@@ -28,6 +28,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_SPL_DM=y +# CONFIG_BLK is not set CONFIG_DM_PMIC=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y