Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. choice
  2. prompt "Machine Type"
  3. depends on EMBEDDED6xx
  4. config LINKSTATION
  5. bool "Linkstation / Kurobox(HG) from Buffalo"
  6. select MPIC
  7. select FSL_SOC
  8. select PPC_UDBG_16550 if SERIAL_8250
  9. select DEFAULT_UIMAGE
  10. help
  11. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  12. based NAS systems from Buffalo Technology. So far only
  13. KuroboxHG has been tested. In the future classical Kurobox,
  14. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  15. Terastation systems should be supported too.
  16. config MPC7448HPC2
  17. bool "Freescale MPC7448HPC2(Taiga)"
  18. select TSI108_BRIDGE
  19. select DEFAULT_UIMAGE
  20. select PPC_UDBG_16550
  21. select MPIC
  22. select MPIC_WEIRD
  23. help
  24. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  25. platform
  26. endchoice
  27. config TSI108_BRIDGE
  28. bool
  29. depends on MPC7448HPC2
  30. default y
  31. config MPC10X_BRIDGE
  32. bool
  33. depends on LINKSTATION
  34. select PPC_INDIRECT_PCI
  35. default y
  36. config MPC10X_OPENPIC
  37. bool
  38. depends on LINKSTATION
  39. default y
  40. config MPC10X_STORE_GATHERING
  41. bool "Enable MPC10x store gathering"
  42. depends on MPC10X_BRIDGE