aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-17 20:14:59 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-17 20:14:59 +1000
commit5f2967553394d01f4bafd03398777a42e8344d28 (patch)
treeb4504f072ca945da545fde9f0360a8528bd7c11f /arch/powerpc/Kconfig
parentpowerpc: Clear the BSS at the start of early_init with ARCH=ppc (diff)
downloadlinux-dev-5f2967553394d01f4bafd03398777a42e8344d28.tar.xz
linux-dev-5f2967553394d01f4bafd03398777a42e8344d28.zip
powerpc: Make CONFIG_PROC_DEVICETREE independent of CONFIG_PPC_OF
... since all platforms will have a device tree. Signed-off-by: Paul Mackerras <paulus@samba.org>
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
overhead in some places. If unsure say N here.
config PROC_DEVICETREE
- bool "Support for Open Firmware device tree in /proc"
- depends on (PPC_OF || PPC_ISERIES) && PROC_FS
+ bool "Support for device tree in /proc"
+ depends on PROC_FS
help
This option adds a device-tree directory under /proc which contains
an image of the device tree that the kernel copies from Open
- Firmware. If unsure, say Y here.
+ Firmware or other boot firmware. If unsure, say Y here.
source "arch/powerpc/platforms/prep/Kconfig"