--- zzzz-none-000/linux-3.10.107/drivers/net/phy/Kconfig 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/drivers/net/phy/Kconfig 2021-11-10 11:53:55.000000000 +0000 @@ -14,6 +14,21 @@ comment "MII PHY device drivers" +config MDIO_BOARDINFO + bool + default y + +config SWCONFIG + tristate "Switch configuration API" + ---help--- + Switch configuration API using netlink. This allows + you to configure the VLAN features of certain switches. + +config SWCONFIG_LEDS + bool "Switch LED trigger support" + depends on (SWCONFIG && LEDS_TRIGGERS) + + config AT803X_PHY tristate "Drivers for Atheros AT803X PHYs" ---help--- @@ -81,6 +96,12 @@ ---help--- Currently supports the IP175C and IP1001 PHYs. +config AR8216_PHY + tristate "Driver for Atheros AR8216 switches" + select ETHERNET_PACKET_MANGLE + select SWCONFIG + select REGMAP + config REALTEK_PHY tristate "Drivers for Realtek PHYs" ---help---