summaryrefslogtreecommitdiff
path: root/configs/evb-ast2500_defconfig
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2019-08-15 14:29:39 -0500
committerPeng Fan <peng.fan@nxp.com>2019-09-05 15:27:31 +0800
commitc8bcd9b4b456e6a8f47f28f1d10cd74a83295e09 (patch)
tree57152ec96a75b170fcef3103700e448317b89df6 /configs/evb-ast2500_defconfig
parent7764ee2e832a2130e59cf030648b003ce5464560 (diff)
configs: AST2500 EVB: Enable SD controller
Enable the MMC subsystem and the Aspeed SD controller. Also enable the use of the device tree for probing the controller. Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'configs/evb-ast2500_defconfig')
-rw-r--r--configs/evb-ast2500_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig
index 59d41cb568..b47ca5b52a 100644
--- a/configs/evb-ast2500_defconfig
+++ b/configs/evb-ast2500_defconfig
@@ -16,6 +16,7 @@ CONFIG_HUSH_PARSER=y
CONFIG_CMD_I2C=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
+CONFIG_CMD_MMC=y
CONFIG_CMD_PING=y
CONFIG_DEFAULT_DEVICE_TREE="ast2500-evb"
CONFIG_NET_RANDOM_ETHADDR=y
@@ -36,3 +37,10 @@ CONFIG_SYS_NS16550=y
CONFIG_SYSRESET=y
CONFIG_TIMER=y
CONFIG_WDT=y
+CONFIG_MMC=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_ASPEED=y
+CONFIG_MMC_VERBOSE=y
+CONFIG_OF_CONTROL=y
+CONFIG_OF_EMBED=y