powerpc: Make STRICT_MM_TYPECHECKS a config option
[deliverable/linux.git] / arch / powerpc / Kconfig.debug
index 0efa8f90a8f1055f040c9a62360c97d4aa4253e0..3a510f4a6b68cfe56f711ed81d46fcf1b2e0ee72 100644 (file)
@@ -19,6 +19,14 @@ config PPC_WERROR
        depends on !PPC_DISABLE_WERROR
        default y
 
+config STRICT_MM_TYPECHECKS
+       bool "Do extra type checking on mm types"
+       default n
+       help
+         This option turns on extra type checking for some mm related types.
+
+         If you don't know what this means, say N.
+
 config PRINT_STACK_DEPTH
        int "Stack depth to print" if DEBUG_KERNEL
        default 64
This page took 0.025418 seconds and 5 git commands to generate.