xref: /linux/drivers/net/ethernet/microchip/sparx5/Kconfig (revision 38fe0e0156c037c060f81fe4e36549fae760322d)
1config SPARX5_SWITCH
2	tristate "Sparx5 switch driver"
3	depends on NET_SWITCHDEV
4	depends on HAS_IOMEM
5	select PHYLINK
6	select PHY_SPARX5_SERDES
7	select RESET_CONTROLLER
8	help
9	  This driver supports the Sparx5 network switch device.
10