diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-01 08:33:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-01 08:33:04 +0000 |
commit | 450ac468386a27c881fef9738c7daecc840e62fa (patch) | |
tree | 45898bdb2488d0e24b3d3720f0a6d75e6354d518 /target/linux/generic/config-4.0 | |
parent | a04e09d6a98c8dea42cc94e9a4d05180daf7b50c (diff) | |
download | upstream-450ac468386a27c881fef9738c7daecc840e62fa.tar.gz upstream-450ac468386a27c881fef9738c7daecc840e62fa.tar.bz2 upstream-450ac468386a27c881fef9738c7daecc840e62fa.zip |
config: add an option to enable KPROBE
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-4.0')
-rw-r--r-- | target/linux/generic/config-4.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 5e12b3b3f7..1f4d624273 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -249,6 +249,7 @@ CONFIG_ARM_DMA_MEM_BUFFERABLE=y # CONFIG_ARM_ERRATA_775420 is not set # CONFIG_ARM_ERRATA_798181 is not set # CONFIG_ARM_KERNMEM_PERMS is not set +# CONFIG_ARM_KPROBES_TEST is not set # CONFIG_ARM_PATCH_PHYS_VIRT is not set # CONFIG_ARM_PSCI is not set # CONFIG_ARM_PTDUMP is not set @@ -1801,6 +1802,7 @@ CONFIG_KERNFS=y # CONFIG_KMEMCHECK is not set # CONFIG_KMX61 is not set # CONFIG_KPROBES is not set +# CONFIG_KPROBES_SANITY_TEST is not set # CONFIG_KS8842 is not set # CONFIG_KS8851 is not set # CONFIG_KS8851_MLL is not set @@ -2517,6 +2519,7 @@ CONFIG_NET_SCH_FQ_CODEL=y # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_TCPPROBE is not set # CONFIG_NET_TEAM is not set # CONFIG_NET_TULIP is not set # CONFIG_NET_UDP_TUNNEL is not set @@ -2951,6 +2954,7 @@ CONFIG_PPP_MULTILINK=y # CONFIG_PPTP is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_TRACER is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_PRINTK=y |