[PATCH] powerpc: Enable CONFIG_IPV6 in ppc64_defconfig

sathnaga at linux.vnet.ibm.com sathnaga at linux.vnet.ibm.com
Wed Jul 3 01:47:45 AEST 2019


From: Satheesh Rajendran <sathnaga at linux.vnet.ibm.com>

Enable CONFIG_IPV6 in ppc64_defconfig to enable
certain network functionalities required for tests.

Signed-off-by: Michael Ellerman <mpe at ellerman.id.au>
Signed-off-by: Satheesh Rajendran <sathnaga at linux.vnet.ibm.com>
---
 arch/powerpc/configs/ppc64_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 91fdb619b484..93fd9792d030 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -89,7 +89,7 @@ CONFIG_SYN_COOKIES=y
 CONFIG_INET_AH=m
 CONFIG_INET_ESP=m
 CONFIG_INET_IPCOMP=m
-# CONFIG_IPV6 is not set
+CONFIG_IPV6=y
 CONFIG_NETFILTER=y
 # CONFIG_NETFILTER_ADVANCED is not set
 CONFIG_BRIDGE=m
-- 
2.21.0



More information about the Linuxppc-dev mailing list