diff options
author | Satheesh Rajendran <sathnaga@linux.vnet.ibm.com> | 2019-07-02 11:47:45 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-04 07:04:06 -0400 |
commit | 31afa05bf90ea5561307be83893c670555bd736d (patch) | |
tree | a25ecfe43bf08e3dfabc1798f258b904ccf222a7 | |
parent | 658829dfe75c49e879e0c4c9cbcd3bd1e4fbdcf5 (diff) |
powerpc: Enable CONFIG_IPV6 in ppc64_defconfig
Enable CONFIG_IPV6 in ppc64_defconfig to enable
certain network functionalities required for tests.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index cf5183c4a388..dc83fefa04f7 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -89,7 +89,7 @@ CONFIG_SYN_COOKIES=y | |||
89 | CONFIG_INET_AH=m | 89 | CONFIG_INET_AH=m |
90 | CONFIG_INET_ESP=m | 90 | CONFIG_INET_ESP=m |
91 | CONFIG_INET_IPCOMP=m | 91 | CONFIG_INET_IPCOMP=m |
92 | # CONFIG_IPV6 is not set | 92 | CONFIG_IPV6=y |
93 | CONFIG_NETFILTER=y | 93 | CONFIG_NETFILTER=y |
94 | # CONFIG_NETFILTER_ADVANCED is not set | 94 | # CONFIG_NETFILTER_ADVANCED is not set |
95 | CONFIG_BRIDGE=m | 95 | CONFIG_BRIDGE=m |