repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6.git]
/
net
/
dsa
/
Kconfig
blob
f5eede1d6cb8eb92cbf97b1b37de1362f13ac095
1
config HAVE_NET_DSA
2
def_bool y
3
depends on NETDEVICES && !S390
4
5
# Drivers must select NET_DSA and the appropriate tagging format
6
7
config NET_DSA
8
tristate
9
depends on HAVE_NET_DSA
10
select PHYLIB
11
12
if NET_DSA
13
14
# tagging formats
15
config NET_DSA_TAG_DSA
16
bool
17
18
config NET_DSA_TAG_EDSA
19
bool
20
21
config NET_DSA_TAG_TRAILER
22
bool
23
24
endif