Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
[sfrench/cifs-2.6.git] / arch / powerpc / Kconfig.debug
index 949258d412d07193d72bcdc0c253fc500c3bd086..be1c8c5beb61c416ff8fbe36f021a124604b89f6 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 menu "Kernel hacking"
 
 source "lib/Kconfig.debug"
@@ -356,8 +357,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