| depends on NETDEVICES && !S390 |
| # Drivers must select NET_DSA and the appropriate tagging format |
| tristate "Distributed Switch Architecture" |
| depends on HAVE_NET_DSA && NET_SWITCHDEV |
| Say Y if you want to enable support for the hardware switches supported |
| by the Distributed Switch Architecture. |
| bool "Distributed Switch Architecture HWMON support" |
| depends on HWMON && !(NET_DSA=y && HWMON=m) |
| 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. |
| config NET_DSA_TAG_TRAILER |