xref: /OK3568_Linux_fs/buildroot/board/globalscale/espressobin/linux-extras.config (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#
2# The Espressobin has a switchcore with full support in the kernel.
3# This fragment enables DSA and its drivers, inclding VLAN aware bridge
4# support to allow users to easily set up a LAN switch + WAN interface.
5#
6CONFIG_NET_DSA=m
7CONFIG_VLAN_8021Q=y
8
9CONFIG_BRIDGE=m
10CONFIG_BRIDGE_IGMP_SNOOPING=y
11CONFIG_BRIDGE_VLAN_FILTERING=y
12
13CONFIG_NET_DSA_MV88E6XXX=m
14CONFIG_NET_DSA_MV88E6XXX_PTP=y
15