Kconfig 1.3 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
2 3 4
config NET_DSA_SJA1105
tristate "NXP SJA1105 Ethernet switch family support"
	depends on NET_DSA && SPI
5
	select NET_DSA_TAG_SJA1105
6 7 8 9 10 11
	select PACKING
	select CRC32
	help
	  This is the driver for the NXP SJA1105 automotive Ethernet switch
	  family. These are 5-port devices and are managed over an SPI
	  interface. Probing is handled based on OF bindings and so is the
12
	  linkage to PHYLINK. The driver supports the following revisions:
13 14 15 16 17 18
	    - SJA1105E (Gen. 1, No TT-Ethernet)
	    - SJA1105T (Gen. 1, TT-Ethernet)
	    - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
	    - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
	    - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
	    - SJA1105S (Gen. 2, SGMII, TT-Ethernet)
19 20

config NET_DSA_SJA1105_PTP
21
	bool "Support for the PTP clock on the NXP SJA1105 Ethernet switch"
22 23 24 25
	depends on NET_DSA_SJA1105
	help
	  This enables support for timestamping and PTP clock manipulations in
	  the SJA1105 DSA driver.
26 27 28

config NET_DSA_SJA1105_TAS
	bool "Support for the Time-Aware Scheduler on NXP SJA1105"
29 30
	depends on NET_DSA_SJA1105 && NET_SCH_TAPRIO
	depends on NET_SCH_TAPRIO=y || NET_DSA_SJA1105=m
31 32 33 34
	help
	  This enables support for the TTEthernet-based egress scheduling
	  engine in the SJA1105 DSA driver, which is controlled using a
	  hardware offload of the tc-tqprio qdisc.