commit | a18db1dd8345842eb87495e36f17961fa5637a7b | [log] [tgz] |
---|---|---|
author | Yinbo Zhu <yinbo.zhu@nxp.com> | Tue Sep 25 14:47:13 2018 +0800 |
committer | York Sun <york.sun@nxp.com> | Thu Sep 27 08:51:49 2018 -0700 |
tree | b6a4b58af57aefe9a53927425a8baec7c3fa36db | |
parent | f5c331e4d5f8394023f4856874206fb7e84542e4 [diff] [blame] |
Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig This enables the folowing to Kconfig: CONFIG_BLK CONFIG_DM_MMC Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
diff --git a/configs/ls1043ardb_defconfig b/configs/ls1043ardb_defconfig index c72231b..df68b94 100644 --- a/configs/ls1043ardb_defconfig +++ b/configs/ls1043ardb_defconfig
@@ -43,3 +43,5 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_BLK=y +CONFIG_DM_MMC=y