summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorKevin Hao2015-03-12 13:32:50 +0100
committerMichael Ellerman2015-03-17 10:04:32 +0100
commit52d99627003278bcd1a40ea45136a8148d351531 (patch)
tree9e511f88fb19353fb9d7fafa684d595e5a5e5fd7 /arch/powerpc/Kconfig
parentfbdev: kconfig: replace PPC_OF with PPC (diff)
downloadkernel-qcow2-linux-52d99627003278bcd1a40ea45136a8148d351531.tar.gz
kernel-qcow2-linux-52d99627003278bcd1a40ea45136a8148d351531.tar.xz
kernel-qcow2-linux-52d99627003278bcd1a40ea45136a8148d351531.zip
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')
-rw-r--r--arch/powerpc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 22b0940494bb..c102668b4225 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -189,9 +189,6 @@ config ARCH_MAY_HAVE_PC_FDC
bool
default PCI
-config PPC_OF
- def_bool y
-
config PPC_UDBG_16550
bool
default n