aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 330376b74c87..cd55c9b0f7ea 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -570,7 +570,7 @@ config SCHED_SMT
570 570
571config PROC_DEVICETREE 571config PROC_DEVICETREE
572 bool "Support for Open Firmware device tree in /proc" 572 bool "Support for Open Firmware device tree in /proc"
573 depends on PPC_OF && PROC_FS 573 depends on (PPC_OF || PPC_ISERIES) && PROC_FS
574 help 574 help
575 This option adds a device-tree directory under /proc which contains 575 This option adds a device-tree directory under /proc which contains
576 an image of the device tree that the kernel copies from Open 576 an image of the device tree that the kernel copies from Open