25 lines · plain
1config LAN966X_SWITCH2 tristate "Lan966x switch driver"3 depends on PTP_1588_CLOCK_OPTIONAL4 depends on HAS_IOMEM5 depends on OF6 depends on NET_SWITCHDEV7 depends on BRIDGE || BRIDGE=n8 select PHYLINK9 select PAGE_POOL10 select VCAP11 select FDMA12 help13 This driver supports the Lan966x network switch device.14 15config LAN966X_DCB16 bool "Data Center Bridging (DCB) support"17 depends on LAN966X_SWITCH && DCB18 default y19 help20 Say Y here if you want to use Data Center Bridging (DCB) in the21 driver. This can be used to assign priority to traffic, based on22 DSCP and PCP.23 24 If unsure, set to Y.25