Kconfig 39 KB

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