Kconfig (51b743fe87d7fb3dba7a2ff4a1fe23bb65dc2245) Kconfig (b952741c80790d2dc9f17fac6f15d87d58dea2a1)
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

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

262 If unsure, say Y.
263
264config POSIX_MQUEUE_SYSCTL
265 bool
266 depends on POSIX_MQUEUE
267 depends on SYSCTL
268 default y
269
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

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

262 If unsure, say Y.
263
264config POSIX_MQUEUE_SYSCTL
265 bool
266 depends on POSIX_MQUEUE
267 depends on SYSCTL
268 default y
269
270config VIRT_CPU_ACCOUNTING
271 bool "Deterministic task and CPU time accounting"
272 depends on HAVE_VIRT_CPU_ACCOUNTING
273 default y if PPC64
274 help
275 Select this option to enable more accurate task and CPU time
276 accounting. This is done by reading a CPU counter on each
277 kernel entry and exit and on transitions within the kernel
278 between system, softirq and hardirq state, so there is a
279 small performance impact. In the case of s390 or IBM POWER > 5,
280 this also enables accounting of stolen time on logically-partitioned
281 systems.
282
270config BSD_PROCESS_ACCT
271 bool "BSD Process Accounting"
272 help
273 If you say Y here, a user level program will be able to instruct the
274 kernel (via a special system call) to write process accounting
275 information to a file: whenever a process exits, information about
276 that process will be appended to the file by the kernel. The
277 information includes things such as creation time, owning user,

--- 1338 unchanged lines hidden ---
283config BSD_PROCESS_ACCT
284 bool "BSD Process Accounting"
285 help
286 If you say Y here, a user level program will be able to instruct the
287 kernel (via a special system call) to write process accounting
288 information to a file: whenever a process exits, information about
289 that process will be appended to the file by the kernel. The
290 information includes things such as creation time, owning user,

--- 1338 unchanged lines hidden ---