mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Cc: Alexander Shiyan <eagle.alexander923@gmail.com>
Subject: [PATCH] net: Fix DRIVER_NET_TI_DAVINCI_MDIO dependency
Date: Mon, 17 Feb 2025 12:05:48 +0100	[thread overview]
Message-ID: <20250217110548.1695938-1-s.hauer@pengutronix.de> (raw)

The davinci-mdio driver was factored out from DRIVER_NET_CPSW which
depends on ARCH_OMAP, so DRIVER_NET_TI_DAVINCI_MDIO should depend
on the same symbol, not ARCH_OMAP3.

Fixes: f703666dd1 ("net: davinci_mdio: separate driver")
Reported-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0e78579250..5c436a05cc 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -58,7 +58,7 @@ config DRIVER_NET_CPSW
 
 config DRIVER_NET_TI_DAVINCI_MDIO
 	bool "TI Davinci MDIO driver"
-	depends on ARCH_OMAP3 || ARCH_K3 || COMPILE_TEST
+	depends on ARCH_OMAP || ARCH_K3 || COMPILE_TEST
 
 config DRIVER_NET_DAVINCI_EMAC
 	bool "TI Davinci/OMAP EMAC ethernet driver"
-- 
2.39.5




             reply	other threads:[~2025-02-17 12:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17 11:05 Sascha Hauer [this message]
2025-02-18  5:18 ` Alexander Shiyan
2025-02-18 14:04 ` 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=20250217110548.1695938-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=eagle.alexander923@gmail.com \
    /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