diff options
author | Kevin Hao <haokexin@gmail.com> | 2015-03-12 08:32:50 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-03-17 05:04:32 -0400 |
commit | 52d99627003278bcd1a40ea45136a8148d351531 (patch) | |
tree | 9e511f88fb19353fb9d7fafa684d595e5a5e5fd7 /arch/powerpc/Kconfig.debug | |
parent | f915b51c79d1620efa6862d14d8cbd60c699b19b (diff) |
powerpc: kill PPC_OF
We have set CONFIG_PPC_OF to always 'y' in commit 0a498d96a332
("powerpc: set CONFIG_PPC_OF=y always for ARCH=powerpc") nine years
ago. And the arch/ppc also has gone away for many years. The OF
functionality was also moved to a common place and be used by many
archs. So it does make no sense to keep such a option in the current
kernel. Just kill it.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index ec2e40f2cc11..bfd823abff93 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -117,7 +117,7 @@ config BDI_SWITCH | |||
117 | 117 | ||
118 | config BOOTX_TEXT | 118 | config BOOTX_TEXT |
119 | bool "Support for early boot text console (BootX or OpenFirmware only)" | 119 | bool "Support for early boot text console (BootX or OpenFirmware only)" |
120 | depends on PPC_OF && PPC_BOOK3S | 120 | depends on PPC_BOOK3S |
121 | help | 121 | help |
122 | Say Y here to see progress messages from the boot firmware in text | 122 | Say Y here to see progress messages from the boot firmware in text |
123 | mode. Requires either BootX or Open Firmware. | 123 | mode. Requires either BootX or Open Firmware. |