mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB
Date: Mon, 18 Nov 2019 19:48:09 +0100	[thread overview]
Message-ID: <20191118184809.27173-3-m.tretter@pengutronix.de> (raw)
In-Reply-To: <20191118184809.27173-1-m.tretter@pengutronix.de>

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>
---
 arch/arm/configs/zynqmp_defconfig | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2019-11-18 18:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-18 18:48 [PATCH 0/2] ARM: zynqmp: defconfig fixes Michael Tretter
2019-11-18 18:48 ` [PATCH 1/2] ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA Michael Tretter
2019-11-18 18:48 ` Michael Tretter [this message]
2019-11-25  7:45   ` [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191118184809.27173-3-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox