summaryrefslogtreecommitdiff
path: root/configs/rpi_3_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-05 16:23:38 -0600
committerTom Rini <trini@konsulko.com>2017-05-09 20:20:37 -0400
commite6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 (patch)
treef539de16062b3c7e90fd28b441408159487b328e /configs/rpi_3_defconfig
parentc6606515f1aedd716f5cffa454de12601bc2c372 (diff)
dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC
Convert the bcm2835 SDHCI driver over to support CONFIG_DM_MMC and move all boards over. There is no need to keep the old code since there are no other users. Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/rpi_3_defconfig')
-rw-r--r--configs/rpi_3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index 7fd5ca7679..36f3def6af 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -15,6 +15,7 @@ CONFIG_CMD_USB=y
# CONFIG_CMD_FPGA is not set
CONFIG_CMD_GPIO=y
CONFIG_OF_EMBED=y
+CONFIG_DM_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCM2835=y
CONFIG_DM_ETH=y