Kconfig (84abd88a70090cf00f9e45c3a81680874f17626e) | Kconfig (172ae2e7f8ff9053905a36672453a6d2ff95b182) |
---|---|
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 --- 44 unchanged lines hidden (view full) --- 53 def_bool PPC64 54 55config IRQ_PER_CPU 56 bool 57 default y 58 59config NR_IRQS 60 int "Number of virtual interrupt numbers" | 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 --- 44 unchanged lines hidden (view full) --- 53 def_bool PPC64 54 55config IRQ_PER_CPU 56 bool 57 default y 58 59config NR_IRQS 60 int "Number of virtual interrupt numbers" |
61 range 32 512 | 61 range 32 32768 |
62 default "512" 63 help 64 This defines the number of virtual interrupt numbers the kernel 65 can manage. Virtual interrupt numbers are what you see in 66 /proc/interrupts. If you configure your system to have too few, 67 drivers will fail to load or worse - handle with care. 68 69config STACKTRACE_SUPPORT --- 165 unchanged lines hidden (view full) --- 235 bool 236 depends on PCI 237 depends on PPC64 # not supported on 32 bits yet 238 default n 239 240config ARCH_SUPPORTS_DEBUG_PAGEALLOC 241 def_bool y 242 | 62 default "512" 63 help 64 This defines the number of virtual interrupt numbers the kernel 65 can manage. Virtual interrupt numbers are what you see in 66 /proc/interrupts. If you configure your system to have too few, 67 drivers will fail to load or worse - handle with care. 68 69config STACKTRACE_SUPPORT --- 165 unchanged lines hidden (view full) --- 235 bool 236 depends on PCI 237 depends on PPC64 # not supported on 32 bits yet 238 default n 239 240config ARCH_SUPPORTS_DEBUG_PAGEALLOC 241 def_bool y 242 |
243config PPC_ADV_DEBUG_REGS 244 bool 245 depends on 40x || BOOKE 246 default y 247 248config PPC_ADV_DEBUG_IACS 249 int 250 depends on PPC_ADV_DEBUG_REGS 251 default 4 if 44x 252 default 2 253 254config PPC_ADV_DEBUG_DACS 255 int 256 depends on PPC_ADV_DEBUG_REGS 257 default 2 258 259config PPC_ADV_DEBUG_DVCS 260 int 261 depends on PPC_ADV_DEBUG_REGS 262 default 2 if 44x 263 default 0 264 265config PPC_ADV_DEBUG_DAC_RANGE 266 bool 267 depends on PPC_ADV_DEBUG_REGS && 44x 268 default y 269 |
|
243source "init/Kconfig" 244 245source "kernel/Kconfig.freezer" 246 247source "arch/powerpc/sysdev/Kconfig" 248source "arch/powerpc/platforms/Kconfig" 249 250menu "Kernel options" --- 738 unchanged lines hidden --- | 270source "init/Kconfig" 271 272source "kernel/Kconfig.freezer" 273 274source "arch/powerpc/sysdev/Kconfig" 275source "arch/powerpc/platforms/Kconfig" 276 277menu "Kernel options" --- 738 unchanged lines hidden --- |