Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 WANT_DEVICE_TREE
  26. select MPC10X_OPENPIC
  27. select MPC10X_BRIDGE
  28. help
  29. Select STORCENTER if configuring for the iomega StorCenter
  30. with an 8241 CPU in it.
  31. config MPC7448HPC2
  32. bool "Freescale MPC7448HPC2(Taiga)"
  33. depends on EMBEDDED6xx
  34. select TSI108_BRIDGE
  35. select DEFAULT_UIMAGE
  36. select PPC_UDBG_16550
  37. select WANT_DEVICE_TREE
  38. select TSI108_BRIDGE
  39. help
  40. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  41. platform
  42. config PPC_HOLLY
  43. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  44. depends on EMBEDDED6xx
  45. select TSI108_BRIDGE
  46. select PPC_UDBG_16550
  47. select WANT_DEVICE_TREE
  48. select TSI108_BRIDGE
  49. help
  50. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  51. Board with TSI108/9 bridge (Hickory/Holly)
  52. config PPC_PRPMC2800
  53. bool "Motorola-PrPMC2800"
  54. depends on EMBEDDED6xx
  55. select MV64X60
  56. select NOT_COHERENT_CACHE
  57. select WANT_DEVICE_TREE
  58. help
  59. This option enables support for the Motorola PrPMC2800 board
  60. config TSI108_BRIDGE
  61. bool
  62. select PCI
  63. select MPIC
  64. select MPIC_WEIRD
  65. config MPC10X_BRIDGE
  66. bool
  67. select PPC_INDIRECT_PCI
  68. config MV64X60
  69. bool
  70. select PPC_INDIRECT_PCI
  71. select CHECK_CACHE_COHERENCY
  72. config MPC10X_OPENPIC
  73. bool
  74. config MPC10X_STORE_GATHERING
  75. bool "Enable MPC10x store gathering"
  76. depends on MPC10X_BRIDGE