dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/dsa/Kconfig

27 lines
416 B
Plaintext

config NET_DSA
tristate "Distributed Switch Architecture support"
default n
depends on EXPERIMENTAL && NETDEVICES && !S390
select PHYLIB
---help---
This allows you to use hardware switch chips that use
the Distributed Switch Architecture.
if NET_DSA
# tagging formats
config NET_DSA_TAG_DSA
bool
default n
config NET_DSA_TAG_EDSA
bool
default n
config NET_DSA_TAG_TRAILER
bool
default n
endif