From 1c45d11bb331b9df3e52d216c6a6d3ad8c5fa43f Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 2 Oct 2017 07:39:30 +0200 Subject: treewide: drop obsolete kernel config options CONFIG_GPIO_DEVRES was removed with kernel commit f9c22ec6c1c5 ("gpio: Remove GPIO_DEVRES option") during kernel 4.9 development. CONFIG_HAVE_BPF_JIT was removed with kernel commit 6077776b5908 ("bpf: split HAVE_BPF_JIT into cBPF and eBPF variant") during kernel 4.7 development. Signed-off-by: Mathias Kresin --- target/linux/lantiq/xway/config-default | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index bddf02763a..e88e3fee02 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -10,13 +10,11 @@ CONFIG_CRC16=y CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_GPIO_DEVRES=y CONFIG_HAS_IOPORT_MAP=y # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set CONFIG_HAVE_ARCH_SECCOMP_FILTER=y CONFIG_HAVE_ARCH_TRACEHOOK=y # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set -CONFIG_HAVE_BPF_JIT=y CONFIG_HAVE_CC_STACKPROTECTOR=y CONFIG_HAVE_CONTEXT_TRACKING=y CONFIG_HAVE_DEBUG_STACKOVERFLOW=y -- cgit v1.2.3