From 63ba7b56a58a46ec1c2a5e75ead45d29df3a855a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 17 Oct 2005 20:14:59 +1000 Subject: [PATCH] --- yaml --- r: 11588 b: refs/heads/master c: 5f2967553394d01f4bafd03398777a42e8344d28 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 66944c83c5e2..88aea3a80812 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd184343b45e94fd3b0d4d0865070924bc6195ab +refs/heads/master: 5f2967553394d01f4bafd03398777a42e8344d28 diff --git a/trunk/arch/powerpc/Kconfig b/trunk/arch/powerpc/Kconfig index cd55c9b0f7ea..e70f7049cc6f 100644 --- a/trunk/arch/powerpc/Kconfig +++ b/trunk/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"