Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. config PPC_PRPMC2800
  32. bool "Motorola-PrPMC2800"
  33. select MV64X60
  34. select NOT_COHERENT_CACHE
  35. select WANT_DEVICE_TREE
  36. help
  37. This option enables support for the Motorola PrPMC2800 board
  38. endchoice
  39. config TSI108_BRIDGE
  40. bool
  41. depends on MPC7448HPC2 || PPC_HOLLY
  42. select MPIC
  43. select MPIC_WEIRD
  44. default y
  45. config MPC10X_BRIDGE
  46. bool
  47. depends on LINKSTATION
  48. select PPC_INDIRECT_PCI
  49. default y
  50. config MV64X60
  51. bool
  52. select PPC_INDIRECT_PCI
  53. select CONFIG_CHECK_CACHE_COHERENCY
  54. config MPC10X_OPENPIC
  55. bool
  56. depends on LINKSTATION
  57. default y
  58. config MPC10X_STORE_GATHERING
  59. bool "Enable MPC10x store gathering"
  60. depends on MPC10X_BRIDGE