diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 330376b74c87..cd55c9b0f7ea 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -570,7 +570,7 @@ config SCHED_SMT | |||
570 | 570 | ||
571 | config PROC_DEVICETREE | 571 | config PROC_DEVICETREE |
572 | bool "Support for Open Firmware device tree in /proc" | 572 | bool "Support for Open Firmware device tree in /proc" |
573 | depends on PPC_OF && PROC_FS | 573 | depends on (PPC_OF || PPC_ISERIES) && 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 |