On Wed, May 03, 2023 at 12:06:09PM +0200, Ahmad Fatoum wrote: > Unlike Linux, barebox has no CONFIG_FIXED_PHY or CONFIG_IRQ_DOMAIN. > The former is implied by CONFIG_PHYLIB and the latter is unneeded, so > revise the Kconfig option accordingly. > > Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > drivers/net/realtek-dsa/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks Sascha > > diff --git a/drivers/net/realtek-dsa/Kconfig b/drivers/net/realtek-dsa/Kconfig > index dd8599565f6e..0708f1ef96f4 100644 > --- a/drivers/net/realtek-dsa/Kconfig > +++ b/drivers/net/realtek-dsa/Kconfig > @@ -2,8 +2,7 @@ > menuconfig DRIVER_NET_DSA_REALTEK > tristate "Realtek Ethernet switch family support" > depends on DSA > - select FIXED_PHY > - select IRQ_DOMAIN > + select PHYLIB > select REALTEK_PHY > select REGMAP > help > -- > 2.39.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |