config [31mCONFIG_HAVE_NET_DSA[0m def_bool y depends on [31mCONFIG_NETDEVICES[0m && ![31mCONFIG_S390[0m # Drivers must select [31mCONFIG_NET_DSA[0m and the appropriate tagging format config [31mCONFIG_NET_DSA[0m tristate "Distributed Switch Architecture" depends on [31mCONFIG_HAVE_NET_DSA[0m && [31mCONFIG_NET_SWITCHDEV[0m select [31mCONFIG_PHYLIB[0m ---help--- Say Y if you want to enable support for the hardware switches supported by the Distributed Switch Architecture. if [31mCONFIG_NET_DSA[0m config [31mCONFIG_NET_DSA_HWMON[0m bool "Distributed Switch Architecture HWMON support" default y depends on [31mCONFIG_HWMON[0m && !([31mCONFIG_NET_DSA[0m=y && [31mCONFIG_HWMON[0m=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 [31mCONFIG_NET_DSA_TAG_BRCM[0m bool config [31mCONFIG_NET_DSA_TAG_DSA[0m bool config [31mCONFIG_NET_DSA_TAG_EDSA[0m bool config [31mCONFIG_NET_DSA_TAG_TRAILER[0m bool config [31mCONFIG_NET_DSA_TAG_QCA[0m bool endif |