summaryrefslogtreecommitdiff
path: root/configs/salvator-x_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-05-13 15:57:46 +0200
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-05-22 04:38:27 +0900
commit50fb0c451f8219d26612451933c7905457459bc4 (patch)
treeef232ae1e6e20accd8c31f027b838b2ef1e67ba5 /configs/salvator-x_defconfig
parent8474681c3eb37f65c08eb9080cef817c38ee60c4 (diff)
ARM: rmobile: salvator-x: Add SD support
Add support for the SD card slots on the Salvator-X board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/salvator-x_defconfig')
-rw-r--r--configs/salvator-x_defconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig
index 8cef6075e9..1478b6ae3b 100644
--- a/configs/salvator-x_defconfig
+++ b/configs/salvator-x_defconfig
@@ -8,9 +8,11 @@ CONFIG_VERSION_VARIABLE=y
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_FDT=y
CONFIG_R8A7795=y
-# CONFIG_CMD_IMI is not set
+CONFIG_SH_SDHI=y
# CONFIG_CMD_IMLS is not set
-# CONFIG_CMD_XIMG is not set
+CONFIG_CMD_EDITENV=y
+CONFIG_CMD_SAVEENV=y
CONFIG_DOS_PARTITION=y
-# CONFIG_MMC is not set
+CONFIG_MMC=y
+CONFIG_GENERIC_MMC=y
CONFIG_OF_LIBFDT=y