diff options
author | Anton Blanchard <anton@samba.org> | 2017-01-12 21:17:34 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-02 16:35:25 +1100 |
commit | 1925febe4bc4a6f3abc3b2e322f39348d090509c (patch) | |
tree | c5ce27b542dac52a8bf232450e51975a2d517e3f /arch/powerpc/configs/powernv_defconfig | |
parent | d6c569b99558b219fcf0ce0d3af8ec8f077ba924 (diff) | |
download | talos-op-linux-1925febe4bc4a6f3abc3b2e322f39348d090509c.tar.gz talos-op-linux-1925febe4bc4a6f3abc3b2e322f39348d090509c.zip |
powerpc/64: Add BPF_JIT to powernv and pseries defconfigs
Commit db9112173b18 ("powerpc: Turn on BPF_JIT in ppc64_defconfig")
only added BPF_JIT to the ppc64 defconfig. Add it to our powernv
and pseries defconfigs too.
Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/powernv_defconfig')
-rw-r--r-- | arch/powerpc/configs/powernv_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index e4d53fe5976a..b793550fac91 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig @@ -79,6 +79,7 @@ CONFIG_NETFILTER=y # CONFIG_NETFILTER_ADVANCED is not set CONFIG_BRIDGE=m CONFIG_VLAN_8021Q=m +CONFIG_BPF_JIT=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y |