diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 15:24:09 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 08:16:24 +0200 |
commit | 48b2e99def2d92dbf2f7cb4b7f42ee8d98c56768 (patch) | |
tree | 09dd925ab3386a5390385894e04ec14f2e941390 /arch/powerpc/configs/ppc64_defconfig | |
parent | powerpc/configs/64s: Enable BLK_DEV_NVME (diff) | |
download | linux-48b2e99def2d92dbf2f7cb4b7f42ee8d98c56768.tar.xz linux-48b2e99def2d92dbf2f7cb4b7f42ee8d98c56768.zip |
powerpc/configs/64s: Enable VLAN support
Most other configs, and distros enable it.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-26-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index b88155ddab65..833847b775ec 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -111,6 +111,7 @@ CONFIG_INET_IPCOMP=m CONFIG_NETFILTER=y # CONFIG_NETFILTER_ADVANCED is not set CONFIG_BRIDGE=m +CONFIG_VLAN_8021Q=m CONFIG_NET_SCHED=y CONFIG_NET_CLS_BPF=m CONFIG_NET_CLS_ACT=y |