123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- choice
- prompt "Machine Type"
- depends on EMBEDDED6xx
- config LINKSTATION
- bool "Linkstation / Kurobox(HG) from Buffalo"
- select MPIC
- select FSL_SOC
- select PPC_UDBG_16550 if SERIAL_8250
- select DEFAULT_UIMAGE
- 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.
- config MPC7448HPC2
- bool "Freescale MPC7448HPC2(Taiga)"
- select TSI108_BRIDGE
- select DEFAULT_UIMAGE
- select PPC_UDBG_16550
- select MPIC
- select MPIC_WEIRD
- help
- Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
- platform
- endchoice
- config TSI108_BRIDGE
- bool
- depends on MPC7448HPC2
- default y
- config MPC10X_BRIDGE
- bool
- depends on LINKSTATION
- select PPC_INDIRECT_PCI
- default y
- config MPC10X_OPENPIC
- bool
- depends on LINKSTATION
- default y
- config MPC10X_STORE_GATHERING
- bool "Enable MPC10x store gathering"
- depends on MPC10X_BRIDGE
|