diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:54 -0400 |
commit | 89d7f53030baa2616eb2fe87cbc19bc73111a78e (patch) | |
tree | d8d851a37b0236e7be6d54f58d86a41ab93f879d /arch/ppc/Kconfig | |
parent | ba9d1e2a3da505f0574751c3041bbc307c30aeca (diff) |
[PATCH] ppc32: Remove board support for MCPN765
Support for the MCPN765 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/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 3f8e003ff881..ad6c362a15b6 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -613,9 +613,6 @@ config EV64260 | |||
613 | config LOPEC | 613 | config LOPEC |
614 | bool "Motorola-LoPEC" | 614 | bool "Motorola-LoPEC" |
615 | 615 | ||
616 | config MCPN765 | ||
617 | bool "Motorola-MCPN765" | ||
618 | |||
619 | config MVME5100 | 616 | config MVME5100 |
620 | bool "Motorola-MVME5100" | 617 | bool "Motorola-MVME5100" |
621 | 618 | ||
@@ -790,7 +787,7 @@ config PPC_OF | |||
790 | 787 | ||
791 | config PPC_GEN550 | 788 | config PPC_GEN550 |
792 | bool | 789 | bool |
793 | depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \ | 790 | depends on SANDPOINT || SPRUCE || PPLUS || PCORE || \ |
794 | PRPMC750 || PRPMC800 || LOPEC || \ | 791 | PRPMC750 || PRPMC800 || LOPEC || \ |
795 | (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ | 792 | (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ |
796 | 83xx | 793 | 83xx |