brintos

brintos / linux-shallow public Read only

0
0
Text · 670 B · 3f04992 Raw
27 lines · plain
1config SPARX5_SWITCH2	tristate "Sparx5 switch driver"3	depends on NET_SWITCHDEV4	depends on HAS_IOMEM5	depends on OF6	depends on ARCH_SPARX5 || COMPILE_TEST7	depends on PTP_1588_CLOCK_OPTIONAL8	depends on BRIDGE || BRIDGE=n9	select PHYLINK10	select PHY_SPARX5_SERDES11	select RESET_CONTROLLER12	select VCAP13	select FDMA14	help15	  This driver supports the Sparx5 network switch device.16 17config SPARX5_DCB18	bool "Data Center Bridging (DCB) support"19	depends on SPARX5_SWITCH && DCB20	default y21	help22	  Say Y here if you want to use Data Center Bridging (DCB) in the23	  driver. This can be used to assign priority to traffic, based on24	  DSCP and PCP.25 26	  If unsure, set to Y.27