This reverts commit b0e8181762
. Explicit
driver dependency on the bridge is no longer needed since
switchdev_bridge_port_{,un}offload() is no longer implemented by the
bridge driver but by switchdev.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
288 B
Text
11 lines
288 B
Text
config SPARX5_SWITCH
|
|
tristate "Sparx5 switch driver"
|
|
depends on NET_SWITCHDEV
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
depends on ARCH_SPARX5 || COMPILE_TEST
|
|
select PHYLINK
|
|
select PHY_SPARX5_SERDES
|
|
select RESET_CONTROLLER
|
|
help
|
|
This driver supports the Sparx5 network switch device.
|