mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ec6698c272
Provide basic support for Atheros AR9331 built-in switch. So far it works as port multiplexer without any hardware offloading support. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config NET_DSA_AR9331
|
|
tristate "Qualcomm Atheros AR9331 Ethernet switch support"
|
|
depends on NET_DSA
|
|
select NET_DSA_TAG_AR9331
|
|
select REGMAP
|
|
---help---
|
|
This enables support for the Qualcomm Atheros AR9331 built-in Ethernet
|
|
switch.
|