From: Amit Singh Tomar Date: Sun, 28 Nov 2021 11:32:25 +0000 (+0530) Subject: configs: Enable mmc support X-Git-Tag: v2022.07~222^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94a43f7dc6811b590b8caf92a0486723ead47d0e;p=platform%2Fkernel%2Fu-boot.git configs: Enable mmc support This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig index 2937a54..536b023 100644 --- a/configs/cubieboard7_defconfig +++ b/configs/cubieboard7_defconfig @@ -16,3 +16,6 @@ CONFIG_PHY_REALTEK=y CONFIG_RTL8201F_PHY_S700_RMII_TIMINGS=y CONFIG_ETH_DESIGNWARE=y CONFIG_ETH_DESIGNWARE_S700=y +CONFIG_DM_MMC=y +CONFIG_MMC_OWL=y +CONFIG_CMD_MMC=y