Kconfig (1572497cb0e6d2016078bc9d5a95786bb878389f) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$(shell,uname --release)/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$(shell,uname --release)" 8 default ARCH_DEFCONFIG --- 312 unchanged lines hidden (view full) --- 321 322config AUDIT_TREE 323 def_bool y 324 depends on AUDITSYSCALL 325 select FSNOTIFY 326 327source "kernel/irq/Kconfig" 328source "kernel/time/Kconfig" | 1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$(shell,uname --release)/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$(shell,uname --release)" 8 default ARCH_DEFCONFIG --- 312 unchanged lines hidden (view full) --- 321 322config AUDIT_TREE 323 def_bool y 324 depends on AUDITSYSCALL 325 select FSNOTIFY 326 327source "kernel/irq/Kconfig" 328source "kernel/time/Kconfig" |
329source "kernel/Kconfig.preempt" |
|
329 330menu "CPU/Task time and stats accounting" 331 332config VIRT_CPU_ACCOUNTING 333 bool 334 335choice 336 prompt "Cputime accounting" --- 1650 unchanged lines hidden --- | 330 331menu "CPU/Task time and stats accounting" 332 333config VIRT_CPU_ACCOUNTING 334 bool 335 336choice 337 prompt "Cputime accounting" --- 1650 unchanged lines hidden --- |