Clean up x86 unsafe_get/put_user() type handling
[linux-2.6-microblaze.git] / arch / powerpc / Kconfig.debug
index 949258d..c86df24 100644 (file)
@@ -356,8 +356,7 @@ config FAIL_IOMMU
 
 config PPC_PTDUMP
         bool "Export kernel pagetable layout to userspace via debugfs"
-        depends on DEBUG_KERNEL
-        select DEBUG_FS
+        depends on DEBUG_KERNEL && DEBUG_FS
         help
          This option exports the state of the kernel pagetables to a
          debugfs file. This is only useful for kernel developers who are