diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2006-10-02 10:19:00 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-03 12:59:17 -0400 |
commit | af8b128719f5248e542036ea994610a29d0642a6 (patch) | |
tree | 1330f156553cba8bccc9132c6a64bf766ed9ca8e /arch/mips/Kconfig | |
parent | 08dfcee84c5c747ca1cecbd04c3a7e65cc9ce26b (diff) |
[MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.
As per feature-removal-schedule.txt.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 87cee341eb54..9fe90507e6c7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -203,39 +203,6 @@ config MIPS_EV64120 | |||
203 | <http://www.marvell.com/>. Say Y here if you wish to build a | 203 | <http://www.marvell.com/>. Say Y here if you wish to build a |
204 | kernel for this platform. | 204 | kernel for this platform. |
205 | 205 | ||
206 | config MIPS_IVR | ||
207 | bool "Globespan IVR board" | ||
208 | select DMA_NONCOHERENT | ||
209 | select HW_HAS_PCI | ||
210 | select ITE_BOARD_GEN | ||
211 | select SYS_HAS_CPU_NEVADA | ||
212 | select SYS_SUPPORTS_32BIT_KERNEL | ||
213 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
214 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
215 | help | ||
216 | This is an evaluation board built by Globespan to showcase thir | ||
217 | iVR (Internet Video Recorder) design. It utilizes a QED RM5231 | ||
218 | R5000 MIPS core. More information can be found out their website | ||
219 | located at <http://www.globespan.net/>. Say Y here if you wish to | ||
220 | build a kernel for this platform. | ||
221 | |||
222 | config MIPS_ITE8172 | ||
223 | bool "ITE 8172G board" | ||
224 | select DMA_NONCOHERENT | ||
225 | select HW_HAS_PCI | ||
226 | select ITE_BOARD_GEN | ||
227 | select SYS_HAS_CPU_R5432 | ||
228 | select SYS_HAS_CPU_NEVADA | ||
229 | select SYS_SUPPORTS_32BIT_KERNEL | ||
230 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | ||
231 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
232 | help | ||
233 | Ths is an evaluation board made by ITE <http://www.ite.com.tw/> | ||
234 | with ATX form factor that utilizes a MIPS R5000 to work with its | ||
235 | ITE8172G companion internet appliance chip. The MIPS core can be | ||
236 | either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build | ||
237 | a kernel for this platform. | ||
238 | |||
239 | config MACH_JAZZ | 206 | config MACH_JAZZ |
240 | bool "Jazz family of machines" | 207 | bool "Jazz family of machines" |
241 | select ARC | 208 | select ARC |
@@ -804,7 +771,6 @@ endchoice | |||
804 | source "arch/mips/ddb5xxx/Kconfig" | 771 | source "arch/mips/ddb5xxx/Kconfig" |
805 | source "arch/mips/gt64120/ev64120/Kconfig" | 772 | source "arch/mips/gt64120/ev64120/Kconfig" |
806 | source "arch/mips/jazz/Kconfig" | 773 | source "arch/mips/jazz/Kconfig" |
807 | source "arch/mips/ite-boards/Kconfig" | ||
808 | source "arch/mips/lasat/Kconfig" | 774 | source "arch/mips/lasat/Kconfig" |
809 | source "arch/mips/momentum/Kconfig" | 775 | source "arch/mips/momentum/Kconfig" |
810 | source "arch/mips/pmc-sierra/Kconfig" | 776 | source "arch/mips/pmc-sierra/Kconfig" |
@@ -964,9 +930,6 @@ config MIPS_RM9122 | |||
964 | config PCI_MARVELL | 930 | config PCI_MARVELL |
965 | bool | 931 | bool |
966 | 932 | ||
967 | config ITE_BOARD_GEN | ||
968 | bool | ||
969 | |||
970 | config SOC_AU1000 | 933 | config SOC_AU1000 |
971 | bool | 934 | bool |
972 | select SOC_AU1X00 | 935 | select SOC_AU1X00 |
@@ -1050,16 +1013,6 @@ config AU1X00_USB_DEVICE | |||
1050 | depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000 | 1013 | depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000 |
1051 | default n | 1014 | default n |
1052 | 1015 | ||
1053 | config IT8172_CIR | ||
1054 | bool | ||
1055 | depends on MIPS_ITE8172 || MIPS_IVR | ||
1056 | default y | ||
1057 | |||
1058 | config IT8712 | ||
1059 | bool | ||
1060 | depends on MIPS_ITE8172 | ||
1061 | default y | ||
1062 | |||
1063 | config BOOT_ELF32 | 1016 | config BOOT_ELF32 |
1064 | bool | 1017 | bool |
1065 | 1018 | ||