mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: Fix DRIVER_NET_TI_DAVINCI_MDIO dependency
@ 2025-02-17 11:05 Sascha Hauer
  2025-02-18  5:18 ` Alexander Shiyan
  2025-02-18 14:04 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-02-17 11:05 UTC (permalink / raw)
  To: Barebox List; +Cc: Alexander Shiyan

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-18 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-17 11:05 [PATCH] net: Fix DRIVER_NET_TI_DAVINCI_MDIO dependency Sascha Hauer
2025-02-18  5:18 ` Alexander Shiyan
2025-02-18 14:04 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox