Kconfig.machine 15 KB

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