diff options
author | Kurt Kanzenbach <kurt@linutronix.de> | 2020-11-03 08:10:56 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-05 14:04:49 -0800 |
commit | e4b27ebc780fa7fa951d81d241912755532568ff (patch) | |
tree | cf6fdbdefd85f7905f90aa7497b9a51d768429eb /drivers/net/dsa/hirschmann/Kconfig | |
parent | e358bef7c392b6a29381b9b8fbf646a88d5968f3 (diff) | |
download | lwn-e4b27ebc780fa7fa951d81d241912755532568ff.tar.gz lwn-e4b27ebc780fa7fa951d81d241912755532568ff.zip |
net: dsa: Add DSA driver for Hirschmann Hellcreek switches
Add a basic DSA driver for Hirschmann Hellcreek switches. Those switches are
implementing features needed for Time Sensitive Networking (TSN) such as support
for the Time Precision Protocol and various shapers like the Time Aware Shaper.
This driver includes basic support for networking:
* VLAN handling
* FDB handling
* Port statistics
* STP
* Phylink
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/dsa/hirschmann/Kconfig')
-rw-r--r-- | drivers/net/dsa/hirschmann/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/dsa/hirschmann/Kconfig b/drivers/net/dsa/hirschmann/Kconfig new file mode 100644 index 000000000000..7d189cb936e3 --- /dev/null +++ b/drivers/net/dsa/hirschmann/Kconfig @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 +config NET_DSA_HIRSCHMANN_HELLCREEK + tristate "Hirschmann Hellcreek TSN Switch support" + depends on HAS_IOMEM + depends on NET_DSA + select NET_DSA_TAG_HELLCREEK + help + This driver adds support for Hirschmann Hellcreek TSN switches. |