summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Dolnikov <andrey.dolnikov@cogentembedded.com>2022-12-22 22:18:25 +0100
committerMarek Vasut <marek.vasut+renesas@gmail.com>2023-01-14 14:10:12 +0100
commit4327df1d345e502f48a1a23b091ae39110481026 (patch)
treef500ab377a955d1dacdc7f74b269d4a269baac3e
parent0fe4366c9ac93a9cb4e4515a514ff3492ae47d9c (diff)
downloadu-boot-4327df1d345e502f48a1a23b091ae39110481026.tar.gz
configs: r8a77980: Condor: Enable MMC support by default
This enables MMC support, which is available on Condor board, by default. Signed-off-by: Andrey Dolnikov <andrey.dolnikov@cogentembedded.com> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
-rw-r--r--configs/r8a77980_condor_defconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/r8a77980_condor_defconfig b/configs/r8a77980_condor_defconfig
index 819877d6ad..2e2bb55ba2 100644
--- a/configs/r8a77980_condor_defconfig
+++ b/configs/r8a77980_condor_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_DFU=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
+CONFIG_CMD_MMC=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_DHCP=y
@@ -64,7 +65,11 @@ CONFIG_DFU_SF=y
CONFIG_RCAR_GPIO=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_RCAR_I2C=y
-# CONFIG_MMC is not set
+CONFIG_DM_MMC=y
+CONFIG_MMC_IO_VOLTAGE=y
+CONFIG_MMC_UHS_SUPPORT=y
+CONFIG_MMC_HS200_SUPPORT=y
+CONFIG_RENESAS_SDHI=y
CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_SPANSION=y