diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-17 06:14:59 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-17 06:14:59 -0400 |
commit | 5f2967553394d01f4bafd03398777a42e8344d28 (patch) | |
tree | b4504f072ca945da545fde9f0360a8528bd7c11f /arch/powerpc/Kconfig | |
parent | dd184343b45e94fd3b0d4d0865070924bc6195ab (diff) |
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/Kconfig | 6 |
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 | ||
571 | config PROC_DEVICETREE | 571 | config 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 | ||
579 | source "arch/powerpc/platforms/prep/Kconfig" | 579 | source "arch/powerpc/platforms/prep/Kconfig" |
580 | 580 | ||