diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
| -rw-r--r-- | arch/powerpc/Kconfig | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 50c9af43e017..155d571f5e26 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -58,7 +58,7 @@ config IRQ_PER_CPU | |||
| 58 | 58 | ||
| 59 | config NR_IRQS | 59 | config NR_IRQS |
| 60 | int "Number of virtual interrupt numbers" | 60 | int "Number of virtual interrupt numbers" |
| 61 | range 32 512 | 61 | range 32 32768 |
| 62 | default "512" | 62 | default "512" |
| 63 | help | 63 | help |
| 64 | This defines the number of virtual interrupt numbers the kernel | 64 | This defines the number of virtual interrupt numbers the kernel |
| @@ -241,6 +241,33 @@ config PPC_OF_PLATFORM_PCI | |||
| 241 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | 241 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
| 242 | def_bool y | 242 | def_bool y |
| 243 | 243 | ||
| 244 | config PPC_ADV_DEBUG_REGS | ||
| 245 | bool | ||
| 246 | depends on 40x || BOOKE | ||
| 247 | default y | ||
| 248 | |||
| 249 | config PPC_ADV_DEBUG_IACS | ||
| 250 | int | ||
| 251 | depends on PPC_ADV_DEBUG_REGS | ||
| 252 | default 4 if 44x | ||
| 253 | default 2 | ||
| 254 | |||
| 255 | config PPC_ADV_DEBUG_DACS | ||
| 256 | int | ||
| 257 | depends on PPC_ADV_DEBUG_REGS | ||
| 258 | default 2 | ||
| 259 | |||
| 260 | config PPC_ADV_DEBUG_DVCS | ||
| 261 | int | ||
| 262 | depends on PPC_ADV_DEBUG_REGS | ||
| 263 | default 2 if 44x | ||
| 264 | default 0 | ||
| 265 | |||
| 266 | config PPC_ADV_DEBUG_DAC_RANGE | ||
| 267 | bool | ||
| 268 | depends on PPC_ADV_DEBUG_REGS && 44x | ||
| 269 | default y | ||
| 270 | |||
| 244 | source "init/Kconfig" | 271 | source "init/Kconfig" |
| 245 | 272 | ||
| 246 | source "kernel/Kconfig.freezer" | 273 | source "kernel/Kconfig.freezer" |
