Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 MPC10X_OPENPIC
  44. bool
  45. depends on LINKSTATION
  46. default y
  47. config MPC10X_STORE_GATHERING
  48. bool "Enable MPC10x store gathering"
  49. depends on MPC10X_BRIDGE