Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. config EMBEDDED6xx
  2. bool "Embedded 6xx/7xx/7xxx-based boards"
  3. depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM
  4. config LINKSTATION
  5. bool "Linkstation / Kurobox(HG) from Buffalo"
  6. depends on EMBEDDED6xx
  7. select MPIC
  8. select FSL_SOC
  9. select PPC_UDBG_16550 if SERIAL_8250
  10. select DEFAULT_UIMAGE
  11. help
  12. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  13. based NAS systems from Buffalo Technology. So far only
  14. KuroboxHG has been tested. In the future classical Kurobox,
  15. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  16. Terastation systems should be supported too.
  17. config MPC7448HPC2
  18. bool "Freescale MPC7448HPC2(Taiga)"
  19. depends on EMBEDDED6xx
  20. select TSI108_BRIDGE
  21. select DEFAULT_UIMAGE
  22. select PPC_UDBG_16550
  23. select WANT_DEVICE_TREE
  24. help
  25. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  26. platform
  27. config PPC_HOLLY
  28. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  29. depends on EMBEDDED6xx
  30. select TSI108_BRIDGE
  31. select PPC_UDBG_16550
  32. select WANT_DEVICE_TREE
  33. help
  34. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  35. Board with TSI108/9 bridge (Hickory/Holly)
  36. config PPC_PRPMC2800
  37. bool "Motorola-PrPMC2800"
  38. depends on EMBEDDED6xx
  39. select MV64X60
  40. select NOT_COHERENT_CACHE
  41. select WANT_DEVICE_TREE
  42. help
  43. This option enables support for the Motorola PrPMC2800 board
  44. config TSI108_BRIDGE
  45. bool
  46. depends on MPC7448HPC2 || PPC_HOLLY
  47. select PCI
  48. select MPIC
  49. select MPIC_WEIRD
  50. default y
  51. config MPC10X_BRIDGE
  52. bool
  53. depends on LINKSTATION
  54. select PPC_INDIRECT_PCI
  55. default y
  56. config MV64X60
  57. bool
  58. select PPC_INDIRECT_PCI
  59. select CHECK_CACHE_COHERENCY
  60. config MPC10X_OPENPIC
  61. bool
  62. depends on LINKSTATION
  63. default y
  64. config MPC10X_STORE_GATHERING
  65. bool "Enable MPC10x store gathering"
  66. depends on MPC10X_BRIDGE