Kconfig (0ea0397a3a12f9720d6acb78a48da796a54e81aa) Kconfig (c8fc5d49c341805fee7fc295f2ea8a709f78aec4)
1config DEFCONFIG_LIST
2 string
3 depends on !UML
4 option defconfig_list
5 default "/lib/modules/$(shell,uname -r)/.config"
6 default "/etc/kernel-config"
7 default "/boot/config-$(shell,uname -r)"
8 default ARCH_DEFCONFIG

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

330 on architectures which support it.
331
332config HAVE_ARCH_AUDITSYSCALL
333 bool
334
335config AUDITSYSCALL
336 def_bool y
337 depends on AUDIT && HAVE_ARCH_AUDITSYSCALL
1config DEFCONFIG_LIST
2 string
3 depends on !UML
4 option defconfig_list
5 default "/lib/modules/$(shell,uname -r)/.config"
6 default "/etc/kernel-config"
7 default "/boot/config-$(shell,uname -r)"
8 default ARCH_DEFCONFIG

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

330 on architectures which support it.
331
332config HAVE_ARCH_AUDITSYSCALL
333 bool
334
335config AUDITSYSCALL
336 def_bool y
337 depends on AUDIT && HAVE_ARCH_AUDITSYSCALL
338
339config AUDIT_WATCH
340 def_bool y
341 depends on AUDITSYSCALL
342 select FSNOTIFY
343
338 select FSNOTIFY
339
344config AUDIT_TREE
345 def_bool y
346 depends on AUDITSYSCALL
347 select FSNOTIFY
348
349source "kernel/irq/Kconfig"
350source "kernel/time/Kconfig"
351source "kernel/Kconfig.preempt"
352
353menu "CPU/Task time and stats accounting"
354
355config VIRT_CPU_ACCOUNTING
356 bool

--- 1684 unchanged lines hidden ---
340source "kernel/irq/Kconfig"
341source "kernel/time/Kconfig"
342source "kernel/Kconfig.preempt"
343
344menu "CPU/Task time and stats accounting"
345
346config VIRT_CPU_ACCOUNTING
347 bool

--- 1684 unchanged lines hidden ---