Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) | Kconfig (317ab5b86c8e15015efa208ec697affb9bd0b3f2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config NET_DSA_SJA1105 3tristate "NXP SJA1105 Ethernet switch family support" 4 depends on NET_DSA && SPI 5 select NET_DSA_TAG_SJA1105 6 select PACKING 7 select CRC32 8 help --- 9 unchanged lines hidden (view full) --- 18 - SJA1105S (Gen. 2, SGMII, TT-Ethernet) 19 20config NET_DSA_SJA1105_PTP 21 bool "Support for the PTP clock on the NXP SJA1105 Ethernet switch" 22 depends on NET_DSA_SJA1105 23 help 24 This enables support for timestamping and PTP clock manipulations in 25 the SJA1105 DSA driver. | 1# SPDX-License-Identifier: GPL-2.0-only 2config NET_DSA_SJA1105 3tristate "NXP SJA1105 Ethernet switch family support" 4 depends on NET_DSA && SPI 5 select NET_DSA_TAG_SJA1105 6 select PACKING 7 select CRC32 8 help --- 9 unchanged lines hidden (view full) --- 18 - SJA1105S (Gen. 2, SGMII, TT-Ethernet) 19 20config NET_DSA_SJA1105_PTP 21 bool "Support for the PTP clock on the NXP SJA1105 Ethernet switch" 22 depends on NET_DSA_SJA1105 23 help 24 This enables support for timestamping and PTP clock manipulations in 25 the SJA1105 DSA driver. |
26 27config NET_DSA_SJA1105_TAS 28 bool "Support for the Time-Aware Scheduler on NXP SJA1105" 29 depends on NET_DSA_SJA1105 30 help 31 This enables support for the TTEthernet-based egress scheduling 32 engine in the SJA1105 DSA driver, which is controlled using a 33 hardware offload of the tc-tqprio qdisc. |
|