]> Git Repo - J-linux.git/blob - drivers/net/ethernet/microchip/lan966x/Kconfig
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / net / ethernet / microchip / lan966x / Kconfig
1 config 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
14 config 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.
This page took 0.037837 seconds and 4 git commands to generate.