Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. config EMBEDDED6xx
  2. bool "Embedded 6xx/7xx/7xxx-based boards"
  3. depends on 6xx && BROKEN_ON_SMP
  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_BRIDGE
  12. help
  13. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  14. based NAS systems from Buffalo Technology. So far only
  15. KuroboxHG has been tested. In the future classical Kurobox,
  16. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  17. Terastation systems should be supported too.
  18. config STORCENTER
  19. bool "IOMEGA StorCenter"
  20. depends on EMBEDDED6xx
  21. select MPIC
  22. select FSL_SOC
  23. select PPC_UDBG_16550 if SERIAL_8250
  24. select MPC10X_BRIDGE
  25. help
  26. Select STORCENTER if configuring for the iomega StorCenter
  27. with an 8241 CPU in it.
  28. config MPC7448HPC2
  29. bool "Freescale MPC7448HPC2(Taiga)"
  30. depends on EMBEDDED6xx
  31. select TSI108_BRIDGE
  32. select DEFAULT_UIMAGE
  33. select PPC_UDBG_16550
  34. select TSI108_BRIDGE
  35. help
  36. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  37. platform
  38. config PPC_HOLLY
  39. bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
  40. depends on EMBEDDED6xx
  41. select TSI108_BRIDGE
  42. select PPC_UDBG_16550
  43. select TSI108_BRIDGE
  44. help
  45. Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
  46. Board with TSI108/9 bridge (Hickory/Holly)
  47. config PPC_PRPMC2800
  48. bool "Motorola-PrPMC2800"
  49. depends on EMBEDDED6xx
  50. select MV64X60
  51. select NOT_COHERENT_CACHE
  52. help
  53. This option enables support for the Motorola PrPMC2800 board
  54. config PPC_C2K
  55. bool "SBS/GEFanuc C2K board"
  56. depends on EMBEDDED6xx
  57. select MV64X60
  58. select NOT_COHERENT_CACHE
  59. select MTD_CFI_I4
  60. help
  61. This option enables support for the GE Fanuc C2K board (formerly
  62. an SBS board).
  63. config TSI108_BRIDGE
  64. bool
  65. select PCI
  66. select MPIC
  67. select MPIC_WEIRD
  68. config MPC10X_BRIDGE
  69. bool
  70. select PPC_INDIRECT_PCI
  71. config MV64X60
  72. bool
  73. select PPC_INDIRECT_PCI
  74. select CHECK_CACHE_COHERENCY
  75. config GAMECUBE_COMMON
  76. bool
  77. config USBGECKO_UDBG
  78. bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
  79. depends on GAMECUBE_COMMON
  80. help
  81. If you say yes to this option, support will be included for the
  82. USB Gecko adapter as an udbg console.
  83. The USB Gecko is a EXI to USB Serial converter that can be plugged
  84. into a memcard slot in the Nintendo GameCube/Wii.
  85. This driver bypasses the EXI layer completely.
  86. If in doubt, say N here.
  87. config GAMECUBE
  88. bool "Nintendo-GameCube"
  89. depends on EMBEDDED6xx
  90. select GAMECUBE_COMMON
  91. help
  92. Select GAMECUBE if configuring for the Nintendo GameCube.
  93. More information at: <http://gc-linux.sourceforge.net/>
  94. config WII
  95. bool "Nintendo-Wii"
  96. depends on EMBEDDED6xx
  97. select GAMECUBE_COMMON
  98. help
  99. Select WII if configuring for the Nintendo Wii.
  100. More information at: <http://gc-linux.sourceforge.net/>