From: Alexander Shiyan <eagle.alexander923@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH] net: Fix DRIVER_NET_TI_DAVINCI_MDIO dependency
Date: Tue, 18 Feb 2025 08:18:29 +0300 [thread overview]
Message-ID: <CAP1tNvTY53UDtd4gzkeQkiZxnh-hsvcpAd=RaiLKm_FWBXJ+_Q@mail.gmail.com> (raw)
In-Reply-To: <20250217110548.1695938-1-s.hauer@pengutronix.de>
Thanks, Sascha!
Tested-by: Alexander Shiyan <eagle.alexander923@gmail.com>
пн, 17 февр. 2025 г. в 14:05, Sascha Hauer <s.hauer@pengutronix.de>:
>
> 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
>
next prev parent reply other threads:[~2025-02-18 5:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-17 11:05 Sascha Hauer
2025-02-18 5:18 ` Alexander Shiyan [this message]
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='CAP1tNvTY53UDtd4gzkeQkiZxnh-hsvcpAd=RaiLKm_FWBXJ+_Q@mail.gmail.com' \
--to=eagle.alexander923@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/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