Kconfig (396138f03f4521c55ecc3a5dd75d4c56e6323244) | Kconfig (2e16a77e1e674644b4fe552daa1fb11e32398ae6) |
---|---|
1menuconfig NET_DSA 2 bool "Distributed Switch Architecture support" 3 default n 4 depends on EXPERIMENTAL 5 ---help--- 6 This allows you to use hardware switch chips that use 7 the Distributed Switch Architecture. 8 --- 14 unchanged lines hidden (view full) --- 23 default n 24 25 26# switch drivers 27config NET_DSA_MV88E6XXX 28 bool 29 default n 30 | 1menuconfig NET_DSA 2 bool "Distributed Switch Architecture support" 3 default n 4 depends on EXPERIMENTAL 5 ---help--- 6 This allows you to use hardware switch chips that use 7 the Distributed Switch Architecture. 8 --- 14 unchanged lines hidden (view full) --- 23 default n 24 25 26# switch drivers 27config NET_DSA_MV88E6XXX 28 bool 29 default n 30 |
31config NET_DSA_MV88E6060 32 bool "Marvell 88E6060 ethernet switch chip support" 33 select NET_DSA_TAG_TRAILER 34 ---help--- 35 This enables support for the Marvell 88E6060 ethernet switch 36 chip. 37 |
|
31config NET_DSA_MV88E6XXX_NEED_PPU 32 bool 33 default n 34 35config NET_DSA_MV88E6131 36 bool "Marvell 88E6131 ethernet switch chip support" 37 select NET_DSA_MV88E6XXX 38 select NET_DSA_MV88E6XXX_NEED_PPU --- 14 unchanged lines hidden --- | 38config NET_DSA_MV88E6XXX_NEED_PPU 39 bool 40 default n 41 42config NET_DSA_MV88E6131 43 bool "Marvell 88E6131 ethernet switch chip support" 44 select NET_DSA_MV88E6XXX 45 select NET_DSA_MV88E6XXX_NEED_PPU --- 14 unchanged lines hidden --- |