diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-01-20 01:37:50 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-20 14:42:51 -0500 |
commit | cf1a56a4cf196a2922e66e9a8e0bf80d324c5548 (patch) | |
tree | 967b905290303ecf4280089f82fe018ce8b081fe /net/dsa/Kconfig | |
parent | 0b04680fdae464ee51409b8cb36005f6ef8bd689 (diff) |
net: dsa: Remove hwmon support
Only the Marvell mv88e6xxx DSA driver made use of the HWMON support in
DSA. The temperature sensor registers are actually in the embedded
PHYs, and the PHY driver now supports it. So remove all HWMON support
from DSA and drivers.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 39bb5b3a82f2..9649238eef40 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -15,17 +15,6 @@ config NET_DSA if NET_DSA -config NET_DSA_HWMON - bool "Distributed Switch Architecture HWMON support" - default y - depends on HWMON && !(NET_DSA=y && HWMON=m) - ---help--- - Say Y if you want to expose thermal sensor data on switches supported - by the Distributed Switch Architecture. - - Some of those switches contain thermal sensors. This data is available - via the hwmon sysfs interface and exposes the onboard sensors. - # tagging formats config NET_DSA_TAG_BRCM bool |