Kconfig.machine 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. # SPDX-License-Identifier: GPL-2.0
  2. comment "Machine Types"
  3. if M68KCLASSIC
  4. config AMIGA
  5. bool "Amiga support"
  6. depends on MMU
  7. select MMU_MOTOROLA if MMU
  8. help
  9. This option enables support for the Amiga series of computers. If
  10. you plan to use this kernel on an Amiga, say Y here and browse the
  11. material available in <file:Documentation/m68k>; otherwise say N.
  12. config ATARI
  13. bool "Atari support"
  14. depends on MMU
  15. select MMU_MOTOROLA if MMU
  16. help
  17. This option enables support for the 68000-based Atari series of
  18. computers (including the TT, Falcon and Medusa). If you plan to use
  19. this kernel on an Atari, say Y here and browse the material
  20. available in <file:Documentation/m68k>; otherwise say N.
  21. config MAC
  22. bool "Macintosh support"
  23. depends on MMU
  24. select MMU_MOTOROLA if MMU
  25. help
  26. This option enables support for the Apple Macintosh series of
  27. computers (yes, there is experimental support now, at least for part
  28. of the series).
  29. Say N unless you're willing to code the remaining necessary support.
  30. ;)
  31. config APOLLO
  32. bool "Apollo support"
  33. depends on MMU
  34. select MMU_MOTOROLA if MMU
  35. help
  36. Say Y here if you want to run Linux on an MC680x0-based Apollo
  37. Domain workstation such as the DN3500.
  38. config VME
  39. bool "VME (Motorola and BVM) support"
  40. depends on MMU
  41. select MMU_MOTOROLA if MMU
  42. help
  43. Say Y here if you want to build a kernel for a 680x0 based VME
  44. board. Boards currently supported include Motorola boards MVME147,
  45. MVME162, MVME166, MVME167, MVME172, and MVME177. BVME4000 and
  46. BVME6000 boards from BVM Ltd are also supported.
  47. config MVME147
  48. bool "MVME147 support"
  49. depends on MMU
  50. depends on VME
  51. help
  52. Say Y to include support for early Motorola VME boards. This will
  53. build a kernel which can run on MVME147 single-board computers. If
  54. you select this option you will have to select the appropriate
  55. drivers for SCSI, Ethernet and serial ports later on.
  56. config MVME16x
  57. bool "MVME162, 166 and 167 support"
  58. depends on MMU
  59. depends on VME
  60. help
  61. Say Y to include support for Motorola VME boards. This will build a
  62. kernel which can run on MVME162, MVME166, MVME167, MVME172, and
  63. MVME177 boards. If you select this option you will have to select
  64. the appropriate drivers for SCSI, Ethernet and serial ports later
  65. on.
  66. config BVME6000
  67. bool "BVME4000 and BVME6000 support"
  68. depends on MMU
  69. depends on VME
  70. help
  71. Say Y to include support for VME boards from BVM Ltd. This will
  72. build a kernel which can run on BVME4000 and BVME6000 boards. If
  73. you select this option you will have to select the appropriate
  74. drivers for SCSI, Ethernet and serial ports later on.
  75. config HP300
  76. bool "HP9000/300 and HP9000/400 support"
  77. depends on MMU
  78. select MMU_MOTOROLA if MMU
  79. help
  80. This option enables support for the HP9000/300 and HP9000/400 series
  81. of workstations. Support for these machines is still somewhat
  82. experimental. If you plan to try to use the kernel on such a machine
  83. say Y here.
  84. Everybody else says N.
  85. config SUN3X
  86. bool "Sun3x support"
  87. depends on MMU
  88. select MMU_MOTOROLA if MMU
  89. select M68030
  90. help
  91. This option enables support for the Sun 3x series of workstations.
  92. Be warned that this support is very experimental.
  93. Note that Sun 3x kernels are not compatible with Sun 3 hardware.
  94. General Linux information on the Sun 3x series (now discontinued)
  95. is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
  96. If you don't want to compile a kernel for a Sun 3x, say N.
  97. config Q40
  98. bool "Q40/Q60 support"
  99. depends on MMU
  100. select MMU_MOTOROLA if MMU
  101. help
  102. The Q40 is a Motorola 68040-based successor to the Sinclair QL
  103. manufactured in Germany. There is an official Q40 home page at
  104. <http://www.q40.de/>. This option enables support for the Q40 and
  105. Q60. Select your CPU below. For 68LC060 don't forget to enable FPU
  106. emulation.
  107. config SUN3
  108. bool "Sun3 support"
  109. depends on MMU
  110. depends on !MMU_MOTOROLA
  111. select MMU_SUN3 if MMU
  112. select M68020
  113. help
  114. This option enables support for the Sun 3 series of workstations
  115. (3/50, 3/60, 3/1xx, 3/2xx systems). Enabling this option requires
  116. that all other hardware types must be disabled, as Sun 3 kernels
  117. are incompatible with all other m68k targets (including Sun 3x!).
  118. If you don't want to compile a kernel exclusively for a Sun 3, say N.
  119. endif # M68KCLASSIC
  120. config PILOT
  121. bool
  122. config PILOT3
  123. bool "Pilot 1000/5000, PalmPilot Personal/Pro, or PalmIII support"
  124. depends on M68328
  125. select PILOT
  126. help
  127. Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII.
  128. config XCOPILOT_BUGS
  129. bool "(X)Copilot support"
  130. depends on PILOT3
  131. help
  132. Support the bugs of Xcopilot.
  133. config UCSIMM
  134. bool "uCsimm module support"
  135. depends on M68EZ328
  136. help
  137. Support for the Arcturus Networks uCsimm module.
  138. config UCDIMM
  139. bool "uDsimm module support"
  140. depends on M68VZ328
  141. help
  142. Support for the Arcturus Networks uDsimm module.
  143. config DRAGEN2
  144. bool "DragenEngine II board support"
  145. depends on M68VZ328
  146. help
  147. Support for the DragenEngine II board.
  148. config DIRECT_IO_ACCESS
  149. bool "Allow user to access IO directly"
  150. depends on (UCSIMM || UCDIMM || DRAGEN2)
  151. help
  152. Disable the CPU internal registers protection in user mode,
  153. to allow a user application to read/write them.
  154. config INIT_LCD
  155. bool "Initialize LCD"
  156. depends on (UCSIMM || UCDIMM || DRAGEN2)
  157. help
  158. Initialize the LCD controller of the 68x328 processor.
  159. config MEMORY_RESERVE
  160. int "Memory reservation (MiB)"
  161. depends on (UCSIMM || UCDIMM)
  162. help
  163. Reserve certain memory regions on 68x328 based boards.
  164. config ARN5206
  165. bool "Arnewsh 5206 board support"
  166. depends on M5206
  167. help
  168. Support for the Arnewsh 5206 board.
  169. config M5206eC3
  170. bool "Motorola M5206eC3 board support"
  171. depends on M5206e
  172. help
  173. Support for the Motorola M5206eC3 board.
  174. config ELITE
  175. bool "Motorola M5206eLITE board support"
  176. depends on M5206e
  177. help
  178. Support for the Motorola M5206eLITE board.
  179. config M5235EVB
  180. bool "Freescale M5235EVB support"
  181. depends on M523x
  182. help
  183. Support for the Freescale M5235EVB board.
  184. config M5249C3
  185. bool "Motorola M5249C3 board support"
  186. depends on M5249
  187. help
  188. Support for the Motorola M5249C3 board.
  189. config M5272C3
  190. bool "Motorola M5272C3 board support"
  191. depends on M5272
  192. help
  193. Support for the Motorola M5272C3 board.
  194. config WILDFIRE
  195. bool "Intec Automation Inc. WildFire board support"
  196. depends on M528x
  197. help
  198. Support for the Intec Automation Inc. WildFire.
  199. config WILDFIREMOD
  200. bool "Intec Automation Inc. WildFire module support"
  201. depends on M528x
  202. help
  203. Support for the Intec Automation Inc. WildFire module.
  204. config ARN5307
  205. bool "Arnewsh 5307 board support"
  206. depends on M5307
  207. help
  208. Support for the Arnewsh 5307 board.
  209. config M5307C3
  210. bool "Motorola M5307C3 board support"
  211. depends on M5307
  212. help
  213. Support for the Motorola M5307C3 board.
  214. config SECUREEDGEMP3
  215. bool "SnapGear SecureEdge/MP3 platform support"
  216. depends on M5307
  217. help
  218. Support for the SnapGear SecureEdge/MP3 platform.
  219. config M5407C3
  220. bool "Motorola M5407C3 board support"
  221. depends on M5407
  222. help
  223. Support for the Motorola M5407C3 board.
  224. config AMCORE
  225. bool "Sysam AMCORE board support"
  226. depends on M5307
  227. help
  228. Support for the Sysam AMCORE open-hardware generic board.
  229. config STMARK2
  230. bool "Sysam stmark2 board support"
  231. depends on M5441x
  232. help
  233. Support for the Sysam stmark2 open-hardware generic board.
  234. config FIREBEE
  235. bool "FireBee board support"
  236. depends on M547x
  237. help
  238. Support for the FireBee ColdFire 5475 based board.
  239. config CLEOPATRA
  240. bool "Feith CLEOPATRA board support"
  241. depends on (M5307 || M5407)
  242. help
  243. Support for the Feith Cleopatra boards.
  244. config CANCam
  245. bool "Feith CANCam board support"
  246. depends on M5272
  247. help
  248. Support for the Feith CANCam board.
  249. config SCALES
  250. bool "Feith SCALES board support"
  251. depends on M5272
  252. help
  253. Support for the Feith SCALES board.
  254. config NETtel
  255. bool "SecureEdge/NETtel board support"
  256. depends on (M5206e || M5272 || M5307)
  257. help
  258. Support for the SnapGear NETtel/SecureEdge/SnapGear boards.
  259. config MOD5272
  260. bool "Netburner MOD-5272 board support"
  261. depends on M5272
  262. help
  263. Support for the Netburner MOD-5272 board.
  264. if !MMU || COLDFIRE
  265. comment "Machine Options"
  266. config UBOOT
  267. bool "Support for U-Boot command line parameters"
  268. help
  269. If you say Y here kernel will try to collect command
  270. line parameters from the initial u-boot stack.
  271. default n
  272. config 4KSTACKS
  273. bool "Use 4Kb for kernel stacks instead of 8Kb"
  274. default y
  275. help
  276. If you say Y here the kernel will use a 4Kb stacksize for the
  277. kernel stack attached to each process/thread. This facilitates
  278. running more threads on a system and also reduces the pressure
  279. on the VM subsystem for higher order allocations.
  280. comment "RAM configuration"
  281. config RAMBASE
  282. hex "Address of the base of RAM"
  283. default "0"
  284. help
  285. Define the address that RAM starts at. On many platforms this is
  286. 0, the base of the address space. And this is the default. Some
  287. platforms choose to setup their RAM at other addresses within the
  288. processor address space.
  289. config RAMSIZE
  290. hex "Size of RAM (in bytes), or 0 for automatic"
  291. default "0x400000"
  292. help
  293. Define the size of the system RAM. If you select 0 then the
  294. kernel will try to probe the RAM size at runtime. This is not
  295. supported on all CPU types.
  296. config VECTORBASE
  297. hex "Address of the base of system vectors"
  298. default "0"
  299. help
  300. Define the address of the system vectors. Commonly this is
  301. put at the start of RAM, but it doesn't have to be. On ColdFire
  302. platforms this address is programmed into the VBR register, thus
  303. actually setting the address to use.
  304. config MBAR
  305. hex "Address of the MBAR (internal peripherals)"
  306. default "0x10000000"
  307. depends on HAVE_MBAR
  308. help
  309. Define the address of the internal system peripherals. This value
  310. is set in the processors MBAR register. This is generally setup by
  311. the boot loader, and will not be written by the kernel. By far most
  312. ColdFire boards use the default 0x10000000 value, so if unsure then
  313. use this.
  314. config IPSBAR
  315. hex "Address of the IPSBAR (internal peripherals)"
  316. default "0x40000000"
  317. depends on HAVE_IPSBAR
  318. help
  319. Define the address of the internal system peripherals. This value
  320. is set in the processors IPSBAR register. This is generally setup by
  321. the boot loader, and will not be written by the kernel. By far most
  322. ColdFire boards use the default 0x40000000 value, so if unsure then
  323. use this.
  324. config KERNELBASE
  325. hex "Address of the base of kernel code"
  326. default "0x400"
  327. help
  328. Typically on m68k systems the kernel will not start at the base
  329. of RAM, but usually some small offset from it. Define the start
  330. address of the kernel here. The most common setup will have the
  331. processor vectors at the base of RAM and then the start of the
  332. kernel. On some platforms some RAM is reserved for boot loaders
  333. and the kernel starts after that. The 0x400 default was based on
  334. a system with the RAM based at address 0, and leaving enough room
  335. for the theoretical maximum number of 256 vectors.
  336. comment "ROM configuration"
  337. config ROM
  338. bool "Specify ROM linker regions"
  339. default n
  340. help
  341. Define a ROM region for the linker script. This creates a kernel
  342. that can be stored in flash, with possibly the text, and data
  343. regions being copied out to RAM at startup.
  344. config ROMBASE
  345. hex "Address of the base of ROM device"
  346. default "0"
  347. depends on ROM
  348. help
  349. Define the address that the ROM region starts at. Some platforms
  350. use this to set their chip select region accordingly for the boot
  351. device.
  352. config ROMVEC
  353. hex "Address of the base of the ROM vectors"
  354. default "0"
  355. depends on ROM
  356. help
  357. This is almost always the same as the base of the ROM. Since on all
  358. 68000 type variants the vectors are at the base of the boot device
  359. on system startup.
  360. config ROMSTART
  361. hex "Address of the base of system image in ROM"
  362. default "0x400"
  363. depends on ROM
  364. help
  365. Define the start address of the system image in ROM. Commonly this
  366. is strait after the ROM vectors.
  367. config ROMSIZE
  368. hex "Size of the ROM device"
  369. default "0x100000"
  370. depends on ROM
  371. help
  372. Size of the ROM device. On some platforms this is used to setup
  373. the chip select that controls the boot ROM device.
  374. choice
  375. prompt "Kernel executes from"
  376. ---help---
  377. Choose the memory type that the kernel will be running in.
  378. config RAMKERNEL
  379. bool "RAM"
  380. help
  381. The kernel will be resident in RAM when running.
  382. config ROMKERNEL
  383. bool "ROM"
  384. help
  385. The kernel will be resident in FLASH/ROM when running. This is
  386. often referred to as Execute-in-Place (XIP), since the kernel
  387. code executes from the position it is stored in the FLASH/ROM.
  388. endchoice
  389. endif