aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index cd55c9b0f7ea..e70f7049cc6f 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -569,12 +569,12 @@ config SCHED_SMT
569 overhead in some places. If unsure say N here. 569 overhead in some places. If unsure say N here.
570 570
571config PROC_DEVICETREE 571config PROC_DEVICETREE
572 bool "Support for Open Firmware device tree in /proc" 572 bool "Support for device tree in /proc"
573 depends on (PPC_OF || PPC_ISERIES) && PROC_FS 573 depends on 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
577 Firmware. If unsure, say Y here. 577 Firmware or other boot firmware. If unsure, say Y here.
578 578
579source "arch/powerpc/platforms/prep/Kconfig" 579source "arch/powerpc/platforms/prep/Kconfig"
580 580