summaryrefslogtreecommitdiff
path: root/configs/am43xx_evm_usbhost_boot_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-01 14:43:18 -0600
committerSimon Glass <sjg@chromium.org>2016-10-11 10:15:53 -0600
commit896a74f615d6ffcbbcbec1505b19ed3280fe7873 (patch)
tree08e9fafd6a0da250256e93deac7b69b3623c6f5a /configs/am43xx_evm_usbhost_boot_defconfig
parent561e624c350ee5c281da46d23aee70b0523d4d39 (diff)
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>
Diffstat (limited to 'configs/am43xx_evm_usbhost_boot_defconfig')
-rw-r--r--configs/am43xx_evm_usbhost_boot_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
index 14d874f263..aa0effb545 100644
--- a/configs/am43xx_evm_usbhost_boot_defconfig
+++ b/configs/am43xx_evm_usbhost_boot_defconfig
@@ -38,6 +38,7 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm"
CONFIG_DM=y
+# CONFIG_BLK is not set
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
CONFIG_DFU_SF=y