diff options
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig new file mode 100644 index 000000000000..7cf55e5eb39f --- /dev/null +++ b/net/dsa/Kconfig | |||
@@ -0,0 +1,31 @@ | |||
1 | menuconfig 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 | |||
9 | |||
10 | if NET_DSA | ||
11 | |||
12 | # tagging formats | ||
13 | config NET_DSA_TAG_EDSA | ||
14 | bool | ||
15 | default n | ||
16 | |||
17 | |||
18 | # switch drivers | ||
19 | config NET_DSA_MV88E6XXX | ||
20 | bool | ||
21 | default n | ||
22 | |||
23 | config NET_DSA_MV88E6123_61_65 | ||
24 | bool "Marvell 88E6123/6161/6165 ethernet switch chip support" | ||
25 | select NET_DSA_MV88E6XXX | ||
26 | select NET_DSA_TAG_EDSA | ||
27 | ---help--- | ||
28 | This enables support for the Marvell 88E6123/6161/6165 | ||
29 | ethernet switch chips. | ||
30 | |||
31 | endif | ||