Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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_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 PPC_C2K
  57. bool "SBS/GEFanuc C2K board"
  58. depends on EMBEDDED6xx
  59. select MV64X60
  60. select NOT_COHERENT_CACHE
  61. select MTD_CFI_I4
  62. help
  63. This option enables support for the GE Fanuc C2K board (formerly
  64. an SBS board).
  65. config TSI108_BRIDGE
  66. bool
  67. select PCI
  68. select MPIC
  69. select MPIC_WEIRD
  70. config MPC10X_BRIDGE
  71. bool
  72. select PPC_INDIRECT_PCI
  73. config MV64X60
  74. bool
  75. select PPC_INDIRECT_PCI
  76. select CHECK_CACHE_COHERENCY
  77. config MPC10X_OPENPIC
  78. bool
  79. config MPC10X_STORE_GATHERING
  80. bool "Enable MPC10x store gathering"
  81. depends on MPC10X_BRIDGE
  82. config GAMECUBE_COMMON
  83. bool
  84. config USBGECKO_UDBG
  85. bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
  86. depends on GAMECUBE_COMMON
  87. help
  88. If you say yes to this option, support will be included for the
  89. USB Gecko adapter as an udbg console.
  90. The USB Gecko is a EXI to USB Serial converter that can be plugged
  91. into a memcard slot in the Nintendo GameCube/Wii.
  92. This driver bypasses the EXI layer completely.
  93. If in doubt, say N here.
  94. config GAMECUBE
  95. bool "Nintendo-GameCube"
  96. depends on EMBEDDED6xx
  97. select GAMECUBE_COMMON
  98. help
  99. Select GAMECUBE if configuring for the Nintendo GameCube.
  100. More information at: <http://gc-linux.sourceforge.net/>
  101. config WII
  102. bool "Nintendo-Wii"
  103. depends on EMBEDDED6xx
  104. select GAMECUBE_COMMON
  105. help
  106. Select WII if configuring for the Nintendo Wii.
  107. More information at: <http://gc-linux.sourceforge.net/>