Kconfig 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358
  1. # For a description of the syntax of this configuration file,
  2. # see Documentation/kbuild/kconfig-language.txt.
  3. #
  4. mainmenu "Linux/PowerPC Kernel Configuration"
  5. config MMU
  6. bool
  7. default y
  8. config UID16
  9. bool
  10. config GENERIC_HARDIRQS
  11. bool
  12. default y
  13. config RWSEM_GENERIC_SPINLOCK
  14. bool
  15. config RWSEM_XCHGADD_ALGORITHM
  16. bool
  17. default y
  18. config GENERIC_CALIBRATE_DELAY
  19. bool
  20. default y
  21. config HAVE_DEC_LOCK
  22. bool
  23. default y
  24. config PPC
  25. bool
  26. default y
  27. config PPC32
  28. bool
  29. default y
  30. # All PPCs use generic nvram driver through ppc_md
  31. config GENERIC_NVRAM
  32. bool
  33. default y
  34. config SCHED_NO_NO_OMIT_FRAME_POINTER
  35. bool
  36. default y
  37. source "init/Kconfig"
  38. menu "Processor"
  39. choice
  40. prompt "Processor Type"
  41. default 6xx
  42. config 6xx
  43. bool "6xx/7xx/74xx/52xx/82xx/83xx"
  44. select PPC_FPU
  45. help
  46. There are four types of PowerPC chips supported. The more common
  47. types (601, 603, 604, 740, 750, 7400), the Motorola embedded
  48. versions (821, 823, 850, 855, 860, 52xx, 82xx, 83xx), the IBM embedded
  49. versions (403 and 405) and the high end 64 bit Power processors
  50. (POWER 3, POWER4, and IBM 970 also known as G5)
  51. Unless you are building a kernel for one of the embedded processor
  52. systems, 64 bit IBM RS/6000 or an Apple G5, choose 6xx.
  53. Note that the kernel runs in 32-bit mode even on 64-bit chips.
  54. Also note that because the 52xx, 82xx, & 83xx family has a 603e core,
  55. specific support for that chipset is asked later on.
  56. config 40x
  57. bool "40x"
  58. config 44x
  59. bool "44x"
  60. config POWER3
  61. select PPC_FPU
  62. bool "POWER3"
  63. config POWER4
  64. select PPC_FPU
  65. bool "POWER4 and 970 (G5)"
  66. config 8xx
  67. bool "8xx"
  68. config E200
  69. bool "e200"
  70. config E500
  71. bool "e500"
  72. endchoice
  73. config PPC_FPU
  74. bool
  75. config BOOKE
  76. bool
  77. depends on E200 || E500
  78. default y
  79. config FSL_BOOKE
  80. bool
  81. depends on E200 || E500
  82. default y
  83. config PTE_64BIT
  84. bool
  85. depends on 44x || E500
  86. default y if 44x
  87. default y if E500 && PHYS_64BIT
  88. config PHYS_64BIT
  89. bool 'Large physical address support' if E500
  90. depends on 44x || E500
  91. default y if 44x
  92. ---help---
  93. This option enables kernel support for larger than 32-bit physical
  94. addresses. This features is not be available on all e500 cores.
  95. If in doubt, say N here.
  96. config ALTIVEC
  97. bool "AltiVec Support"
  98. depends on 6xx || POWER4
  99. depends on !8260 && !83xx
  100. ---help---
  101. This option enables kernel support for the Altivec extensions to the
  102. PowerPC processor. The kernel currently supports saving and restoring
  103. altivec registers, and turning on the 'altivec enable' bit so user
  104. processes can execute altivec instructions.
  105. This option is only usefully if you have a processor that supports
  106. altivec (G4, otherwise known as 74xx series), but does not have
  107. any affect on a non-altivec cpu (it does, however add code to the
  108. kernel).
  109. If in doubt, say Y here.
  110. config SPE
  111. bool "SPE Support"
  112. depends on E200 || E500
  113. ---help---
  114. This option enables kernel support for the Signal Processing
  115. Extensions (SPE) to the PowerPC processor. The kernel currently
  116. supports saving and restoring SPE registers, and turning on the
  117. 'spe enable' bit so user processes can execute SPE instructions.
  118. This option is only useful if you have a processor that supports
  119. SPE (e500, otherwise known as 85xx series), but does not have any
  120. effect on a non-spe cpu (it does, however add code to the kernel).
  121. If in doubt, say Y here.
  122. config TAU
  123. bool "Thermal Management Support"
  124. depends on 6xx && !8260 && !83xx
  125. help
  126. G3 and G4 processors have an on-chip temperature sensor called the
  127. 'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
  128. temperature within 2-4 degrees Celsius. This option shows the current
  129. on-die temperature in /proc/cpuinfo if the cpu supports it.
  130. Unfortunately, on some chip revisions, this sensor is very inaccurate
  131. and in some cases, does not work at all, so don't assume the cpu
  132. temp is actually what /proc/cpuinfo says it is.
  133. config TAU_INT
  134. bool "Interrupt driven TAU driver (DANGEROUS)"
  135. depends on TAU
  136. ---help---
  137. The TAU supports an interrupt driven mode which causes an interrupt
  138. whenever the temperature goes out of range. This is the fastest way
  139. to get notified the temp has exceeded a range. With this option off,
  140. a timer is used to re-check the temperature periodically.
  141. However, on some cpus it appears that the TAU interrupt hardware
  142. is buggy and can cause a situation which would lead unexplained hard
  143. lockups.
  144. Unless you are extending the TAU driver, or enjoy kernel/hardware
  145. debugging, leave this option off.
  146. config TAU_AVERAGE
  147. bool "Average high and low temp"
  148. depends on TAU
  149. ---help---
  150. The TAU hardware can compare the temperature to an upper and lower
  151. bound. The default behavior is to show both the upper and lower
  152. bound in /proc/cpuinfo. If the range is large, the temperature is
  153. either changing a lot, or the TAU hardware is broken (likely on some
  154. G4's). If the range is small (around 4 degrees), the temperature is
  155. relatively stable. If you say Y here, a single temperature value,
  156. halfway between the upper and lower bounds, will be reported in
  157. /proc/cpuinfo.
  158. If in doubt, say N here.
  159. config MATH_EMULATION
  160. bool "Math emulation"
  161. depends on 4xx || 8xx || E200 || E500
  162. ---help---
  163. Some PowerPC chips designed for embedded applications do not have
  164. a floating-point unit and therefore do not implement the
  165. floating-point instructions in the PowerPC instruction set. If you
  166. say Y here, the kernel will include code to emulate a floating-point
  167. unit, which will allow programs that use floating-point
  168. instructions to run.
  169. If you have an Apple machine or an IBM RS/6000 or pSeries machine,
  170. or any machine with a 6xx, 7xx or 7xxx series processor, say N
  171. here. Saying Y here will not hurt performance (on any machine) but
  172. will increase the size of the kernel.
  173. config KEXEC
  174. bool "kexec system call (EXPERIMENTAL)"
  175. depends on EXPERIMENTAL
  176. help
  177. kexec is a system call that implements the ability to shutdown your
  178. current kernel, and to start another kernel. It is like a reboot
  179. but it is indepedent of the system firmware. And like a reboot
  180. you can start any kernel with it, not just Linux.
  181. The name comes from the similiarity to the exec system call.
  182. It is an ongoing process to be certain the hardware in a machine
  183. is properly shutdown, so do not be surprised if this code does not
  184. initially work for you. It may help to enable device hotplugging
  185. support. As of this writing the exact hardware interface is
  186. strongly in flux, so no good recommendation can be made.
  187. In the GameCube implementation, kexec allows you to load and
  188. run DOL files, including kernel and homebrew DOLs.
  189. source "drivers/cpufreq/Kconfig"
  190. config CPU_FREQ_PMAC
  191. bool "Support for Apple PowerBooks"
  192. depends on CPU_FREQ && ADB_PMU
  193. select CPU_FREQ_TABLE
  194. help
  195. This adds support for frequency switching on Apple PowerBooks,
  196. this currently includes some models of iBook & Titanium
  197. PowerBook.
  198. config PPC601_SYNC_FIX
  199. bool "Workarounds for PPC601 bugs"
  200. depends on 6xx && (PPC_PREP || PPC_PMAC)
  201. help
  202. Some versions of the PPC601 (the first PowerPC chip) have bugs which
  203. mean that extra synchronization instructions are required near
  204. certain instructions, typically those that make major changes to the
  205. CPU state. These extra instructions reduce performance slightly.
  206. If you say N here, these extra instructions will not be included,
  207. resulting in a kernel which will run faster but may not run at all
  208. on some systems with the PPC601 chip.
  209. If in doubt, say Y here.
  210. source arch/ppc/platforms/4xx/Kconfig
  211. source arch/ppc/platforms/85xx/Kconfig
  212. config PPC64BRIDGE
  213. bool
  214. depends on POWER3 || POWER4
  215. default y
  216. config PPC_STD_MMU
  217. bool
  218. depends on 6xx || POWER3 || POWER4
  219. default y
  220. config NOT_COHERENT_CACHE
  221. bool
  222. depends on 4xx || 8xx || E200
  223. default y
  224. endmenu
  225. menu "Platform options"
  226. config FADS
  227. bool
  228. choice
  229. prompt "8xx Machine Type"
  230. depends on 8xx
  231. default RPXLITE
  232. config RPXLITE
  233. bool "RPX-Lite"
  234. ---help---
  235. Single-board computers based around the PowerPC MPC8xx chips and
  236. intended for embedded applications. The following types are
  237. supported:
  238. RPX-Lite:
  239. Embedded Planet RPX Lite. PC104 form-factor SBC based on the MPC823.
  240. RPX-Classic:
  241. Embedded Planet RPX Classic Low-fat. Credit-card-size SBC based on
  242. the MPC 860
  243. BSE-IP:
  244. Bright Star Engineering ip-Engine.
  245. TQM823L:
  246. TQM850L:
  247. TQM855L:
  248. TQM860L:
  249. MPC8xx based family of mini modules, half credit card size,
  250. up to 64 MB of RAM, 8 MB Flash, (Fast) Ethernet, 2 x serial ports,
  251. 2 x CAN bus interface, ...
  252. Manufacturer: TQ Components, www.tq-group.de
  253. Date of Release: October (?) 1999
  254. End of Life: not yet :-)
  255. URL:
  256. - module: <http://www.denx.de/PDF/TQM8xxLHWM201.pdf>
  257. - starter kit: <http://www.denx.de/PDF/STK8xxLHWM201.pdf>
  258. - images: <http://www.denx.de/embedded-ppc-en.html>
  259. FPS850L:
  260. FingerPrint Sensor System (based on TQM850L)
  261. Manufacturer: IKENDI AG, <http://www.ikendi.com/>
  262. Date of Release: November 1999
  263. End of life: end 2000 ?
  264. URL: see TQM850L
  265. IVMS8:
  266. MPC860 based board used in the "Integrated Voice Mail System",
  267. Small Version (8 voice channels)
  268. Manufacturer: Speech Design, <http://www.speech-design.de/>
  269. Date of Release: December 2000 (?)
  270. End of life: -
  271. URL: <http://www.speech-design.de/>
  272. IVML24:
  273. MPC860 based board used in the "Integrated Voice Mail System",
  274. Large Version (24 voice channels)
  275. Manufacturer: Speech Design, <http://www.speech-design.de/>
  276. Date of Release: March 2001 (?)
  277. End of life: -
  278. URL: <http://www.speech-design.de/>
  279. HERMES:
  280. Hermes-Pro ISDN/LAN router with integrated 8 x hub
  281. Manufacturer: Multidata Gesellschaft fur Datentechnik und Informatik
  282. <http://www.multidata.de/>
  283. Date of Release: 2000 (?)
  284. End of life: -
  285. URL: <http://www.multidata.de/english/products/hpro.htm>
  286. IP860:
  287. VMEBus IP (Industry Pack) carrier board with MPC860
  288. Manufacturer: MicroSys GmbH, <http://www.microsys.de/>
  289. Date of Release: ?
  290. End of life: -
  291. URL: <http://www.microsys.de/html/ip860.html>
  292. PCU_E:
  293. PCU = Peripheral Controller Unit, Extended
  294. Manufacturer: Siemens AG, ICN (Information and Communication Networks)
  295. <http://www.siemens.de/page/1,3771,224315-1-999_2_226207-0,00.html>
  296. Date of Release: April 2001
  297. End of life: August 2001
  298. URL: n. a.
  299. config RPXCLASSIC
  300. bool "RPX-Classic"
  301. help
  302. The RPX-Classic is a single-board computer based on the Motorola
  303. MPC860. It features 16MB of DRAM and a variable amount of flash,
  304. I2C EEPROM, thermal monitoring, a PCMCIA slot, a DIP switch and two
  305. LEDs. Variants with Ethernet ports exist. Say Y here to support it
  306. directly.
  307. config BSEIP
  308. bool "BSE-IP"
  309. help
  310. Say Y here to support the Bright Star Engineering ipEngine SBC.
  311. This is a credit-card-sized device featuring a MPC823 processor,
  312. 26MB DRAM, 4MB flash, Ethernet, a 16K-gate FPGA, USB, an LCD/video
  313. controller, and two RS232 ports.
  314. config MPC8XXFADS
  315. bool "FADS"
  316. select FADS
  317. config MPC86XADS
  318. bool "MPC86XADS"
  319. help
  320. MPC86x Application Development System by Freescale Semiconductor.
  321. The MPC86xADS is meant to serve as a platform for s/w and h/w
  322. development around the MPC86X processor families.
  323. select FADS
  324. config MPC885ADS
  325. bool "MPC885ADS"
  326. help
  327. Freescale Semiconductor MPC885 Application Development System (ADS).
  328. Also known as DUET.
  329. The MPC885ADS is meant to serve as a platform for s/w and h/w
  330. development around the MPC885 processor family.
  331. config TQM823L
  332. bool "TQM823L"
  333. help
  334. Say Y here to support the TQM823L, one of an MPC8xx-based family of
  335. mini SBCs (half credit-card size) from TQ Components first released
  336. in late 1999. Technical references are at
  337. <http://www.denx.de/PDF/TQM8xxLHWM201.pdf>, and
  338. <http://www.denx.de/PDF/STK8xxLHWM201.pdf>, and an image at
  339. <http://www.denx.de/embedded-ppc-en.html>.
  340. config TQM850L
  341. bool "TQM850L"
  342. help
  343. Say Y here to support the TQM850L, one of an MPC8xx-based family of
  344. mini SBCs (half credit-card size) from TQ Components first released
  345. in late 1999. Technical references are at
  346. <http://www.denx.de/PDF/TQM8xxLHWM201.pdf>, and
  347. <http://www.denx.de/PDF/STK8xxLHWM201.pdf>, and an image at
  348. <http://www.denx.de/embedded-ppc-en.html>.
  349. config TQM855L
  350. bool "TQM855L"
  351. help
  352. Say Y here to support the TQM855L, one of an MPC8xx-based family of
  353. mini SBCs (half credit-card size) from TQ Components first released
  354. in late 1999. Technical references are at
  355. <http://www.denx.de/PDF/TQM8xxLHWM201.pdf>, and
  356. <http://www.denx.de/PDF/STK8xxLHWM201.pdf>, and an image at
  357. <http://www.denx.de/embedded-ppc-en.html>.
  358. config TQM860L
  359. bool "TQM860L"
  360. help
  361. Say Y here to support the TQM860L, one of an MPC8xx-based family of
  362. mini SBCs (half credit-card size) from TQ Components first released
  363. in late 1999. Technical references are at
  364. <http://www.denx.de/PDF/TQM8xxLHWM201.pdf>, and
  365. <http://www.denx.de/PDF/STK8xxLHWM201.pdf>, and an image at
  366. <http://www.denx.de/embedded-ppc-en.html>.
  367. config FPS850L
  368. bool "FPS850L"
  369. config IVMS8
  370. bool "IVMS8"
  371. help
  372. Say Y here to support the Integrated Voice-Mail Small 8-channel SBC
  373. from Speech Design, released March 2001. The manufacturer's website
  374. is at <http://www.speech-design.de/>.
  375. config IVML24
  376. bool "IVML24"
  377. help
  378. Say Y here to support the Integrated Voice-Mail Large 24-channel SBC
  379. from Speech Design, released March 2001. The manufacturer's website
  380. is at <http://www.speech-design.de/>.
  381. config HERMES_PRO
  382. bool "HERMES"
  383. config IP860
  384. bool "IP860"
  385. config LWMON
  386. bool "LWMON"
  387. config PCU_E
  388. bool "PCU_E"
  389. config CCM
  390. bool "CCM"
  391. config LANTEC
  392. bool "LANTEC"
  393. config MBX
  394. bool "MBX"
  395. help
  396. MBX is a line of Motorola single-board computer based around the
  397. MPC821 and MPC860 processors, and intended for embedded-controller
  398. applications. Say Y here to support these boards directly.
  399. config WINCEPT
  400. bool "WinCept"
  401. help
  402. The Wincept 100/110 is a Motorola single-board computer based on the
  403. MPC821 PowerPC, introduced in 1998 and designed to be used in
  404. thin-client machines. Say Y to support it directly.
  405. endchoice
  406. choice
  407. prompt "Machine Type"
  408. depends on 6xx || POWER3 || POWER4
  409. default PPC_MULTIPLATFORM
  410. ---help---
  411. Linux currently supports several different kinds of PowerPC-based
  412. machines: Apple Power Macintoshes and clones (such as the Motorola
  413. Starmax series), PReP (PowerPC Reference Platform) machines (such
  414. as the Motorola PowerStacks, Motorola cPCI/VME embedded systems,
  415. and some IBM RS/6000 systems), CHRP (Common Hardware Reference
  416. Platform) machines (including all of the recent IBM RS/6000 and
  417. pSeries machines), and several embedded PowerPC systems containing
  418. 4xx, 6xx, 7xx, 8xx, 74xx, and 82xx processors. Currently, the
  419. default option is to build a kernel which works on the first three.
  420. Select CHRP/PowerMac/PReP if configuring for an IBM RS/6000 or
  421. pSeries machine, a Power Macintosh (including iMacs, iBooks and
  422. Powerbooks), or a PReP machine.
  423. Select Gemini if configuring for a Synergy Microsystems' Gemini
  424. series Single Board Computer. More information is available at:
  425. <http://www.synergymicro.com/PressRel/97_10_15.html>.
  426. Select APUS if configuring for a PowerUP Amiga. More information is
  427. available at: <http://linux-apus.sourceforge.net/>.
  428. config PPC_MULTIPLATFORM
  429. bool "CHRP/PowerMac/PReP"
  430. config APUS
  431. bool "Amiga-APUS"
  432. depends on BROKEN
  433. help
  434. Select APUS if configuring for a PowerUP Amiga.
  435. More information is available at:
  436. <http://linux-apus.sourceforge.net/>.
  437. config KATANA
  438. bool "Artesyn-Katana"
  439. help
  440. Select KATANA if configuring an Artesyn KATANA 750i or 3750
  441. cPCI board.
  442. config WILLOW
  443. bool "Cogent-Willow"
  444. config CPCI690
  445. bool "Force-CPCI690"
  446. help
  447. Select CPCI690 if configuring a Force CPCI690 cPCI board.
  448. config POWERPMC250
  449. bool "Force-PowerPMC250"
  450. config CHESTNUT
  451. bool "IBM 750FX Eval board or 750GX Eval board"
  452. help
  453. Select CHESTNUT if configuring an IBM 750FX Eval Board or a
  454. IBM 750GX Eval board.
  455. config SPRUCE
  456. bool "IBM-Spruce"
  457. config HDPU
  458. bool "Sky-HDPU"
  459. help
  460. Select HDPU if configuring a Sky Computers Compute Blade.
  461. config HDPU_FEATURES
  462. depends HDPU
  463. tristate "HDPU-Features"
  464. help
  465. Select to enable HDPU enhanced features.
  466. config EV64260
  467. bool "Marvell-EV64260BP"
  468. help
  469. Select EV64260 if configuring a Marvell (formerly Galileo)
  470. EV64260BP Evaluation platform.
  471. config LOPEC
  472. bool "Motorola-LoPEC"
  473. config MVME5100
  474. bool "Motorola-MVME5100"
  475. config PPLUS
  476. bool "Motorola-PowerPlus"
  477. config PRPMC750
  478. bool "Motorola-PrPMC750"
  479. config PRPMC800
  480. bool "Motorola-PrPMC800"
  481. config SANDPOINT
  482. bool "Motorola-Sandpoint"
  483. help
  484. Select SANDPOINT if configuring for a Motorola Sandpoint X3
  485. (any flavor).
  486. config RADSTONE_PPC7D
  487. bool "Radstone Technology PPC7D board"
  488. config PAL4
  489. bool "SBS-Palomar4"
  490. config GEMINI
  491. bool "Synergy-Gemini"
  492. depends on BROKEN
  493. help
  494. Select Gemini if configuring for a Synergy Microsystems' Gemini
  495. series Single Board Computer. More information is available at:
  496. <http://www.synergymicro.com/PressRel/97_10_15.html>.
  497. config EST8260
  498. bool "EST8260"
  499. ---help---
  500. The EST8260 is a single-board computer manufactured by Wind River
  501. Systems, Inc. (formerly Embedded Support Tools Corp.) and based on
  502. the MPC8260. Wind River Systems has a website at
  503. <http://www.windriver.com/>, but the EST8260 cannot be found on it
  504. and has probably been discontinued or rebadged.
  505. config SBC82xx
  506. bool "SBC82xx"
  507. ---help---
  508. SBC PowerQUICC II, single-board computer with MPC82xx CPU
  509. Manufacturer: Wind River Systems, Inc.
  510. Date of Release: May 2003
  511. End of Life: -
  512. URL: <http://www.windriver.com/>
  513. config SBS8260
  514. bool "SBS8260"
  515. config RPX8260
  516. bool "RPXSUPER"
  517. config TQM8260
  518. bool "TQM8260"
  519. ---help---
  520. MPC8260 based module, little larger than credit card,
  521. up to 128 MB global + 64 MB local RAM, 32 MB Flash,
  522. 32 kB EEPROM, 256 kB L@ Cache, 10baseT + 100baseT Ethernet,
  523. 2 x serial ports, ...
  524. Manufacturer: TQ Components, www.tq-group.de
  525. Date of Release: June 2001
  526. End of Life: not yet :-)
  527. URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf>
  528. config ADS8272
  529. bool "ADS8272"
  530. config PQ2FADS
  531. bool "Freescale-PQ2FADS"
  532. help
  533. Select PQ2FADS if you wish to configure for a Freescale
  534. PQ2FADS board (-VR or -ZU).
  535. config LITE5200
  536. bool "Freescale LITE5200 / (IceCube)"
  537. select PPC_MPC52xx
  538. help
  539. Support for the LITE5200 dev board for the MPC5200 from Freescale.
  540. This is for the LITE5200 version 2.0 board. Don't know if it changes
  541. much but it's only been tested on this board version. I think this
  542. board is also known as IceCube.
  543. config MPC834x_SYS
  544. bool "Freescale MPC834x SYS"
  545. help
  546. This option enables support for the MPC 834x SYS evaluation board.
  547. config EV64360
  548. bool "Marvell-EV64360BP"
  549. help
  550. Select EV64360 if configuring a Marvell EV64360BP Evaluation
  551. platform.
  552. endchoice
  553. config PQ2ADS
  554. bool
  555. depends on ADS8272
  556. default y
  557. config TQM8xxL
  558. bool
  559. depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L)
  560. default y
  561. config EMBEDDEDBOOT
  562. bool
  563. depends on 8xx || 8260
  564. default y
  565. config PPC_MPC52xx
  566. bool
  567. config 8260
  568. bool "CPM2 Support" if WILLOW
  569. depends on 6xx
  570. default y if TQM8260 || RPX8260 || EST8260 || SBS8260 || SBC82xx || PQ2FADS
  571. help
  572. The MPC8260 is a typical embedded CPU made by Motorola. Selecting
  573. this option means that you wish to build a kernel for a machine with
  574. an 8260 class CPU.
  575. config 8272
  576. bool
  577. depends on 6xx
  578. default y if ADS8272
  579. select 8260
  580. help
  581. The MPC8272 CPM has a different internal dpram setup than other CPM2
  582. devices
  583. config 83xx
  584. bool
  585. default y if MPC834x_SYS
  586. config MPC834x
  587. bool
  588. default y if MPC834x_SYS
  589. config CPM2
  590. bool
  591. depends on 8260 || MPC8560 || MPC8555
  592. default y
  593. help
  594. The CPM2 (Communications Processor Module) is a coprocessor on
  595. embedded CPUs made by Motorola. Selecting this option means that
  596. you wish to build a kernel for a machine with a CPM2 coprocessor
  597. on it (826x, 827x, 8560).
  598. config PPC_CHRP
  599. bool
  600. depends on PPC_MULTIPLATFORM
  601. default y
  602. config PPC_PMAC
  603. bool
  604. depends on PPC_MULTIPLATFORM
  605. default y
  606. config PPC_PMAC64
  607. bool
  608. depends on PPC_PMAC && POWER4
  609. default y
  610. config PPC_PREP
  611. bool
  612. depends on PPC_MULTIPLATFORM
  613. default y
  614. config PPC_OF
  615. bool
  616. depends on PPC_PMAC || PPC_CHRP
  617. default y
  618. config PPC_GEN550
  619. bool
  620. depends on SANDPOINT || SPRUCE || PPLUS || \
  621. PRPMC750 || PRPMC800 || LOPEC || \
  622. (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
  623. 83xx
  624. default y
  625. config FORCE
  626. bool
  627. depends on 6xx && POWERPMC250
  628. default y
  629. config GT64260
  630. bool
  631. depends on EV64260 || CPCI690
  632. default y
  633. config MV64360 # Really MV64360 & MV64460
  634. bool
  635. depends on CHESTNUT || KATANA || RADSTONE_PPC7D || HDPU || EV64360
  636. default y
  637. config MV64X60
  638. bool
  639. depends on (GT64260 || MV64360)
  640. default y
  641. menu "Set bridge options"
  642. depends on MV64X60
  643. config NOT_COHERENT_CACHE
  644. bool "Turn off Cache Coherency"
  645. default n
  646. help
  647. Some 64x60 bridges lock up when trying to enforce cache coherency.
  648. When this option is selected, cache coherency will be turned off.
  649. Note that this can cause other problems (e.g., stale data being
  650. speculatively loaded via a cached mapping). Use at your own risk.
  651. config MV64X60_BASE
  652. hex "Set bridge base used by firmware"
  653. default "0xf1000000"
  654. help
  655. A firmware can leave the base address of the bridge's registers at
  656. a non-standard location. If so, set this value to reflect the
  657. address of that non-standard location.
  658. config MV64X60_NEW_BASE
  659. hex "Set bridge base used by kernel"
  660. default "0xf1000000"
  661. help
  662. If the current base address of the bridge's registers is not where
  663. you want it, set this value to the address that you want it moved to.
  664. endmenu
  665. config NONMONARCH_SUPPORT
  666. bool "Enable Non-Monarch Support"
  667. depends on PRPMC800
  668. config HARRIER
  669. bool
  670. depends on PRPMC800
  671. default y
  672. config EPIC_SERIAL_MODE
  673. bool
  674. depends on 6xx && (LOPEC || SANDPOINT)
  675. default y
  676. config MPC10X_BRIDGE
  677. bool
  678. depends on POWERPMC250 || LOPEC || SANDPOINT
  679. default y
  680. config MPC10X_OPENPIC
  681. bool
  682. depends on POWERPMC250 || LOPEC || SANDPOINT
  683. default y
  684. config MPC10X_STORE_GATHERING
  685. bool "Enable MPC10x store gathering"
  686. depends on MPC10X_BRIDGE
  687. config SANDPOINT_ENABLE_UART1
  688. bool "Enable DUART mode on Sandpoint"
  689. depends on SANDPOINT
  690. help
  691. If this option is enabled then the MPC824x processor will run
  692. in DUART mode instead of UART mode.
  693. config HARRIER_STORE_GATHERING
  694. bool "Enable Harrier store gathering"
  695. depends on HARRIER
  696. config MVME5100_IPMC761_PRESENT
  697. bool "MVME5100 configured with an IPMC761"
  698. depends on MVME5100
  699. config SPRUCE_BAUD_33M
  700. bool "Spruce baud clock support"
  701. depends on SPRUCE
  702. config PC_KEYBOARD
  703. bool "PC PS/2 style Keyboard"
  704. depends on 4xx || CPM2
  705. config PPCBUG_NVRAM
  706. bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
  707. default y if PPC_PREP
  708. config SMP
  709. depends on PPC_STD_MMU
  710. bool "Symmetric multi-processing support"
  711. ---help---
  712. This enables support for systems with more than one CPU. If you have
  713. a system with only one CPU, say N. If you have a system with more
  714. than one CPU, say Y. Note that the kernel does not currently
  715. support SMP machines with 603/603e/603ev or PPC750 ("G3") processors
  716. since they have inadequate hardware support for multiprocessor
  717. operation.
  718. If you say N here, the kernel will run on single and multiprocessor
  719. machines, but will use only one CPU of a multiprocessor machine. If
  720. you say Y here, the kernel will run on single-processor machines.
  721. On a single-processor machine, the kernel will run faster if you say
  722. N here.
  723. If you don't know what to do here, say N.
  724. config IRQ_ALL_CPUS
  725. bool "Distribute interrupts on all CPUs by default"
  726. depends on SMP && !MV64360
  727. help
  728. This option gives the kernel permission to distribute IRQs across
  729. multiple CPUs. Saying N here will route all IRQs to the first
  730. CPU. Generally saying Y is safe, although some problems have been
  731. reported with SMP Power Macintoshes with this option enabled.
  732. config NR_CPUS
  733. int "Maximum number of CPUs (2-32)"
  734. range 2 32
  735. depends on SMP
  736. default "4"
  737. config HIGHMEM
  738. bool "High memory support"
  739. source kernel/Kconfig.hz
  740. source kernel/Kconfig.preempt
  741. source "mm/Kconfig"
  742. source "fs/Kconfig.binfmt"
  743. config PROC_DEVICETREE
  744. bool "Support for Open Firmware device tree in /proc"
  745. depends on PPC_OF && PROC_FS
  746. help
  747. This option adds a device-tree directory under /proc which contains
  748. an image of the device tree that the kernel copies from Open
  749. Firmware. If unsure, say Y here.
  750. config PREP_RESIDUAL
  751. bool "Support for PReP Residual Data"
  752. depends on PPC_PREP
  753. help
  754. Some PReP systems have residual data passed to the kernel by the
  755. firmware. This allows detection of memory size, devices present and
  756. other useful pieces of information. Sometimes this information is
  757. not present or incorrect, in which case it could lead to the machine
  758. behaving incorrectly. If this happens, either disable PREP_RESIDUAL
  759. or pass the 'noresidual' option to the kernel.
  760. If you are running a PReP system, say Y here, otherwise say N.
  761. config PROC_PREPRESIDUAL
  762. bool "Support for reading of PReP Residual Data in /proc"
  763. depends on PREP_RESIDUAL && PROC_FS
  764. help
  765. Enabling this option will create a /proc/residual file which allows
  766. you to get at the residual data on PReP systems. You will need a tool
  767. (lsresidual) to parse it. If you aren't on a PReP system, you don't
  768. want this.
  769. config CMDLINE_BOOL
  770. bool "Default bootloader kernel arguments"
  771. config CMDLINE
  772. string "Initial kernel command string"
  773. depends on CMDLINE_BOOL
  774. default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
  775. help
  776. On some platforms, there is currently no way for the boot loader to
  777. pass arguments to the kernel. For these platforms, you can supply
  778. some command-line options at build time by entering them here. In
  779. most cases you will need to specify the root device here.
  780. config AMIGA
  781. bool
  782. depends on APUS
  783. default y
  784. help
  785. This option enables support for the Amiga series of computers.
  786. config ZORRO
  787. bool
  788. depends on APUS
  789. default y
  790. help
  791. This enables support for the Zorro bus in the Amiga. If you have
  792. expansion cards in your Amiga that conform to the Amiga
  793. AutoConfig(tm) specification, say Y, otherwise N. Note that even
  794. expansion cards that do not fit in the Zorro slots but fit in e.g.
  795. the CPU slot may fall in this category, so you have to say Y to let
  796. Linux use these.
  797. config ABSTRACT_CONSOLE
  798. bool
  799. depends on APUS
  800. default y
  801. config APUS_FAST_EXCEPT
  802. bool
  803. depends on APUS
  804. default y
  805. config AMIGA_PCMCIA
  806. bool "Amiga 1200/600 PCMCIA support"
  807. depends on APUS && EXPERIMENTAL
  808. help
  809. Include support in the kernel for pcmcia on Amiga 1200 and Amiga
  810. 600. If you intend to use pcmcia cards say Y; otherwise say N.
  811. config AMIGA_BUILTIN_SERIAL
  812. tristate "Amiga builtin serial support"
  813. depends on APUS
  814. help
  815. If you want to use your Amiga's built-in serial port in Linux,
  816. answer Y.
  817. To compile this driver as a module, choose M here.
  818. config GVPIOEXT
  819. tristate "GVP IO-Extender support"
  820. depends on APUS
  821. help
  822. If you want to use a GVP IO-Extender serial card in Linux, say Y.
  823. Otherwise, say N.
  824. config GVPIOEXT_LP
  825. tristate "GVP IO-Extender parallel printer support"
  826. depends on GVPIOEXT
  827. help
  828. Say Y to enable driving a printer from the parallel port on your
  829. GVP IO-Extender card, N otherwise.
  830. config GVPIOEXT_PLIP
  831. tristate "GVP IO-Extender PLIP support"
  832. depends on GVPIOEXT
  833. help
  834. Say Y to enable doing IP over the parallel port on your GVP
  835. IO-Extender card, N otherwise.
  836. config MULTIFACE_III_TTY
  837. tristate "Multiface Card III serial support"
  838. depends on APUS
  839. help
  840. If you want to use a Multiface III card's serial port in Linux,
  841. answer Y.
  842. To compile this driver as a module, choose M here.
  843. config A2232
  844. tristate "Commodore A2232 serial support (EXPERIMENTAL)"
  845. depends on EXPERIMENTAL && APUS
  846. ---help---
  847. This option supports the 2232 7-port serial card shipped with the
  848. Amiga 2000 and other Zorro-bus machines, dating from 1989. At
  849. a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
  850. each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
  851. ports were connected with 8 pin DIN connectors on the card bracket,
  852. for which 8 pin to DB25 adapters were supplied. The card also had
  853. jumpers internally to toggle various pinning configurations.
  854. This driver can be built as a module; but then "generic_serial"
  855. will also be built as a module. This has to be loaded before
  856. "ser_a2232". If you want to do this, answer M here.
  857. config WHIPPET_SERIAL
  858. tristate "Hisoft Whippet PCMCIA serial support"
  859. depends on AMIGA_PCMCIA
  860. help
  861. HiSoft has a web page at <http://www.hisoft.co.uk/>, but there
  862. is no listing for the Whippet in their Amiga section.
  863. config APNE
  864. tristate "PCMCIA NE2000 support"
  865. depends on AMIGA_PCMCIA
  866. help
  867. If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
  868. say N.
  869. To compile this driver as a module, choose M here: the
  870. module will be called apne.
  871. config SERIAL_CONSOLE
  872. bool "Support for serial port console"
  873. depends on APUS && (AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y)
  874. config HEARTBEAT
  875. bool "Use power LED as a heartbeat"
  876. depends on APUS
  877. help
  878. Use the power-on LED on your machine as a load meter. The exact
  879. behavior is platform-dependent, but normally the flash frequency is
  880. a hyperbolic function of the 5-minute load average.
  881. config PROC_HARDWARE
  882. bool "/proc/hardware support"
  883. depends on APUS
  884. source "drivers/zorro/Kconfig"
  885. if !44x || BROKEN
  886. source kernel/power/Kconfig
  887. endif
  888. config SECCOMP
  889. bool "Enable seccomp to safely compute untrusted bytecode"
  890. depends on PROC_FS
  891. default y
  892. help
  893. This kernel feature is useful for number crunching applications
  894. that may need to compute untrusted bytecode during their
  895. execution. By using pipes or other transports made available to
  896. the process as file descriptors supporting the read/write
  897. syscalls, it's possible to isolate those applications in
  898. their own address space using seccomp. Once seccomp is
  899. enabled via /proc/<pid>/seccomp, it cannot be disabled
  900. and the task is only allowed to execute a few safe syscalls
  901. defined by each seccomp mode.
  902. If unsure, say Y. Only embedded should say N here.
  903. endmenu
  904. config ISA_DMA_API
  905. bool
  906. default y
  907. menu "Bus options"
  908. config ISA
  909. bool "Support for ISA-bus hardware"
  910. depends on PPC_PREP || PPC_CHRP
  911. help
  912. Find out whether you have ISA slots on your motherboard. ISA is the
  913. name of a bus system, i.e. the way the CPU talks to the other stuff
  914. inside your box. If you have an Apple machine, say N here; if you
  915. have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If
  916. you have an embedded board, consult your board documentation.
  917. config GENERIC_ISA_DMA
  918. bool
  919. depends on POWER3 || POWER4 || 6xx && !CPM2
  920. default y
  921. config EISA
  922. bool
  923. help
  924. The Extended Industry Standard Architecture (EISA) bus is a bus
  925. architecture used on some older intel-based PCs.
  926. config SBUS
  927. bool
  928. # Yes MCA RS/6000s exist but Linux-PPC does not currently support any
  929. config MCA
  930. bool
  931. config PCI
  932. bool "PCI support" if 40x || CPM2 || 83xx || 85xx || PPC_MPC52xx
  933. default y if !40x && !CPM2 && !8xx && !APUS && !83xx && !85xx
  934. default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS
  935. default PCI_QSPAN if !4xx && !CPM2 && 8xx
  936. help
  937. Find out whether your system includes a PCI bus. PCI is the name of
  938. a bus system, i.e. the way the CPU talks to the other stuff inside
  939. your box. If you say Y here, the kernel will include drivers and
  940. infrastructure code to support PCI bus devices.
  941. config PCI_DOMAINS
  942. bool
  943. default PCI
  944. config PCI_QSPAN
  945. bool "QSpan PCI"
  946. depends on !4xx && !CPM2 && 8xx
  947. help
  948. Say Y here if you have a system based on a Motorola 8xx-series
  949. embedded processor with a QSPAN PCI interface, otherwise say N.
  950. config PCI_8260
  951. bool
  952. depends on PCI && 8260
  953. default y
  954. config 8260_PCI9
  955. bool " Enable workaround for MPC826x erratum PCI 9"
  956. depends on PCI_8260 && !ADS8272
  957. default y
  958. choice
  959. prompt " IDMA channel for PCI 9 workaround"
  960. depends on 8260_PCI9
  961. config 8260_PCI9_IDMA1
  962. bool "IDMA1"
  963. config 8260_PCI9_IDMA2
  964. bool "IDMA2"
  965. config 8260_PCI9_IDMA3
  966. bool "IDMA3"
  967. config 8260_PCI9_IDMA4
  968. bool "IDMA4"
  969. endchoice
  970. config PCI_PERMEDIA
  971. bool "PCI for Permedia2"
  972. depends on !4xx && !8xx && APUS
  973. source "drivers/pci/Kconfig"
  974. source "drivers/pcmcia/Kconfig"
  975. endmenu
  976. menu "Advanced setup"
  977. config ADVANCED_OPTIONS
  978. bool "Prompt for advanced kernel configuration options"
  979. help
  980. This option will enable prompting for a variety of advanced kernel
  981. configuration options. These options can cause the kernel to not
  982. work if they are set incorrectly, but can be used to optimize certain
  983. aspects of kernel memory management.
  984. Unless you know what you are doing, say N here.
  985. comment "Default settings for advanced configuration options are used"
  986. depends on !ADVANCED_OPTIONS
  987. config HIGHMEM_START_BOOL
  988. bool "Set high memory pool address"
  989. depends on ADVANCED_OPTIONS && HIGHMEM
  990. help
  991. This option allows you to set the base address of the kernel virtual
  992. area used to map high memory pages. This can be useful in
  993. optimizing the layout of kernel virtual memory.
  994. Say N here unless you know what you are doing.
  995. config HIGHMEM_START
  996. hex "Virtual start address of high memory pool" if HIGHMEM_START_BOOL
  997. default "0xfe000000"
  998. config LOWMEM_SIZE_BOOL
  999. bool "Set maximum low memory"
  1000. depends on ADVANCED_OPTIONS
  1001. help
  1002. This option allows you to set the maximum amount of memory which
  1003. will be used as "low memory", that is, memory which the kernel can
  1004. access directly, without having to set up a kernel virtual mapping.
  1005. This can be useful in optimizing the layout of kernel virtual
  1006. memory.
  1007. Say N here unless you know what you are doing.
  1008. config LOWMEM_SIZE
  1009. hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
  1010. default "0x30000000"
  1011. config KERNEL_START_BOOL
  1012. bool "Set custom kernel base address"
  1013. depends on ADVANCED_OPTIONS
  1014. help
  1015. This option allows you to set the kernel virtual address at which
  1016. the kernel will map low memory (the kernel image will be linked at
  1017. this address). This can be useful in optimizing the virtual memory
  1018. layout of the system.
  1019. Say N here unless you know what you are doing.
  1020. config KERNEL_START
  1021. hex "Virtual address of kernel base" if KERNEL_START_BOOL
  1022. default "0xc0000000"
  1023. config TASK_SIZE_BOOL
  1024. bool "Set custom user task size"
  1025. depends on ADVANCED_OPTIONS
  1026. help
  1027. This option allows you to set the amount of virtual address space
  1028. allocated to user tasks. This can be useful in optimizing the
  1029. virtual memory layout of the system.
  1030. Say N here unless you know what you are doing.
  1031. config TASK_SIZE
  1032. hex "Size of user task space" if TASK_SIZE_BOOL
  1033. default "0x80000000"
  1034. config CONSISTENT_START_BOOL
  1035. bool "Set custom consistent memory pool address"
  1036. depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
  1037. help
  1038. This option allows you to set the base virtual address
  1039. of the the consistent memory pool. This pool of virtual
  1040. memory is used to make consistent memory allocations.
  1041. config CONSISTENT_START
  1042. hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL
  1043. default "0xff100000" if NOT_COHERENT_CACHE
  1044. config CONSISTENT_SIZE_BOOL
  1045. bool "Set custom consistent memory pool size"
  1046. depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
  1047. help
  1048. This option allows you to set the size of the the
  1049. consistent memory pool. This pool of virtual memory
  1050. is used to make consistent memory allocations.
  1051. config CONSISTENT_SIZE
  1052. hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
  1053. default "0x00200000" if NOT_COHERENT_CACHE
  1054. config BOOT_LOAD_BOOL
  1055. bool "Set the boot link/load address"
  1056. depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM
  1057. help
  1058. This option allows you to set the initial load address of the zImage
  1059. or zImage.initrd file. This can be useful if you are on a board
  1060. which has a small amount of memory.
  1061. Say N here unless you know what you are doing.
  1062. config BOOT_LOAD
  1063. hex "Link/load address for booting" if BOOT_LOAD_BOOL
  1064. default "0x00400000" if 40x || 8xx || 8260
  1065. default "0x01000000" if 44x
  1066. default "0x00800000"
  1067. config PIN_TLB
  1068. bool "Pinned Kernel TLBs (860 ONLY)"
  1069. depends on ADVANCED_OPTIONS && 8xx
  1070. endmenu
  1071. source "net/Kconfig"
  1072. source "drivers/Kconfig"
  1073. source "fs/Kconfig"
  1074. source "arch/ppc/8xx_io/Kconfig"
  1075. source "arch/ppc/8260_io/Kconfig"
  1076. menu "IBM 40x options"
  1077. depends on 40x
  1078. config SERIAL_SICC
  1079. bool "SICC Serial port"
  1080. depends on STB03xxx
  1081. config UART1_DFLT_CONSOLE
  1082. bool
  1083. depends on SERIAL_SICC && UART0_TTYS1
  1084. default y
  1085. config SERIAL_SICC_CONSOLE
  1086. bool
  1087. depends on SERIAL_SICC && UART0_TTYS1
  1088. default y
  1089. endmenu
  1090. source "lib/Kconfig"
  1091. source "arch/ppc/oprofile/Kconfig"
  1092. source "arch/ppc/Kconfig.debug"
  1093. source "security/Kconfig"
  1094. source "crypto/Kconfig"