Kconfig (51b743fe87d7fb3dba7a2ff4a1fe23bb65dc2245) Kconfig (b952741c80790d2dc9f17fac6f15d87d58dea2a1)
1#
2# General architecture dependent options
3#
4
5config OPROFILE
6 tristate "OProfile system profiling"
7 depends on PROFILING
8 depends on HAVE_OPROFILE

--- 267 unchanged lines hidden (view full) ---

276 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET
277 help
278 Enable tasks to build secure computing environments defined
279 in terms of Berkeley Packet Filter programs which implement
280 task-defined system call filtering polices.
281
282 See Documentation/prctl/seccomp_filter.txt for details.
283
1#
2# General architecture dependent options
3#
4
5config OPROFILE
6 tristate "OProfile system profiling"
7 depends on PROFILING
8 depends on HAVE_OPROFILE

--- 267 unchanged lines hidden (view full) ---

276 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET
277 help
278 Enable tasks to build secure computing environments defined
279 in terms of Berkeley Packet Filter programs which implement
280 task-defined system call filtering polices.
281
282 See Documentation/prctl/seccomp_filter.txt for details.
283
284config HAVE_VIRT_CPU_ACCOUNTING
285 bool
286
284source "kernel/gcov/Kconfig"
287source "kernel/gcov/Kconfig"