diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:53 -0400 |
commit | ba9d1e2a3da505f0574751c3041bbc307c30aeca (patch) | |
tree | 4020932fbdfcee1172bd85db63dbe5a1effb2091 /arch/ppc/Kconfig | |
parent | 94cb20e951511051367493a1399e16eb1a7433ae (diff) |
[PATCH] ppc32: Remove board support for K2
Support for the K2 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 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 2f3598662f24..3f8e003ff881 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -637,9 +637,6 @@ config SANDPOINT | |||
637 | config RADSTONE_PPC7D | 637 | config RADSTONE_PPC7D |
638 | bool "Radstone Technology PPC7D board" | 638 | bool "Radstone Technology PPC7D board" |
639 | 639 | ||
640 | config K2 | ||
641 | bool "SBS-K2" | ||
642 | |||
643 | config PAL4 | 640 | config PAL4 |
644 | bool "SBS-Palomar4" | 641 | bool "SBS-Palomar4" |
645 | 642 | ||
@@ -794,7 +791,7 @@ config PPC_OF | |||
794 | config PPC_GEN550 | 791 | config PPC_GEN550 |
795 | bool | 792 | bool |
796 | depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \ | 793 | depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \ |
797 | PRPMC750 || K2 || PRPMC800 || LOPEC || \ | 794 | PRPMC750 || PRPMC800 || LOPEC || \ |
798 | (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ | 795 | (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ |
799 | 83xx | 796 | 83xx |
800 | default y | 797 | default y |
@@ -883,10 +880,6 @@ config SANDPOINT_ENABLE_UART1 | |||
883 | If this option is enabled then the MPC824x processor will run | 880 | If this option is enabled then the MPC824x processor will run |
884 | in DUART mode instead of UART mode. | 881 | in DUART mode instead of UART mode. |
885 | 882 | ||
886 | config CPC710_DATA_GATHERING | ||
887 | bool "Enable CPC710 data gathering" | ||
888 | depends on K2 | ||
889 | |||
890 | config HARRIER_STORE_GATHERING | 883 | config HARRIER_STORE_GATHERING |
891 | bool "Enable Harrier store gathering" | 884 | bool "Enable Harrier store gathering" |
892 | depends on HARRIER | 885 | depends on HARRIER |