diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index bf15e7b4cd3d..654bba5cf6b4 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -240,6 +240,33 @@ config PPC_OF_PLATFORM_PCI | |||
240 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | 240 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
241 | def_bool y | 241 | def_bool y |
242 | 242 | ||
243 | config PPC_ADV_DEBUG_REGS | ||
244 | bool | ||
245 | depends on 40x || BOOKE | ||
246 | default y | ||
247 | |||
248 | config PPC_ADV_DEBUG_IACS | ||
249 | int | ||
250 | depends on PPC_ADV_DEBUG_REGS | ||
251 | default 4 if 44x | ||
252 | default 2 | ||
253 | |||
254 | config PPC_ADV_DEBUG_DACS | ||
255 | int | ||
256 | depends on PPC_ADV_DEBUG_REGS | ||
257 | default 2 | ||
258 | |||
259 | config PPC_ADV_DEBUG_DVCS | ||
260 | int | ||
261 | depends on PPC_ADV_DEBUG_REGS | ||
262 | default 2 if 44x | ||
263 | default 0 | ||
264 | |||
265 | config PPC_ADV_DEBUG_DAC_RANGE | ||
266 | bool | ||
267 | depends on PPC_ADV_DEBUG_REGS && 44x | ||
268 | default y | ||
269 | |||
243 | source "init/Kconfig" | 270 | source "init/Kconfig" |
244 | 271 | ||
245 | source "kernel/Kconfig.freezer" | 272 | source "kernel/Kconfig.freezer" |