aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-03 18:55:30 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:05:55 -0400
commit617bf9a47f017b7e91dab9ef9bdaaeaee24163a7 (patch)
treefb60e409527908cf5fae83d256f5a60a09e8ae89 /arch/ppc/Kconfig
parentf4ad35a34bdc27ae18f97d684ca0e693bbffd5f5 (diff)
[PATCH] ppc32: Remove board support for PCORE
Support for the PCORE board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r--arch/ppc/Kconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index 770d8f23f655..f88032c65f91 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -548,9 +548,6 @@ config CPCI690
548 help 548 help
549 Select CPCI690 if configuring a Force CPCI690 cPCI board. 549 Select CPCI690 if configuring a Force CPCI690 cPCI board.
550 550
551config PCORE
552 bool "Force-PowerCore"
553
554config POWERPMC250 551config POWERPMC250
555 bool "Force-PowerPMC250" 552 bool "Force-PowerPMC250"
556 553
@@ -757,7 +754,7 @@ config PPC_OF
757 754
758config PPC_GEN550 755config PPC_GEN550
759 bool 756 bool
760 depends on SANDPOINT || SPRUCE || PPLUS || PCORE || \ 757 depends on SANDPOINT || SPRUCE || PPLUS || \
761 PRPMC750 || PRPMC800 || LOPEC || \ 758 PRPMC750 || PRPMC800 || LOPEC || \
762 (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ 759 (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
763 83xx 760 83xx
@@ -765,7 +762,7 @@ config PPC_GEN550
765 762
766config FORCE 763config FORCE
767 bool 764 bool
768 depends on 6xx && (PCORE || POWERPMC250) 765 depends on 6xx && POWERPMC250
769 default y 766 default y
770 767
771config GT64260 768config GT64260
@@ -828,7 +825,7 @@ config EPIC_SERIAL_MODE
828 825
829config MPC10X_BRIDGE 826config MPC10X_BRIDGE
830 bool 827 bool
831 depends on PCORE || POWERPMC250 || LOPEC || SANDPOINT 828 depends on POWERPMC250 || LOPEC || SANDPOINT
832 default y 829 default y
833 830
834config MPC10X_OPENPIC 831config MPC10X_OPENPIC