Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / net / dsa / sja1105 / Kconfig
1 config NET_DSA_SJA1105
2 tristate "NXP SJA1105 Ethernet switch family support"
3         depends on NET_DSA && SPI
4         select NET_DSA_TAG_SJA1105
5         select PACKING
6         select CRC32
7         help
8           This is the driver for the NXP SJA1105 automotive Ethernet switch
9           family. These are 5-port devices and are managed over an SPI
10           interface. Probing is handled based on OF bindings and so is the
11           linkage to phylib. The driver supports the following revisions:
12             - SJA1105E (Gen. 1, No TT-Ethernet)
13             - SJA1105T (Gen. 1, TT-Ethernet)
14             - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
15             - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
16             - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
17             - SJA1105S (Gen. 2, SGMII, TT-Ethernet)