Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (3ad1d171548e85fd582c8de8c0946875579aebe8) |
---|---|
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 | 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 PCS_XPCS |
|
6 select PACKING 7 select CRC32 8 help 9 This is the driver for the NXP SJA1105 automotive Ethernet switch 10 family. These are 5-port devices and are managed over an SPI 11 interface. Probing is handled based on OF bindings and so is the 12 linkage to PHYLINK. The driver supports the following revisions: 13 - SJA1105E (Gen. 1, No TT-Ethernet) --- 32 unchanged lines hidden --- | 7 select PACKING 8 select CRC32 9 help 10 This is the driver for the NXP SJA1105 automotive Ethernet switch 11 family. These are 5-port devices and are managed over an SPI 12 interface. Probing is handled based on OF bindings and so is the 13 linkage to PHYLINK. The driver supports the following revisions: 14 - SJA1105E (Gen. 1, No TT-Ethernet) --- 32 unchanged lines hidden --- |