configs: Enable mmc support

This commits enables mmc on the Actions Cubieboard7 board.

Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
This commit is contained in:
Amit Singh Tomar 2021-11-28 17:02:25 +05:30 committed by Tom Rini
parent 57a91c3c9e
commit 94a43f7dc6

View File

@ -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