e4b27ebc78
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>
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
# 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.
|