CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 04/12/27 17:51:58
Modified files:
arch/mips : Kconfig
Log message:
Convert CONFIG_MIPS_GT64120 to reverse dependencies.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2004/12/27 16:25:31 1.120
+++ linux/arch/mips/Kconfig 2004/12/27 17:51:58 1.121
@@ -195,6 +195,7 @@
depends on EXPERIMENTAL
select DMA_NONCOHERENT
select HW_HAS_PCI
+ select MIPS_GT64120
help
This is an evaluation board based on the Galileo GT-64120
single-chip system controller that contains a MIPS R5000 compatible
@@ -236,6 +237,7 @@
bool "Support for LASAT Networks platforms"
select DMA_NONCOHERENT
select HW_HAS_PCI
+ select MIPS_GT64120
select R5000_CPU_SCACHE
config PICVUE
@@ -278,6 +280,7 @@
bool "Support for MIPS Atlas board"
select DMA_NONCOHERENT
select HW_HAS_PCI
+ select MIPS_GT64120
select SWAP_IO_SPACE
help
This enables support for the QED R5231-based MIPS Atlas evaluation
@@ -289,6 +292,7 @@
select DMA_NONCOHERENT
select HW_HAS_PCI
select I8259
+ select MIPS_GT64120
select SWAP_IO_SPACE
help
This enables support for the VR5000-based MIPS Malta evaluation
@@ -306,6 +310,7 @@
select HW_HAS_PCI
select IRQ_CPU
select IRQ_CPU_RM7K
+ select MIPS_GT64120
select RM7000_CPU_SCACHE
select SWAP_IO_SPACE
help
@@ -981,8 +986,6 @@
config MIPS_GT64120
bool
- depends on MIPS_EV64120 || MIPS_EV96100 || LASAT || MIPS_ATLAS ||
MIPS_MALTA || MOMENCO_OCELOT
- default y
config MIPS_TX3927
bool
@@ -1030,10 +1033,7 @@
config MIPS_GT96100
bool
depends on MIPS_EV96100
- default y
- help
- Say Y here to support the Galileo Technology GT96100 communications
- controller card. There is a web page at <http://www.galileot.com/>.
+ select MIPS_GT64120
config IT8172_CIR
bool
|