diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-04-08 21:35:11 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-04-10 10:15:26 -0500 |
commit | 9f4c350d520e848b122dce3eb5b566ca635b98ca (patch) | |
tree | d15e4f41839b3acd0cb7d1637d0a6f5a487b9bf8 | |
parent | 9ac8f50a35a93928e750d6edc4133d1308f4f95d (diff) | |
download | op-kernel-dev-9f4c350d520e848b122dce3eb5b566ca635b98ca.zip op-kernel-dev-9f4c350d520e848b122dce3eb5b566ca635b98ca.tar.gz |
powerpc: remove "config MPC10X_OPENPIC"
The last users of Kconfig symbol MPC10X_OPENPIC were removed in v2.6.27.
Its Kconfig entry can be removed now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 5a8f50a9..302ba43 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig @@ -9,7 +9,6 @@ config LINKSTATION select FSL_SOC select PPC_UDBG_16550 if SERIAL_8250 select DEFAULT_UIMAGE - select MPC10X_OPENPIC select MPC10X_BRIDGE help Select LINKSTATION if configuring for one of PPC- (MPC8241) @@ -24,7 +23,6 @@ config STORCENTER select MPIC select FSL_SOC select PPC_UDBG_16550 if SERIAL_8250 - select MPC10X_OPENPIC select MPC10X_BRIDGE help Select STORCENTER if configuring for the iomega StorCenter @@ -84,9 +82,6 @@ config MV64X60 select PPC_INDIRECT_PCI select CHECK_CACHE_COHERENCY -config MPC10X_OPENPIC - bool - config GAMECUBE_COMMON bool |