2005-09-26 02:04:21 -04:00
|
|
|
choice
|
|
|
|
prompt "Machine Type"
|
|
|
|
depends on EMBEDDED6xx
|
|
|
|
|
2006-12-01 16:53:48 -05:00
|
|
|
config LINKSTATION
|
|
|
|
bool "Linkstation / Kurobox(HG) from Buffalo"
|
|
|
|
select MPIC
|
|
|
|
select FSL_SOC
|
|
|
|
select PPC_UDBG_16550 if SERIAL_8250
|
2007-02-22 17:52:02 -05:00
|
|
|
select DEFAULT_UIMAGE
|
2006-12-01 16:53:48 -05:00
|
|
|
help
|
|
|
|
Select LINKSTATION if configuring for one of PPC- (MPC8241)
|
|
|
|
based NAS systems from Buffalo Technology. So far only
|
|
|
|
KuroboxHG has been tested. In the future classical Kurobox,
|
|
|
|
Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
|
|
|
|
Terastation systems should be supported too.
|
|
|
|
|
2006-06-13 03:07:15 -04:00
|
|
|
config MPC7448HPC2
|
|
|
|
bool "Freescale MPC7448HPC2(Taiga)"
|
|
|
|
select TSI108_BRIDGE
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
help
|
|
|
|
Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
|
|
|
|
platform
|
2007-05-07 17:28:38 -04:00
|
|
|
|
|
|
|
config PPC_HOLLY
|
|
|
|
bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
|
|
|
|
select TSI108_BRIDGE
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
help
|
|
|
|
Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
|
|
|
|
Board with TSI108/9 bridge (Hickory/Holly)
|
2007-05-11 20:58:43 -04:00
|
|
|
|
|
|
|
config PPC_PRPMC2800
|
|
|
|
bool "Motorola-PrPMC2800"
|
|
|
|
select MV64X60
|
|
|
|
select NOT_COHERENT_CACHE
|
|
|
|
select WANT_DEVICE_TREE
|
|
|
|
help
|
|
|
|
This option enables support for the Motorola PrPMC2800 board
|
2005-09-26 02:04:21 -04:00
|
|
|
endchoice
|
|
|
|
|
2006-06-13 03:07:15 -04:00
|
|
|
config TSI108_BRIDGE
|
|
|
|
bool
|
2007-05-07 17:28:38 -04:00
|
|
|
depends on MPC7448HPC2 || PPC_HOLLY
|
|
|
|
select MPIC
|
|
|
|
select MPIC_WEIRD
|
2006-06-13 03:07:15 -04:00
|
|
|
default y
|
|
|
|
|
2005-09-26 02:04:21 -04:00
|
|
|
config MPC10X_BRIDGE
|
|
|
|
bool
|
2007-03-16 09:46:55 -04:00
|
|
|
depends on LINKSTATION
|
2005-10-26 02:36:55 -04:00
|
|
|
select PPC_INDIRECT_PCI
|
2005-09-26 02:04:21 -04:00
|
|
|
default y
|
|
|
|
|
2007-05-11 20:55:53 -04:00
|
|
|
config MV64X60
|
|
|
|
bool
|
2007-05-11 20:57:12 -04:00
|
|
|
select PPC_INDIRECT_PCI
|
2007-05-11 20:57:35 -04:00
|
|
|
select CONFIG_CHECK_CACHE_COHERENCY
|
2007-05-11 20:55:53 -04:00
|
|
|
|
2005-09-26 02:04:21 -04:00
|
|
|
config MPC10X_OPENPIC
|
|
|
|
bool
|
2007-03-16 09:46:55 -04:00
|
|
|
depends on LINKSTATION
|
2005-09-26 02:04:21 -04:00
|
|
|
default y
|
|
|
|
|
|
|
|
config MPC10X_STORE_GATHERING
|
|
|
|
bool "Enable MPC10x store gathering"
|
|
|
|
depends on MPC10X_BRIDGE
|