Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. select MPC10X_OPENPIC
  12. select MPC10X_BRIDGE
  13. help
  14. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  15. based NAS systems from Buffalo Technology. So far only
  16. KuroboxHG has been tested. In the future classical Kurobox,
  17. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  18. Terastation systems should be supported too.
  19. config STORCENTER
  20. bool "IOMEGA StorCenter"
  21. depends on EMBEDDED6xx
  22. select MPIC
  23. select FSL_SOC
  24. select PPC_UDBG_16550 if SERIAL_8250
  25. select MPC10X_OPENPIC
  26. select MPC10X_BRIDGE
  27. help
  28. Select STORCENTER if configuring for the iomega StorCenter
  29. with an 8241 CPU in it.
  30. config MPC7448HPC2
  31. bool "Freescale MPC7448HPC2(Taiga)"
  32. depends on EMBEDDED6xx
  33. select TSI108_BRIDGE
  34. select DEFAULT_UIMAGE
  35. select PPC_UDBG_16550
  36. select TSI108_BRIDGE
  37. help
  38. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  39. platform
  40. config PPC_HOLLY
  41. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  42. depends on EMBEDDED6xx
  43. select TSI108_BRIDGE
  44. select PPC_UDBG_16550
  45. select TSI108_BRIDGE
  46. help
  47. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  48. Board with TSI108/9 bridge (Hickory/Holly)
  49. config PPC_PRPMC2800
  50. bool "Motorola-PrPMC2800"
  51. depends on EMBEDDED6xx
  52. select MV64X60
  53. select NOT_COHERENT_CACHE
  54. help
  55. This option enables support for the Motorola PrPMC2800 board
  56. config TSI108_BRIDGE
  57. bool
  58. select PCI
  59. select MPIC
  60. select MPIC_WEIRD
  61. config MPC10X_BRIDGE
  62. bool
  63. select PPC_INDIRECT_PCI
  64. config MV64X60
  65. bool
  66. select PPC_INDIRECT_PCI
  67. select CHECK_CACHE_COHERENCY
  68. config MPC10X_OPENPIC
  69. bool
  70. config MPC10X_STORE_GATHERING
  71. bool "Enable MPC10x store gathering"
  72. depends on MPC10X_BRIDGE