[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0834047d-5eee-4d27-99c3-5f92460f78c3@lunn.ch>
Date: Sat, 11 Jan 2025 22:52:22 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Heiner Kallweit <hkallweit1@...il.com>
Cc: Paolo Abeni <pabeni@...hat.com>, Jakub Kicinski <kuba@...nel.org>,
David Miller <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Simon Horman <horms@...nel.org>,
Russell King - ARM Linux <linux@...linux.org.uk>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next v2 3/3] net: phy: realtek: add hwmon support for
temp sensor on RTL822x
> +config REALTEK_PHY_HWMON
> + def_bool REALTEK_PHY && HWMON
> + depends on !(REALTEK_PHY=y && HWMON=m)
> + help
> + Optional hwmon support for the temperature sensor
We frequently end up with build problems with HWMON. All the other
PHYs use:
depends on HWMON || HWMON=n
We have not yet seen 0-day report issues with your earlier patchsets
versions, but maybe we should keep it the same as all other PHYs? But
maybe it is actually the same, if you apply De Morgan's Law?
Andrew
Powered by blists - more mailing lists