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>
This commit is contained in:
Paul Mackerras 2005-10-17 20:14:59 +10:00
parent dd184343b4
commit 5f29675533
1 changed files with 3 additions and 3 deletions

View File

@ -569,12 +569,12 @@ config SCHED_SMT
overhead in some places. If unsure say N here. overhead in some places. If unsure say N here.
config PROC_DEVICETREE config PROC_DEVICETREE
bool "Support for Open Firmware device tree in /proc" bool "Support for device tree in /proc"
depends on (PPC_OF || PPC_ISERIES) && PROC_FS depends on PROC_FS
help help
This option adds a device-tree directory under /proc which contains This option adds a device-tree directory under /proc which contains
an image of the device tree that the kernel copies from Open 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" source "arch/powerpc/platforms/prep/Kconfig"