summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2019-11-18 19:48:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-25 08:45:00 +0100
commit55246d3136115b18133e6df8e90e0c2056893888 (patch)
tree6f784f66c7a9a0c0ff503b9418020a44639e11b6 /arch
parent1b8c4b2050f19c2d72691b57c0a505d4b7960640 (diff)
downloadbarebox-55246d3136115b18133e6df8e90e0c2056893888.tar.gz
barebox-55246d3136115b18133e6df8e90e0c2056893888.tar.xz
ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB
Commit d952a0eeba37 ("Regenerate defconfig files") disabled the macb driver in the ZynqMP defconfig, because CONFIG_NET was not enabled in the defconfig. While not strictly required, you probably want to enable the macb driver on the ZynqMP. Enable CONFIG_NET and reenable CONFIG_DRIVER_NET_MACB. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-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 50b7556081..762103c541 100644
--- a/arch/arm/configs/zynqmp_defconfig
+++ b/arch/arm/configs/zynqmp_defconfig
@@ -33,7 +33,9 @@ CONFIG_CMD_TIMEOUT=y
CONFIG_CMD_CLK=y
CONFIG_CMD_OFTREE=y
CONFIG_CMD_TIME=y
+CONFIG_NET=y
CONFIG_DRIVER_SERIAL_CADENCE=y
+CONFIG_DRIVER_NET_MACB=y
# CONFIG_SPI is not set
CONFIG_FIRMWARE_ZYNQMP_FPGA=y
CONFIG_DIGEST=y