xref: /linux/drivers/net/ethernet/microchip/lan966x/Kconfig (revision 9410645520e9b820069761f3450ef6661418e279)
1config LAN966X_SWITCH
2	tristate "Lan966x switch driver"
3	depends on PTP_1588_CLOCK_OPTIONAL
4	depends on HAS_IOMEM
5	depends on OF
6	depends on NET_SWITCHDEV
7	depends on BRIDGE || BRIDGE=n
8	select PHYLINK
9	select PAGE_POOL
10	select VCAP
11	select FDMA
12	help
13	  This driver supports the Lan966x network switch device.
14
15config LAN966X_DCB
16	bool "Data Center Bridging (DCB) support"
17	depends on LAN966X_SWITCH && DCB
18	default y
19	help
20	  Say Y here if you want to use Data Center Bridging (DCB) in the
21	  driver. This can be used to assign priority to traffic, based on
22	  DSCP and PCP.
23
24	  If unsure, set to Y.
25