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