oleavr-rgl-a500-mini-linux-.../net/dsa/Kconfig
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

24 lines
328 B
Text

config HAVE_NET_DSA
def_bool y
depends on NETDEVICES && !S390
# Drivers must select NET_DSA and the appropriate tagging format
config NET_DSA
tristate
depends on HAVE_NET_DSA
select PHYLIB
if NET_DSA
# tagging formats
config NET_DSA_TAG_DSA
bool
config NET_DSA_TAG_EDSA
bool
config NET_DSA_TAG_TRAILER
bool
endif