Kconfig (fd3e0bbc6052ca9747a5332b382584ece83aab6d) | Kconfig (945feb174b14e7098cc7ecf0cf4768d35bc52f9c) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 39 unchanged lines hidden (view full) --- 48config IRQ_PER_CPU 49 bool 50 default y 51 52config STACKTRACE_SUPPORT 53 bool 54 default y 55 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 39 unchanged lines hidden (view full) --- 48config IRQ_PER_CPU 49 bool 50 default y 51 52config STACKTRACE_SUPPORT 53 bool 54 default y 55 |
56config TRACE_IRQFLAGS_SUPPORT 57 bool 58 depends on PPC64 59 default y 60 61config LOCKDEP_SUPPORT 62 bool 63 default y 64 |
|
56config RWSEM_GENERIC_SPINLOCK 57 bool 58 59config RWSEM_XCHGADD_ALGORITHM 60 bool 61 default y 62 63config GENERIC_LOCKBREAK --- 684 unchanged lines hidden --- | 65config RWSEM_GENERIC_SPINLOCK 66 bool 67 68config RWSEM_XCHGADD_ALGORITHM 69 bool 70 default y 71 72config GENERIC_LOCKBREAK --- 684 unchanged lines hidden --- |