summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2021-06-16 09:39:57 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-16 09:52:13 +0200
commit0868df7d44538298fcf9a037916d7a4ae9bc3b48 (patch)
tree5c6f88d520ae251d4cec6ff568e006dcb8402ec4 /arch/arm
parent4559cb9bebf009777046236e1b23d97d1168b57f (diff)
downloadbarebox-0868df7d44538298fcf9a037916d7a4ae9bc3b48.tar.gz
barebox-0868df7d44538298fcf9a037916d7a4ae9bc3b48.tar.xz
ARM: zynqmp: defconfig: enable MCI_ARASAN
The ZynqMP has an arasan SD controller. Enable it in the respective defconfig. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Link: https://lore.barebox.org/20210616073957.1872965-6-m.tretter@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/zynqmp_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/zynqmp_defconfig b/arch/arm/configs/zynqmp_defconfig
index 762103c541..6f5612fa92 100644
--- a/arch/arm/configs/zynqmp_defconfig
+++ b/arch/arm/configs/zynqmp_defconfig
@@ -37,5 +37,7 @@ CONFIG_NET=y
CONFIG_DRIVER_SERIAL_CADENCE=y
CONFIG_DRIVER_NET_MACB=y
# CONFIG_SPI is not set
+CONFIG_MCI=y
+CONFIG_MCI_ARASAN=y
CONFIG_FIRMWARE_ZYNQMP_FPGA=y
CONFIG_DIGEST=y