Kconfig 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. choice
  2. prompt "Machine Type"
  3. depends on EMBEDDED6xx
  4. config KATANA
  5. bool "Artesyn-Katana"
  6. help
  7. Select KATANA if configuring an Artesyn KATANA 750i or 3750
  8. cPCI board.
  9. config WILLOW
  10. bool "Cogent-Willow"
  11. config CPCI690
  12. bool "Force-CPCI690"
  13. help
  14. Select CPCI690 if configuring a Force CPCI690 cPCI board.
  15. config POWERPMC250
  16. bool "Force-PowerPMC250"
  17. config CHESTNUT
  18. bool "IBM 750FX Eval board or 750GX Eval board"
  19. help
  20. Select CHESTNUT if configuring an IBM 750FX Eval Board or a
  21. IBM 750GX Eval board.
  22. config SPRUCE
  23. bool "IBM-Spruce"
  24. select PPC_INDIRECT_PCI
  25. config HDPU
  26. bool "Sky-HDPU"
  27. help
  28. Select HDPU if configuring a Sky Computers Compute Blade.
  29. config HDPU_FEATURES
  30. depends on HDPU
  31. tristate "HDPU-Features"
  32. help
  33. Select to enable HDPU enhanced features.
  34. config EV64260
  35. bool "Marvell-EV64260BP"
  36. help
  37. Select EV64260 if configuring a Marvell (formerly Galileo)
  38. EV64260BP Evaluation platform.
  39. config LOPEC
  40. bool "Motorola-LoPEC"
  41. select PPC_I8259
  42. config MVME5100
  43. bool "Motorola-MVME5100"
  44. select PPC_INDIRECT_PCI
  45. config PPLUS
  46. bool "Motorola-PowerPlus"
  47. select PPC_I8259
  48. select PPC_INDIRECT_PCI
  49. config PRPMC750
  50. bool "Motorola-PrPMC750"
  51. select PPC_INDIRECT_PCI
  52. config PRPMC800
  53. bool "Motorola-PrPMC800"
  54. select PPC_INDIRECT_PCI
  55. config SANDPOINT
  56. bool "Motorola-Sandpoint"
  57. select PPC_I8259
  58. help
  59. Select SANDPOINT if configuring for a Motorola Sandpoint X3
  60. (any flavor).
  61. config LINKSTATION
  62. bool "Linkstation / Kurobox(HG) from Buffalo"
  63. select MPIC
  64. select FSL_SOC
  65. select PPC_UDBG_16550 if SERIAL_8250
  66. select DEFAULT_UIMAGE
  67. help
  68. Select LINKSTATION if configuring for one of PPC- (MPC8241)
  69. based NAS systems from Buffalo Technology. So far only
  70. KuroboxHG has been tested. In the future classical Kurobox,
  71. Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
  72. Terastation systems should be supported too.
  73. config MPC7448HPC2
  74. bool "Freescale MPC7448HPC2(Taiga)"
  75. select TSI108_BRIDGE
  76. select DEFAULT_UIMAGE
  77. select PPC_UDBG_16550
  78. select MPIC
  79. select MPIC_WEIRD
  80. help
  81. Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
  82. platform
  83. config RADSTONE_PPC7D
  84. bool "Radstone Technology PPC7D board"
  85. select PPC_I8259
  86. config PAL4
  87. bool "SBS-Palomar4"
  88. config EST8260
  89. bool "EST8260"
  90. ---help---
  91. The EST8260 is a single-board computer manufactured by Wind River
  92. Systems, Inc. (formerly Embedded Support Tools Corp.) and based on
  93. the MPC8260. Wind River Systems has a website at
  94. <http://www.windriver.com/>, but the EST8260 cannot be found on it
  95. and has probably been discontinued or rebadged.
  96. config SBC82xx
  97. bool "SBC82xx"
  98. ---help---
  99. SBC PowerQUICC II, single-board computer with MPC82xx CPU
  100. Manufacturer: Wind River Systems, Inc.
  101. Date of Release: May 2003
  102. End of Life: -
  103. URL: <http://www.windriver.com/>
  104. config SBS8260
  105. bool "SBS8260"
  106. config RPX8260
  107. bool "RPXSUPER"
  108. config TQM8260
  109. bool "TQM8260"
  110. ---help---
  111. MPC8260 based module, little larger than credit card,
  112. up to 128 MB global + 64 MB local RAM, 32 MB Flash,
  113. 32 kB EEPROM, 256 kB L@ Cache, 10baseT + 100baseT Ethernet,
  114. 2 x serial ports, ...
  115. Manufacturer: TQ Components, www.tq-group.de
  116. Date of Release: June 2001
  117. End of Life: not yet :-)
  118. URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf>
  119. config ADS8272
  120. bool "ADS8272"
  121. config PQ2FADS
  122. bool "Freescale-PQ2FADS"
  123. help
  124. Select PQ2FADS if you wish to configure for a Freescale
  125. PQ2FADS board (-VR or -ZU).
  126. config EV64360
  127. bool "Marvell-EV64360BP"
  128. help
  129. Select EV64360 if configuring a Marvell EV64360BP Evaluation
  130. platform.
  131. endchoice
  132. config PQ2ADS
  133. bool
  134. depends on ADS8272
  135. default y
  136. config TQM8xxL
  137. bool
  138. depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L)
  139. default y
  140. config 8260
  141. bool "CPM2 Support" if WILLOW
  142. depends on 6xx
  143. default y if TQM8260 || RPX8260 || EST8260 || SBS8260 || SBC82xx || PQ2FADS
  144. help
  145. The MPC8260 is a typical embedded CPU made by Motorola. Selecting
  146. this option means that you wish to build a kernel for a machine with
  147. an 8260 class CPU.
  148. config 8272
  149. bool
  150. depends on 6xx
  151. default y if ADS8272
  152. select 8260
  153. help
  154. The MPC8272 CPM has a different internal dpram setup than other CPM2
  155. devices
  156. config CPM2
  157. bool
  158. depends on 8260 || MPC8560 || MPC8555
  159. default y
  160. help
  161. The CPM2 (Communications Processor Module) is a coprocessor on
  162. embedded CPUs made by Motorola. Selecting this option means that
  163. you wish to build a kernel for a machine with a CPM2 coprocessor
  164. on it (826x, 827x, 8560).
  165. config PPC_GEN550
  166. bool
  167. depends on SANDPOINT || SPRUCE || PPLUS || \
  168. PRPMC750 || PRPMC800 || LOPEC || \
  169. (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
  170. 83xx || LINKSTATION
  171. default y
  172. config FORCE
  173. bool
  174. depends on 6xx && POWERPMC250
  175. default y
  176. config GT64260
  177. bool
  178. depends on EV64260 || CPCI690
  179. default y
  180. config MV64360 # Really MV64360 & MV64460
  181. bool
  182. depends on CHESTNUT || KATANA || RADSTONE_PPC7D || HDPU || EV64360
  183. default y
  184. config MV64X60
  185. bool
  186. depends on (GT64260 || MV64360)
  187. select PPC_INDIRECT_PCI
  188. default y
  189. config TSI108_BRIDGE
  190. bool
  191. depends on MPC7448HPC2
  192. default y
  193. menu "Set bridge options"
  194. depends on MV64X60
  195. config NOT_COHERENT_CACHE
  196. bool "Turn off Cache Coherency"
  197. default n
  198. help
  199. Some 64x60 bridges lock up when trying to enforce cache coherency.
  200. When this option is selected, cache coherency will be turned off.
  201. Note that this can cause other problems (e.g., stale data being
  202. speculatively loaded via a cached mapping). Use at your own risk.
  203. config MV64X60_BASE
  204. hex "Set bridge base used by firmware"
  205. default "0xf1000000"
  206. help
  207. A firmware can leave the base address of the bridge's registers at
  208. a non-standard location. If so, set this value to reflect the
  209. address of that non-standard location.
  210. config MV64X60_NEW_BASE
  211. hex "Set bridge base used by kernel"
  212. default "0xf1000000"
  213. help
  214. If the current base address of the bridge's registers is not where
  215. you want it, set this value to the address that you want it moved to.
  216. endmenu
  217. config NONMONARCH_SUPPORT
  218. bool "Enable Non-Monarch Support"
  219. depends on PRPMC800
  220. config HARRIER
  221. bool
  222. depends on PRPMC800
  223. default y
  224. config EPIC_SERIAL_MODE
  225. bool
  226. depends on 6xx && (LOPEC || SANDPOINT)
  227. default y
  228. config MPC10X_BRIDGE
  229. bool
  230. depends on POWERPMC250 || LOPEC || SANDPOINT || LINKSTATION
  231. select PPC_INDIRECT_PCI
  232. default y
  233. config MPC10X_OPENPIC
  234. bool
  235. depends on POWERPMC250 || LOPEC || SANDPOINT || LINKSTATION
  236. default y
  237. config MPC10X_STORE_GATHERING
  238. bool "Enable MPC10x store gathering"
  239. depends on MPC10X_BRIDGE
  240. config SANDPOINT_ENABLE_UART1
  241. bool "Enable DUART mode on Sandpoint"
  242. depends on SANDPOINT
  243. help
  244. If this option is enabled then the MPC824x processor will run
  245. in DUART mode instead of UART mode.
  246. config HARRIER_STORE_GATHERING
  247. bool "Enable Harrier store gathering"
  248. depends on HARRIER
  249. config MVME5100_IPMC761_PRESENT
  250. bool "MVME5100 configured with an IPMC761"
  251. depends on MVME5100
  252. select PPC_I8259
  253. config SPRUCE_BAUD_33M
  254. bool "Spruce baud clock support"
  255. depends on SPRUCE