xref: /linux/drivers/net/ethernet/microchip/lan966x/Kconfig (revision ce3d99c8349584bc0fbe1e21918a3ea1155343aa)
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	help
12	  This driver supports the Lan966x network switch device.
13
14config LAN966X_DCB
15	bool "Data Center Bridging (DCB) support"
16	depends on LAN966X_SWITCH && DCB
17	default y
18	help
19	  Say Y here if you want to use Data Center Bridging (DCB) in the
20	  driver. This can be used to assign priority to traffic, based on
21	  DSCP and PCP.
22
23	  If unsure, set to Y.
24