1config SPARX5_SWITCH
2	tristate "Sparx5 switch driver"
3	depends on BRIDGE || BRIDGE=n
4	depends on NET_SWITCHDEV
5	depends on HAS_IOMEM
6	depends on OF
7	depends on ARCH_SPARX5 || COMPILE_TEST
8	select PHYLINK
9	select PHY_SPARX5_SERDES
10	select RESET_CONTROLLER
11	help
12	  This driver supports the Sparx5 network switch device.
13