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	depends on PTP_1588_CLOCK_OPTIONAL
8	depends on BRIDGE || BRIDGE=n
9	select PHYLINK
10	select PHY_SPARX5_SERDES
11	select RESET_CONTROLLER
12	help
13	  This driver supports the Sparx5 network switch device.
14