Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. help
  22. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  23. platform
  24. config PPC_HOLLY
  25. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  26. select TSI108_BRIDGE
  27. select PPC_UDBG_16550
  28. help
  29. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  30. Board with TSI108/9 bridge (Hickory/Holly)
  31. endchoice
  32. config TSI108_BRIDGE
  33. bool
  34. depends on MPC7448HPC2 || PPC_HOLLY
  35. select MPIC
  36. select MPIC_WEIRD
  37. default y
  38. config MPC10X_BRIDGE
  39. bool
  40. depends on LINKSTATION
  41. select PPC_INDIRECT_PCI
  42. default y
  43. config MV64X60
  44. bool
  45. select PPC_INDIRECT_PCI
  46. select CONFIG_CHECK_CACHE_COHERENCY
  47. config MPC10X_OPENPIC
  48. bool
  49. depends on LINKSTATION
  50. default y
  51. config MPC10X_STORE_GATHERING
  52. bool "Enable MPC10x store gathering"
  53. depends on MPC10X_BRIDGE