Commit d88db680 authored by Tom Rini's avatar Tom Rini

PPC32: Merge MPC8260 board selection with other 'classic PPC' boards.

This will make things like 'allyesconfig' and 'allmodconfig'
produce a much more sane config file.  It didn't really make
sense to split these boards out anyhow, as they aren't 'radically
different' like the 8xx boards that this distinction was styled on.
parent 236a56b2
...@@ -84,17 +84,6 @@ config PTE_64BIT ...@@ -84,17 +84,6 @@ config PTE_64BIT
source arch/ppc/platforms/4xx/Kconfig source arch/ppc/platforms/4xx/Kconfig
config 8260
bool "MPC8260 CPM Support"
depends on 6xx
help
The MPC8260 CPM (Communications Processor Module) is a typical
embedded CPU made by Motorola. Selecting this option means that
you wish to build a kernel for a machine with specifically an 8260
for a CPU.
If in doubt, say N.
config GENERIC_ISA_DMA config GENERIC_ISA_DMA
bool bool
depends on POWER3 || 6xx && !8260 depends on POWER3 || 6xx && !8260
...@@ -115,59 +104,6 @@ config SERIAL_CONSOLE ...@@ -115,59 +104,6 @@ config SERIAL_CONSOLE
depends on 8xx || 8260 depends on 8xx || 8260
default y default y
choice
prompt "Machine Type"
depends on 8260
default WILLOW_1
config EST8260
bool "EST8260"
---help---
EST8260:
The EST8260 is a single-board computer manufactured by Wind River
Systems, Inc. (formerly Embedded Support Tools Corp.) and based on
the MPC8260. Wind River Systems has a website at
<http://www.windriver.com/>, but the EST8260 cannot be found on it
and has probably been discontinued or rebadged.
TQM8260:
MPC8260 based module, little larger than credit card,
up to 128 MB global + 64 MB local RAM, 32 MB Flash,
32 kB EEPROM, 256 kB L@ Cache, 10baseT + 100baseT Ethernet,
2 x serial ports, ...
Manufacturer: TQ Components, www.tq-group.de
Date of Release: June 2001
End of Life: not yet :-)
URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf>
PM826:
Modular system with MPC8260 CPU
Manufacturer: MicroSys GmbH, <http://www.microsys.de/>
Date of Release: mid 2001
End of life: -
URL: <http://www.microsys.de/html/pm826.html>
CU824:
VMEBus Board with PCI extension with MPC8240 CPU
Manufacturer: MicroSys GmbH, http://www.microsys.de/
Date of Release: early 2001 (?)
End of life: -
URL: <http://www.microsys.de/html/cu824.html>
config SBS8260
bool "SBS8260"
config RPX6
bool "RPXSUPER"
config TQM8260
bool "TQM8260"
config WILLOW_1
bool "Willow"
endchoice
config NOT_COHERENT_CACHE config NOT_COHERENT_CACHE
bool bool
depends on 4xx || 8xx depends on 4xx || 8xx
...@@ -409,7 +345,7 @@ config EMBEDDEDBOOT ...@@ -409,7 +345,7 @@ config EMBEDDEDBOOT
choice choice
prompt "Machine Type" prompt "Machine Type"
depends on (6xx || POWER3) && !8260 depends on 6xx || POWER3
default PPC_MULTIPLATFORM default PPC_MULTIPLATFORM
---help--- ---help---
Linux currently supports several different kinds of PowerPC-based Linux currently supports several different kinds of PowerPC-based
...@@ -443,7 +379,7 @@ config APUS ...@@ -443,7 +379,7 @@ config APUS
More information is available at: More information is available at:
<http://linux-apus.sourceforge.net/>. <http://linux-apus.sourceforge.net/>.
config WILLOW_2 config WILLOW
bool "Cogent-Willow" bool "Cogent-Willow"
config PCORE config PCORE
...@@ -498,8 +434,46 @@ config GEMINI ...@@ -498,8 +434,46 @@ config GEMINI
series Single Board Computer. More information is available at: series Single Board Computer. More information is available at:
<http://www.synergymicro.com/PressRel/97_10_15.html>. <http://www.synergymicro.com/PressRel/97_10_15.html>.
config EST8260
bool "EST8260"
---help---
The EST8260 is a single-board computer manufactured by Wind River
Systems, Inc. (formerly Embedded Support Tools Corp.) and based on
the MPC8260. Wind River Systems has a website at
<http://www.windriver.com/>, but the EST8260 cannot be found on it
and has probably been discontinued or rebadged.
config SBS8260
bool "SBS8260"
config RPX6
bool "RPXSUPER"
config TQM8260
bool "TQM8260"
---help---
MPC8260 based module, little larger than credit card,
up to 128 MB global + 64 MB local RAM, 32 MB Flash,
32 kB EEPROM, 256 kB L@ Cache, 10baseT + 100baseT Ethernet,
2 x serial ports, ...
Manufacturer: TQ Components, www.tq-group.de
Date of Release: June 2001
End of Life: not yet :-)
URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf>
endchoice endchoice
config 8260
bool "MPC8260 CPM Support" if WILLOW
depends on 6xx
default y if TQM8260 || RPXSUPER || EST8260 || SBS8260
help
The MPC8260 CPM (Communications Processor Module) is a typical
embedded CPU made by Motorola. Selecting this option means that
you wish to build a kernel for a machine with specifically an 8260
for a CPU.
config PPC_CHRP config PPC_CHRP
bool bool
depends on PPC_MULTIPLATFORM depends on PPC_MULTIPLATFORM
...@@ -527,17 +501,12 @@ config PPC_OF ...@@ -527,17 +501,12 @@ config PPC_OF
config FORCE config FORCE
bool bool
depends on 6xx && !8260 && (PCORE || POWERPMC250) depends on 6xx && (PCORE || POWERPMC250)
default y default y
config EPIC_SERIAL_MODE config EPIC_SERIAL_MODE
bool bool
depends on 6xx && !8260 && (LOPEC || SANDPOINT) depends on 6xx && (LOPEC || SANDPOINT)
default y
config WILLOW
bool
depends on WILLOW_1 || WILLOW_2
default y default y
config MPC10X_STORE_GATHERING config MPC10X_STORE_GATHERING
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment