Kconfig 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. mainmenu "Linux Kernel Configuration"
  6. config ARM
  7. bool
  8. default y
  9. select HAVE_AOUT
  10. select HAVE_IDE
  11. select RTC_LIB
  12. select SYS_SUPPORTS_APM_EMULATION
  13. select HAVE_OPROFILE
  14. select HAVE_ARCH_KGDB
  15. select HAVE_KPROBES if (!XIP_KERNEL)
  16. select HAVE_KRETPROBES if (HAVE_KPROBES)
  17. select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
  18. select HAVE_GENERIC_DMA_COHERENT
  19. help
  20. The ARM series is a line of low-power-consumption RISC chip designs
  21. licensed by ARM Ltd and targeted at embedded applications and
  22. handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
  23. manufactured, but legacy ARM-based PC hardware remains popular in
  24. Europe. There is an ARM Linux project with a web page at
  25. <http://www.arm.linux.org.uk/>.
  26. config HAVE_PWM
  27. bool
  28. config SYS_SUPPORTS_APM_EMULATION
  29. bool
  30. config GENERIC_GPIO
  31. bool
  32. default n
  33. config GENERIC_TIME
  34. bool
  35. default n
  36. config GENERIC_CLOCKEVENTS
  37. bool
  38. default n
  39. config GENERIC_CLOCKEVENTS_BROADCAST
  40. bool
  41. depends on GENERIC_CLOCKEVENTS
  42. default y if SMP && !LOCAL_TIMERS
  43. config MMU
  44. bool
  45. default y
  46. config NO_IOPORT
  47. bool
  48. default n
  49. config EISA
  50. bool
  51. ---help---
  52. The Extended Industry Standard Architecture (EISA) bus was
  53. developed as an open alternative to the IBM MicroChannel bus.
  54. The EISA bus provided some of the features of the IBM MicroChannel
  55. bus while maintaining backward compatibility with cards made for
  56. the older ISA bus. The EISA bus saw limited use between 1988 and
  57. 1995 when it was made obsolete by the PCI bus.
  58. Say Y here if you are building a kernel for an EISA-based machine.
  59. Otherwise, say N.
  60. config SBUS
  61. bool
  62. config MCA
  63. bool
  64. help
  65. MicroChannel Architecture is found in some IBM PS/2 machines and
  66. laptops. It is a bus system similar to PCI or ISA. See
  67. <file:Documentation/mca.txt> (and especially the web page given
  68. there) before attempting to build an MCA bus kernel.
  69. config GENERIC_HARDIRQS
  70. bool
  71. default y
  72. config STACKTRACE_SUPPORT
  73. bool
  74. default y
  75. config HAVE_LATENCYTOP_SUPPORT
  76. bool
  77. depends on !SMP
  78. default y
  79. config LOCKDEP_SUPPORT
  80. bool
  81. default y
  82. config TRACE_IRQFLAGS_SUPPORT
  83. bool
  84. default y
  85. config HARDIRQS_SW_RESEND
  86. bool
  87. default y
  88. config GENERIC_IRQ_PROBE
  89. bool
  90. default y
  91. config GENERIC_LOCKBREAK
  92. bool
  93. default y
  94. depends on SMP && PREEMPT
  95. config RWSEM_GENERIC_SPINLOCK
  96. bool
  97. default y
  98. config RWSEM_XCHGADD_ALGORITHM
  99. bool
  100. config ARCH_HAS_ILOG2_U32
  101. bool
  102. default n
  103. config ARCH_HAS_ILOG2_U64
  104. bool
  105. default n
  106. config GENERIC_HWEIGHT
  107. bool
  108. default y
  109. config GENERIC_CALIBRATE_DELAY
  110. bool
  111. default y
  112. config ARCH_MAY_HAVE_PC_FDC
  113. bool
  114. config ZONE_DMA
  115. bool
  116. config GENERIC_ISA_DMA
  117. bool
  118. config FIQ
  119. bool
  120. config ARCH_MTD_XIP
  121. bool
  122. config GENERIC_HARDIRQS_NO__DO_IRQ
  123. bool
  124. def_bool y
  125. if OPROFILE
  126. config OPROFILE_ARMV6
  127. def_bool y
  128. depends on CPU_V6 && !SMP
  129. select OPROFILE_ARM11_CORE
  130. config OPROFILE_MPCORE
  131. def_bool y
  132. depends on CPU_V6 && SMP
  133. select OPROFILE_ARM11_CORE
  134. config OPROFILE_ARM11_CORE
  135. bool
  136. config OPROFILE_ARMV7
  137. def_bool y
  138. depends on CPU_V7 && !SMP
  139. bool
  140. endif
  141. config VECTORS_BASE
  142. hex
  143. default 0xffff0000 if MMU || CPU_HIGH_VECTOR
  144. default DRAM_BASE if REMAP_VECTORS_TO_RAM
  145. default 0x00000000
  146. help
  147. The base address of exception vectors.
  148. source "init/Kconfig"
  149. source "kernel/Kconfig.freezer"
  150. menu "System Type"
  151. choice
  152. prompt "ARM system type"
  153. default ARCH_VERSATILE
  154. config ARCH_AAEC2000
  155. bool "Agilent AAEC-2000 based"
  156. select CPU_ARM920T
  157. select ARM_AMBA
  158. select HAVE_CLK
  159. help
  160. This enables support for systems based on the Agilent AAEC-2000
  161. config ARCH_INTEGRATOR
  162. bool "ARM Ltd. Integrator family"
  163. select ARM_AMBA
  164. select HAVE_CLK
  165. select COMMON_CLKDEV
  166. select ICST525
  167. help
  168. Support for ARM's Integrator platform.
  169. config ARCH_REALVIEW
  170. bool "ARM Ltd. RealView family"
  171. select ARM_AMBA
  172. select HAVE_CLK
  173. select COMMON_CLKDEV
  174. select ICST307
  175. select GENERIC_TIME
  176. select GENERIC_CLOCKEVENTS
  177. help
  178. This enables support for ARM Ltd RealView boards.
  179. config ARCH_VERSATILE
  180. bool "ARM Ltd. Versatile family"
  181. select ARM_AMBA
  182. select ARM_VIC
  183. select HAVE_CLK
  184. select COMMON_CLKDEV
  185. select ICST307
  186. select GENERIC_TIME
  187. select GENERIC_CLOCKEVENTS
  188. help
  189. This enables support for ARM Ltd Versatile board.
  190. config ARCH_AT91
  191. bool "Atmel AT91"
  192. select GENERIC_GPIO
  193. select HAVE_CLK
  194. help
  195. This enables support for systems based on the Atmel AT91RM9200,
  196. AT91SAM9 and AT91CAP9 processors.
  197. config ARCH_CLPS711X
  198. bool "Cirrus Logic CLPS711x/EP721x-based"
  199. select CPU_ARM720T
  200. help
  201. Support for Cirrus Logic 711x/721x based boards.
  202. config ARCH_EBSA110
  203. bool "EBSA-110"
  204. select CPU_SA110
  205. select ISA
  206. select NO_IOPORT
  207. help
  208. This is an evaluation board for the StrongARM processor available
  209. from Digital. It has limited hardware on-board, including an
  210. Ethernet interface, two PCMCIA sockets, two serial ports and a
  211. parallel port.
  212. config ARCH_EP93XX
  213. bool "EP93xx-based"
  214. select CPU_ARM920T
  215. select ARM_AMBA
  216. select ARM_VIC
  217. select GENERIC_GPIO
  218. select HAVE_CLK
  219. select COMMON_CLKDEV
  220. select ARCH_REQUIRE_GPIOLIB
  221. help
  222. This enables support for the Cirrus EP93xx series of CPUs.
  223. config ARCH_FOOTBRIDGE
  224. bool "FootBridge"
  225. select CPU_SA110
  226. select FOOTBRIDGE
  227. help
  228. Support for systems based on the DC21285 companion chip
  229. ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
  230. config ARCH_NETX
  231. bool "Hilscher NetX based"
  232. select CPU_ARM926T
  233. select ARM_VIC
  234. help
  235. This enables support for systems based on the Hilscher NetX Soc
  236. config ARCH_H720X
  237. bool "Hynix HMS720x-based"
  238. select CPU_ARM720T
  239. select ISA_DMA_API
  240. help
  241. This enables support for systems based on the Hynix HMS720x
  242. config ARCH_IMX
  243. bool "IMX"
  244. select CPU_ARM920T
  245. select GENERIC_GPIO
  246. select GENERIC_TIME
  247. select GENERIC_CLOCKEVENTS
  248. help
  249. Support for Motorola's i.MX family of processors (MX1, MXL).
  250. config ARCH_IOP13XX
  251. bool "IOP13xx-based"
  252. depends on MMU
  253. select CPU_XSC3
  254. select PLAT_IOP
  255. select PCI
  256. select ARCH_SUPPORTS_MSI
  257. select VMSPLIT_1G
  258. help
  259. Support for Intel's IOP13XX (XScale) family of processors.
  260. config ARCH_IOP32X
  261. bool "IOP32x-based"
  262. depends on MMU
  263. select CPU_XSCALE
  264. select PLAT_IOP
  265. select PCI
  266. select GENERIC_GPIO
  267. select ARCH_REQUIRE_GPIOLIB
  268. help
  269. Support for Intel's 80219 and IOP32X (XScale) family of
  270. processors.
  271. config ARCH_IOP33X
  272. bool "IOP33x-based"
  273. depends on MMU
  274. select CPU_XSCALE
  275. select PLAT_IOP
  276. select PCI
  277. select GENERIC_GPIO
  278. select ARCH_REQUIRE_GPIOLIB
  279. help
  280. Support for Intel's IOP33X (XScale) family of processors.
  281. config ARCH_IXP23XX
  282. bool "IXP23XX-based"
  283. depends on MMU
  284. select CPU_XSC3
  285. select PCI
  286. help
  287. Support for Intel's IXP23xx (XScale) family of processors.
  288. config ARCH_IXP2000
  289. bool "IXP2400/2800-based"
  290. depends on MMU
  291. select CPU_XSCALE
  292. select PCI
  293. help
  294. Support for Intel's IXP2400/2800 (XScale) family of processors.
  295. config ARCH_IXP4XX
  296. bool "IXP4xx-based"
  297. depends on MMU
  298. select CPU_XSCALE
  299. select GENERIC_GPIO
  300. select GENERIC_TIME
  301. select GENERIC_CLOCKEVENTS
  302. select DMABOUNCE if PCI
  303. help
  304. Support for Intel's IXP4XX (XScale) family of processors.
  305. config ARCH_L7200
  306. bool "LinkUp-L7200"
  307. select CPU_ARM720T
  308. select FIQ
  309. help
  310. Say Y here if you intend to run this kernel on a LinkUp Systems
  311. L7200 Software Development Board which uses an ARM720T processor.
  312. Information on this board can be obtained at:
  313. <http://www.linkupsys.com/>
  314. If you have any questions or comments about the Linux kernel port
  315. to this board, send e-mail to <sjhill@cotw.com>.
  316. config ARCH_KIRKWOOD
  317. bool "Marvell Kirkwood"
  318. select CPU_FEROCEON
  319. select PCI
  320. select GENERIC_GPIO
  321. select GENERIC_TIME
  322. select GENERIC_CLOCKEVENTS
  323. select PLAT_ORION
  324. help
  325. Support for the following Marvell Kirkwood series SoCs:
  326. 88F6180, 88F6192 and 88F6281.
  327. config ARCH_KS8695
  328. bool "Micrel/Kendin KS8695"
  329. select CPU_ARM922T
  330. select GENERIC_GPIO
  331. select ARCH_REQUIRE_GPIOLIB
  332. help
  333. Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
  334. System-on-Chip devices.
  335. config ARCH_NS9XXX
  336. bool "NetSilicon NS9xxx"
  337. select CPU_ARM926T
  338. select GENERIC_GPIO
  339. select GENERIC_TIME
  340. select GENERIC_CLOCKEVENTS
  341. select HAVE_CLK
  342. help
  343. Say Y here if you intend to run this kernel on a NetSilicon NS9xxx
  344. System.
  345. <http://www.digi.com/products/microprocessors/index.jsp>
  346. config ARCH_LOKI
  347. bool "Marvell Loki (88RC8480)"
  348. select CPU_FEROCEON
  349. select GENERIC_TIME
  350. select GENERIC_CLOCKEVENTS
  351. select PLAT_ORION
  352. help
  353. Support for the Marvell Loki (88RC8480) SoC.
  354. config ARCH_MV78XX0
  355. bool "Marvell MV78xx0"
  356. select CPU_FEROCEON
  357. select PCI
  358. select GENERIC_GPIO
  359. select GENERIC_TIME
  360. select GENERIC_CLOCKEVENTS
  361. select PLAT_ORION
  362. help
  363. Support for the following Marvell MV78xx0 series SoCs:
  364. MV781x0, MV782x0.
  365. config ARCH_MXC
  366. bool "Freescale MXC/iMX-based"
  367. select GENERIC_TIME
  368. select GENERIC_CLOCKEVENTS
  369. select ARCH_MTD_XIP
  370. select GENERIC_GPIO
  371. select ARCH_REQUIRE_GPIOLIB
  372. help
  373. Support for Freescale MXC/iMX-based family of processors
  374. config ARCH_ORION5X
  375. bool "Marvell Orion"
  376. depends on MMU
  377. select CPU_FEROCEON
  378. select PCI
  379. select GENERIC_GPIO
  380. select GENERIC_TIME
  381. select GENERIC_CLOCKEVENTS
  382. select PLAT_ORION
  383. help
  384. Support for the following Marvell Orion 5x series SoCs:
  385. Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
  386. Orion-2 (5281), Orion-1-90 (6183).
  387. config ARCH_PNX4008
  388. bool "Philips Nexperia PNX4008 Mobile"
  389. select CPU_ARM926T
  390. select HAVE_CLK
  391. help
  392. This enables support for Philips PNX4008 mobile platform.
  393. config ARCH_PXA
  394. bool "PXA2xx/PXA3xx-based"
  395. depends on MMU
  396. select ARCH_MTD_XIP
  397. select GENERIC_GPIO
  398. select HAVE_CLK
  399. select COMMON_CLKDEV
  400. select ARCH_REQUIRE_GPIOLIB
  401. select GENERIC_TIME
  402. select GENERIC_CLOCKEVENTS
  403. select TICK_ONESHOT
  404. help
  405. Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
  406. config ARCH_RPC
  407. bool "RiscPC"
  408. select ARCH_ACORN
  409. select FIQ
  410. select TIMER_ACORN
  411. select ARCH_MAY_HAVE_PC_FDC
  412. select HAVE_PATA_PLATFORM
  413. select ISA_DMA_API
  414. select NO_IOPORT
  415. select ARCH_SPARSEMEM_ENABLE
  416. help
  417. On the Acorn Risc-PC, Linux can support the internal IDE disk and
  418. CD-ROM interface, serial and parallel port, and the floppy drive.
  419. config ARCH_SA1100
  420. bool "SA1100-based"
  421. select CPU_SA1100
  422. select ISA
  423. select ARCH_SPARSEMEM_ENABLE
  424. select ARCH_MTD_XIP
  425. select GENERIC_GPIO
  426. select GENERIC_TIME
  427. select GENERIC_CLOCKEVENTS
  428. select HAVE_CLK
  429. select TICK_ONESHOT
  430. select ARCH_REQUIRE_GPIOLIB
  431. help
  432. Support for StrongARM 11x0 based boards.
  433. config ARCH_S3C2410
  434. bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
  435. select GENERIC_GPIO
  436. select HAVE_CLK
  437. help
  438. Samsung S3C2410X CPU based systems, such as the Simtec Electronics
  439. BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
  440. the Samsung SMDK2410 development board (and derivatives).
  441. config ARCH_S3C64XX
  442. bool "Samsung S3C64XX"
  443. select GENERIC_GPIO
  444. select HAVE_CLK
  445. help
  446. Samsung S3C64XX series based systems
  447. config ARCH_SHARK
  448. bool "Shark"
  449. select CPU_SA110
  450. select ISA
  451. select ISA_DMA
  452. select ZONE_DMA
  453. select PCI
  454. help
  455. Support for the StrongARM based Digital DNARD machine, also known
  456. as "Shark" (<http://www.shark-linux.de/shark.html>).
  457. config ARCH_LH7A40X
  458. bool "Sharp LH7A40X"
  459. select CPU_ARM922T
  460. select ARCH_DISCONTIGMEM_ENABLE if !LH7A40X_CONTIGMEM
  461. select ARCH_SPARSEMEM_ENABLE if !LH7A40X_CONTIGMEM
  462. help
  463. Say Y here for systems based on one of the Sharp LH7A40X
  464. System on a Chip processors. These CPUs include an ARM922T
  465. core with a wide array of integrated devices for
  466. hand-held and low-power applications.
  467. config ARCH_DAVINCI
  468. bool "TI DaVinci"
  469. select CPU_ARM926T
  470. select GENERIC_TIME
  471. select GENERIC_CLOCKEVENTS
  472. select GENERIC_GPIO
  473. select ARCH_REQUIRE_GPIOLIB
  474. select HAVE_CLK
  475. select ZONE_DMA
  476. help
  477. Support for TI's DaVinci platform.
  478. config ARCH_OMAP
  479. bool "TI OMAP"
  480. select GENERIC_GPIO
  481. select HAVE_CLK
  482. select ARCH_REQUIRE_GPIOLIB
  483. select GENERIC_TIME
  484. select GENERIC_CLOCKEVENTS
  485. help
  486. Support for TI's OMAP platform (OMAP1 and OMAP2).
  487. config ARCH_MSM
  488. bool "Qualcomm MSM"
  489. select CPU_V6
  490. select GENERIC_TIME
  491. select GENERIC_CLOCKEVENTS
  492. help
  493. Support for Qualcomm MSM7K based systems. This runs on the ARM11
  494. apps processor of the MSM7K and depends on a shared memory
  495. interface to the ARM9 modem processor which runs the baseband stack
  496. and controls some vital subsystems (clock and power control, etc).
  497. config ARCH_W90X900
  498. bool "Nuvoton W90X900 CPU"
  499. select CPU_ARM926T
  500. help
  501. Support for Nuvoton (Winbond logic dept.) ARM9 processor,You
  502. can login www.mcuos.com or www.nuvoton.com to know more.
  503. endchoice
  504. source "arch/arm/mach-clps711x/Kconfig"
  505. source "arch/arm/mach-ep93xx/Kconfig"
  506. source "arch/arm/mach-footbridge/Kconfig"
  507. source "arch/arm/mach-integrator/Kconfig"
  508. source "arch/arm/mach-iop32x/Kconfig"
  509. source "arch/arm/mach-iop33x/Kconfig"
  510. source "arch/arm/mach-iop13xx/Kconfig"
  511. source "arch/arm/mach-ixp4xx/Kconfig"
  512. source "arch/arm/mach-ixp2000/Kconfig"
  513. source "arch/arm/mach-ixp23xx/Kconfig"
  514. source "arch/arm/mach-loki/Kconfig"
  515. source "arch/arm/mach-mv78xx0/Kconfig"
  516. source "arch/arm/mach-pxa/Kconfig"
  517. source "arch/arm/mach-sa1100/Kconfig"
  518. source "arch/arm/plat-omap/Kconfig"
  519. source "arch/arm/mach-omap1/Kconfig"
  520. source "arch/arm/mach-omap2/Kconfig"
  521. source "arch/arm/mach-orion5x/Kconfig"
  522. source "arch/arm/mach-kirkwood/Kconfig"
  523. source "arch/arm/plat-s3c24xx/Kconfig"
  524. source "arch/arm/plat-s3c64xx/Kconfig"
  525. source "arch/arm/plat-s3c/Kconfig"
  526. if ARCH_S3C2410
  527. source "arch/arm/mach-s3c2400/Kconfig"
  528. source "arch/arm/mach-s3c2410/Kconfig"
  529. source "arch/arm/mach-s3c2412/Kconfig"
  530. source "arch/arm/mach-s3c2440/Kconfig"
  531. source "arch/arm/mach-s3c2442/Kconfig"
  532. source "arch/arm/mach-s3c2443/Kconfig"
  533. endif
  534. if ARCH_S3C64XX
  535. source "arch/arm/mach-s3c6400/Kconfig"
  536. source "arch/arm/mach-s3c6410/Kconfig"
  537. endif
  538. source "arch/arm/mach-lh7a40x/Kconfig"
  539. source "arch/arm/mach-imx/Kconfig"
  540. source "arch/arm/mach-h720x/Kconfig"
  541. source "arch/arm/mach-versatile/Kconfig"
  542. source "arch/arm/mach-aaec2000/Kconfig"
  543. source "arch/arm/mach-realview/Kconfig"
  544. source "arch/arm/mach-at91/Kconfig"
  545. source "arch/arm/plat-mxc/Kconfig"
  546. source "arch/arm/mach-netx/Kconfig"
  547. source "arch/arm/mach-ns9xxx/Kconfig"
  548. source "arch/arm/mach-davinci/Kconfig"
  549. source "arch/arm/mach-ks8695/Kconfig"
  550. source "arch/arm/mach-msm/Kconfig"
  551. source "arch/arm/mach-w90x900/Kconfig"
  552. # Definitions to make life easier
  553. config ARCH_ACORN
  554. bool
  555. config PLAT_IOP
  556. bool
  557. config PLAT_ORION
  558. bool
  559. source arch/arm/mm/Kconfig
  560. config IWMMXT
  561. bool "Enable iWMMXt support"
  562. depends on CPU_XSCALE || CPU_XSC3
  563. default y if PXA27x || PXA3xx
  564. help
  565. Enable support for iWMMXt context switching at run time if
  566. running on a CPU that supports it.
  567. # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
  568. config XSCALE_PMU
  569. bool
  570. depends on CPU_XSCALE && !XSCALE_PMU_TIMER
  571. default y
  572. if !MMU
  573. source "arch/arm/Kconfig-nommu"
  574. endif
  575. endmenu
  576. source "arch/arm/common/Kconfig"
  577. config FORCE_MAX_ZONEORDER
  578. int
  579. depends on SA1111
  580. default "9"
  581. menu "Bus support"
  582. config ARM_AMBA
  583. bool
  584. config ISA
  585. bool
  586. help
  587. Find out whether you have ISA slots on your motherboard. ISA is the
  588. name of a bus system, i.e. the way the CPU talks to the other stuff
  589. inside your box. Other bus systems are PCI, EISA, MicroChannel
  590. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  591. newer boards don't support it. If you have ISA, say Y, otherwise N.
  592. # Select ISA DMA controller support
  593. config ISA_DMA
  594. bool
  595. select ISA_DMA_API
  596. # Select ISA DMA interface
  597. config ISA_DMA_API
  598. bool
  599. config PCI
  600. bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE
  601. help
  602. Find out whether you have a PCI motherboard. PCI is the name of a
  603. bus system, i.e. the way the CPU talks to the other stuff inside
  604. your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
  605. VESA. If you have PCI, say Y, otherwise N.
  606. config PCI_SYSCALL
  607. def_bool PCI
  608. # Select the host bridge type
  609. config PCI_HOST_VIA82C505
  610. bool
  611. depends on PCI && ARCH_SHARK
  612. default y
  613. config PCI_HOST_ITE8152
  614. bool
  615. depends on PCI && MACH_ARMCORE
  616. default y
  617. select DMABOUNCE
  618. source "drivers/pci/Kconfig"
  619. source "drivers/pcmcia/Kconfig"
  620. endmenu
  621. menu "Kernel Features"
  622. source "kernel/time/Kconfig"
  623. config SMP
  624. bool "Symmetric Multi-Processing (EXPERIMENTAL)"
  625. depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
  626. select USE_GENERIC_SMP_HELPERS
  627. help
  628. This enables support for systems with more than one CPU. If you have
  629. a system with only one CPU, like most personal computers, say N. If
  630. you have a system with more than one CPU, say Y.
  631. If you say N here, the kernel will run on single and multiprocessor
  632. machines, but will use only one CPU of a multiprocessor machine. If
  633. you say Y here, the kernel will run on many, but not all, single
  634. processor machines. On a single processor machine, the kernel will
  635. run faster if you say N here.
  636. See also <file:Documentation/i386/IO-APIC.txt>,
  637. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
  638. <http://www.linuxdoc.org/docs.html#howto>.
  639. If you don't know what to do here, say N.
  640. choice
  641. prompt "Memory split"
  642. default VMSPLIT_3G
  643. help
  644. Select the desired split between kernel and user memory.
  645. If you are not absolutely sure what you are doing, leave this
  646. option alone!
  647. config VMSPLIT_3G
  648. bool "3G/1G user/kernel split"
  649. config VMSPLIT_2G
  650. bool "2G/2G user/kernel split"
  651. config VMSPLIT_1G
  652. bool "1G/3G user/kernel split"
  653. endchoice
  654. config PAGE_OFFSET
  655. hex
  656. default 0x40000000 if VMSPLIT_1G
  657. default 0x80000000 if VMSPLIT_2G
  658. default 0xC0000000
  659. config NR_CPUS
  660. int "Maximum number of CPUs (2-32)"
  661. range 2 32
  662. depends on SMP
  663. default "4"
  664. config HOTPLUG_CPU
  665. bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
  666. depends on SMP && HOTPLUG && EXPERIMENTAL
  667. help
  668. Say Y here to experiment with turning CPUs off and on. CPUs
  669. can be controlled through /sys/devices/system/cpu.
  670. config LOCAL_TIMERS
  671. bool "Use local timer interrupts"
  672. depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP)
  673. default y
  674. help
  675. Enable support for local timers on SMP platforms, rather then the
  676. legacy IPI broadcast method. Local timers allows the system
  677. accounting to be spread across the timer interval, preventing a
  678. "thundering herd" at every timer tick.
  679. config PREEMPT
  680. bool "Preemptible Kernel (EXPERIMENTAL)"
  681. depends on EXPERIMENTAL
  682. help
  683. This option reduces the latency of the kernel when reacting to
  684. real-time or interactive events by allowing a low priority process to
  685. be preempted even if it is in kernel mode executing a system call.
  686. This allows applications to run more reliably even when the system is
  687. under load.
  688. Say Y here if you are building a kernel for a desktop, embedded
  689. or real-time system. Say N if you are unsure.
  690. config HZ
  691. int
  692. default 128 if ARCH_L7200
  693. default 200 if ARCH_EBSA110 || ARCH_S3C2410
  694. default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
  695. default AT91_TIMER_HZ if ARCH_AT91
  696. default 100
  697. config AEABI
  698. bool "Use the ARM EABI to compile the kernel"
  699. help
  700. This option allows for the kernel to be compiled using the latest
  701. ARM ABI (aka EABI). This is only useful if you are using a user
  702. space environment that is also compiled with EABI.
  703. Since there are major incompatibilities between the legacy ABI and
  704. EABI, especially with regard to structure member alignment, this
  705. option also changes the kernel syscall calling convention to
  706. disambiguate both ABIs and allow for backward compatibility support
  707. (selected with CONFIG_OABI_COMPAT).
  708. To use this you need GCC version 4.0.0 or later.
  709. config OABI_COMPAT
  710. bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
  711. depends on AEABI && EXPERIMENTAL
  712. default y
  713. help
  714. This option preserves the old syscall interface along with the
  715. new (ARM EABI) one. It also provides a compatibility layer to
  716. intercept syscalls that have structure arguments which layout
  717. in memory differs between the legacy ABI and the new ARM EABI
  718. (only for non "thumb" binaries). This option adds a tiny
  719. overhead to all syscalls and produces a slightly larger kernel.
  720. If you know you'll be using only pure EABI user space then you
  721. can say N here. If this option is not selected and you attempt
  722. to execute a legacy ABI binary then the result will be
  723. UNPREDICTABLE (in fact it can be predicted that it won't work
  724. at all). If in doubt say Y.
  725. config ARCH_FLATMEM_HAS_HOLES
  726. bool
  727. default y
  728. depends on FLATMEM
  729. # Discontigmem is deprecated
  730. config ARCH_DISCONTIGMEM_ENABLE
  731. bool
  732. config ARCH_SPARSEMEM_ENABLE
  733. bool
  734. config ARCH_SPARSEMEM_DEFAULT
  735. def_bool ARCH_SPARSEMEM_ENABLE
  736. config ARCH_SELECT_MEMORY_MODEL
  737. def_bool ARCH_DISCONTIGMEM_ENABLE && ARCH_SPARSEMEM_ENABLE
  738. config NODES_SHIFT
  739. int
  740. default "4" if ARCH_LH7A40X
  741. default "2"
  742. depends on NEED_MULTIPLE_NODES
  743. source "mm/Kconfig"
  744. config LEDS
  745. bool "Timer and CPU usage LEDs"
  746. depends on ARCH_CDB89712 || ARCH_EBSA110 || \
  747. ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
  748. ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
  749. ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
  750. ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
  751. ARCH_AT91 || ARCH_DAVINCI || \
  752. ARCH_KS8695 || MACH_RD88F5182
  753. help
  754. If you say Y here, the LEDs on your machine will be used
  755. to provide useful information about your current system status.
  756. If you are compiling a kernel for a NetWinder or EBSA-285, you will
  757. be able to select which LEDs are active using the options below. If
  758. you are compiling a kernel for the EBSA-110 or the LART however, the
  759. red LED will simply flash regularly to indicate that the system is
  760. still functional. It is safe to say Y here if you have a CATS
  761. system, but the driver will do nothing.
  762. config LEDS_TIMER
  763. bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
  764. OMAP_OSK_MISTRAL || MACH_OMAP_H2 \
  765. || MACH_OMAP_PERSEUS2
  766. depends on LEDS
  767. depends on !GENERIC_CLOCKEVENTS
  768. default y if ARCH_EBSA110
  769. help
  770. If you say Y here, one of the system LEDs (the green one on the
  771. NetWinder, the amber one on the EBSA285, or the red one on the LART)
  772. will flash regularly to indicate that the system is still
  773. operational. This is mainly useful to kernel hackers who are
  774. debugging unstable kernels.
  775. The LART uses the same LED for both Timer LED and CPU usage LED
  776. functions. You may choose to use both, but the Timer LED function
  777. will overrule the CPU usage LED.
  778. config LEDS_CPU
  779. bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \
  780. !ARCH_OMAP) \
  781. || OMAP_OSK_MISTRAL || MACH_OMAP_H2 \
  782. || MACH_OMAP_PERSEUS2
  783. depends on LEDS
  784. help
  785. If you say Y here, the red LED will be used to give a good real
  786. time indication of CPU usage, by lighting whenever the idle task
  787. is not currently executing.
  788. The LART uses the same LED for both Timer LED and CPU usage LED
  789. functions. You may choose to use both, but the Timer LED function
  790. will overrule the CPU usage LED.
  791. config ALIGNMENT_TRAP
  792. bool
  793. depends on CPU_CP15_MMU
  794. default y if !ARCH_EBSA110
  795. help
  796. ARM processors cannot fetch/store information which is not
  797. naturally aligned on the bus, i.e., a 4 byte fetch must start at an
  798. address divisible by 4. On 32-bit ARM processors, these non-aligned
  799. fetch/store instructions will be emulated in software if you say
  800. here, which has a severe performance impact. This is necessary for
  801. correct operation of some network protocols. With an IP-only
  802. configuration it is safe to say N, otherwise say Y.
  803. endmenu
  804. menu "Boot options"
  805. # Compressed boot loader in ROM. Yes, we really want to ask about
  806. # TEXT and BSS so we preserve their values in the config files.
  807. config ZBOOT_ROM_TEXT
  808. hex "Compressed ROM boot loader base address"
  809. default "0"
  810. help
  811. The physical address at which the ROM-able zImage is to be
  812. placed in the target. Platforms which normally make use of
  813. ROM-able zImage formats normally set this to a suitable
  814. value in their defconfig file.
  815. If ZBOOT_ROM is not enabled, this has no effect.
  816. config ZBOOT_ROM_BSS
  817. hex "Compressed ROM boot loader BSS address"
  818. default "0"
  819. help
  820. The base address of an area of read/write memory in the target
  821. for the ROM-able zImage which must be available while the
  822. decompressor is running. It must be large enough to hold the
  823. entire decompressed kernel plus an additional 128 KiB.
  824. Platforms which normally make use of ROM-able zImage formats
  825. normally set this to a suitable value in their defconfig file.
  826. If ZBOOT_ROM is not enabled, this has no effect.
  827. config ZBOOT_ROM
  828. bool "Compressed boot loader in ROM/flash"
  829. depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
  830. help
  831. Say Y here if you intend to execute your compressed kernel image
  832. (zImage) directly from ROM or flash. If unsure, say N.
  833. config CMDLINE
  834. string "Default kernel command string"
  835. default ""
  836. help
  837. On some architectures (EBSA110 and CATS), there is currently no way
  838. for the boot loader to pass arguments to the kernel. For these
  839. architectures, you should supply some command-line options at build
  840. time by entering them here. As a minimum, you should specify the
  841. memory size and the root device (e.g., mem=64M root=/dev/nfs).
  842. config XIP_KERNEL
  843. bool "Kernel Execute-In-Place from ROM"
  844. depends on !ZBOOT_ROM
  845. help
  846. Execute-In-Place allows the kernel to run from non-volatile storage
  847. directly addressable by the CPU, such as NOR flash. This saves RAM
  848. space since the text section of the kernel is not loaded from flash
  849. to RAM. Read-write sections, such as the data section and stack,
  850. are still copied to RAM. The XIP kernel is not compressed since
  851. it has to run directly from flash, so it will take more space to
  852. store it. The flash address used to link the kernel object files,
  853. and for storing it, is configuration dependent. Therefore, if you
  854. say Y here, you must know the proper physical address where to
  855. store the kernel image depending on your own flash memory usage.
  856. Also note that the make target becomes "make xipImage" rather than
  857. "make zImage" or "make Image". The final kernel binary to put in
  858. ROM memory will be arch/arm/boot/xipImage.
  859. If unsure, say N.
  860. config XIP_PHYS_ADDR
  861. hex "XIP Kernel Physical Location"
  862. depends on XIP_KERNEL
  863. default "0x00080000"
  864. help
  865. This is the physical address in your flash memory the kernel will
  866. be linked for and stored to. This address is dependent on your
  867. own flash usage.
  868. config KEXEC
  869. bool "Kexec system call (EXPERIMENTAL)"
  870. depends on EXPERIMENTAL
  871. help
  872. kexec is a system call that implements the ability to shutdown your
  873. current kernel, and to start another kernel. It is like a reboot
  874. but it is independent of the system firmware. And like a reboot
  875. you can start any kernel with it, not just Linux.
  876. It is an ongoing process to be certain the hardware in a machine
  877. is properly shutdown, so do not be surprised if this code does not
  878. initially work for you. It may help to enable device hotplugging
  879. support.
  880. config ATAGS_PROC
  881. bool "Export atags in procfs"
  882. depends on KEXEC
  883. default y
  884. help
  885. Should the atags used to boot the kernel be exported in an "atags"
  886. file in procfs. Useful with kexec.
  887. endmenu
  888. menu "CPU Power Management"
  889. if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA)
  890. source "drivers/cpufreq/Kconfig"
  891. config CPU_FREQ_SA1100
  892. bool
  893. depends on CPU_FREQ && (SA1100_H3100 || SA1100_H3600 || SA1100_H3800 || SA1100_LART || SA1100_PLEB || SA1100_BADGE4 || SA1100_HACKKIT)
  894. default y
  895. config CPU_FREQ_SA1110
  896. bool
  897. depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
  898. default y
  899. config CPU_FREQ_INTEGRATOR
  900. tristate "CPUfreq driver for ARM Integrator CPUs"
  901. depends on ARCH_INTEGRATOR && CPU_FREQ
  902. default y
  903. help
  904. This enables the CPUfreq driver for ARM Integrator CPUs.
  905. For details, take a look at <file:Documentation/cpu-freq>.
  906. If in doubt, say Y.
  907. config CPU_FREQ_IMX
  908. tristate "CPUfreq driver for i.MX CPUs"
  909. depends on ARCH_IMX && CPU_FREQ
  910. default n
  911. help
  912. This enables the CPUfreq driver for i.MX CPUs.
  913. If in doubt, say N.
  914. config CPU_FREQ_PXA
  915. bool
  916. depends on CPU_FREQ && ARCH_PXA && PXA25x
  917. default y
  918. select CPU_FREQ_DEFAULT_GOV_USERSPACE
  919. endif
  920. source "drivers/cpuidle/Kconfig"
  921. endmenu
  922. menu "Floating point emulation"
  923. comment "At least one emulation must be selected"
  924. config FPE_NWFPE
  925. bool "NWFPE math emulation"
  926. depends on !AEABI || OABI_COMPAT
  927. ---help---
  928. Say Y to include the NWFPE floating point emulator in the kernel.
  929. This is necessary to run most binaries. Linux does not currently
  930. support floating point hardware so you need to say Y here even if
  931. your machine has an FPA or floating point co-processor podule.
  932. You may say N here if you are going to load the Acorn FPEmulator
  933. early in the bootup.
  934. config FPE_NWFPE_XP
  935. bool "Support extended precision"
  936. depends on FPE_NWFPE
  937. help
  938. Say Y to include 80-bit support in the kernel floating-point
  939. emulator. Otherwise, only 32 and 64-bit support is compiled in.
  940. Note that gcc does not generate 80-bit operations by default,
  941. so in most cases this option only enlarges the size of the
  942. floating point emulator without any good reason.
  943. You almost surely want to say N here.
  944. config FPE_FASTFPE
  945. bool "FastFPE math emulation (EXPERIMENTAL)"
  946. depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
  947. ---help---
  948. Say Y here to include the FAST floating point emulator in the kernel.
  949. This is an experimental much faster emulator which now also has full
  950. precision for the mantissa. It does not support any exceptions.
  951. It is very simple, and approximately 3-6 times faster than NWFPE.
  952. It should be sufficient for most programs. It may be not suitable
  953. for scientific calculations, but you have to check this for yourself.
  954. If you do not feel you need a faster FP emulation you should better
  955. choose NWFPE.
  956. config VFP
  957. bool "VFP-format floating point maths"
  958. depends on CPU_V6 || CPU_ARM926T || CPU_V7 || CPU_FEROCEON
  959. help
  960. Say Y to include VFP support code in the kernel. This is needed
  961. if your hardware includes a VFP unit.
  962. Please see <file:Documentation/arm/VFP/release-notes.txt> for
  963. release notes and additional status information.
  964. Say N if your target does not have VFP hardware.
  965. config VFPv3
  966. bool
  967. depends on VFP
  968. default y if CPU_V7
  969. config NEON
  970. bool "Advanced SIMD (NEON) Extension support"
  971. depends on VFPv3 && CPU_V7
  972. help
  973. Say Y to include support code for NEON, the ARMv7 Advanced SIMD
  974. Extension.
  975. endmenu
  976. menu "Userspace binary formats"
  977. source "fs/Kconfig.binfmt"
  978. config ARTHUR
  979. tristate "RISC OS personality"
  980. depends on !AEABI
  981. help
  982. Say Y here to include the kernel code necessary if you want to run
  983. Acorn RISC OS/Arthur binaries under Linux. This code is still very
  984. experimental; if this sounds frightening, say N and sleep in peace.
  985. You can also say M here to compile this support as a module (which
  986. will be called arthur).
  987. endmenu
  988. menu "Power management options"
  989. source "kernel/power/Kconfig"
  990. config ARCH_SUSPEND_POSSIBLE
  991. def_bool y
  992. endmenu
  993. source "net/Kconfig"
  994. menu "Device Drivers"
  995. source "drivers/base/Kconfig"
  996. source "drivers/connector/Kconfig"
  997. if ALIGNMENT_TRAP || !CPU_CP15_MMU
  998. source "drivers/mtd/Kconfig"
  999. endif
  1000. source "drivers/parport/Kconfig"
  1001. source "drivers/pnp/Kconfig"
  1002. source "drivers/block/Kconfig"
  1003. # misc before ide - BLK_DEV_SGIIOC4 depends on SGI_IOC4
  1004. source "drivers/misc/Kconfig"
  1005. source "drivers/ide/Kconfig"
  1006. source "drivers/scsi/Kconfig"
  1007. source "drivers/ata/Kconfig"
  1008. source "drivers/md/Kconfig"
  1009. source "drivers/message/fusion/Kconfig"
  1010. source "drivers/ieee1394/Kconfig"
  1011. source "drivers/message/i2o/Kconfig"
  1012. source "drivers/net/Kconfig"
  1013. source "drivers/isdn/Kconfig"
  1014. # input before char - char/joystick depends on it. As does USB.
  1015. source "drivers/input/Kconfig"
  1016. source "drivers/char/Kconfig"
  1017. source "drivers/i2c/Kconfig"
  1018. source "drivers/spi/Kconfig"
  1019. source "drivers/gpio/Kconfig"
  1020. source "drivers/w1/Kconfig"
  1021. source "drivers/power/Kconfig"
  1022. source "drivers/hwmon/Kconfig"
  1023. source "drivers/thermal/Kconfig"
  1024. source "drivers/watchdog/Kconfig"
  1025. source "drivers/ssb/Kconfig"
  1026. #source "drivers/l3/Kconfig"
  1027. source "drivers/mfd/Kconfig"
  1028. source "drivers/media/Kconfig"
  1029. source "drivers/video/Kconfig"
  1030. source "sound/Kconfig"
  1031. source "drivers/hid/Kconfig"
  1032. source "drivers/usb/Kconfig"
  1033. source "drivers/uwb/Kconfig"
  1034. source "drivers/mmc/Kconfig"
  1035. source "drivers/memstick/Kconfig"
  1036. source "drivers/accessibility/Kconfig"
  1037. source "drivers/leds/Kconfig"
  1038. source "drivers/rtc/Kconfig"
  1039. source "drivers/dma/Kconfig"
  1040. source "drivers/dca/Kconfig"
  1041. source "drivers/auxdisplay/Kconfig"
  1042. source "drivers/regulator/Kconfig"
  1043. source "drivers/uio/Kconfig"
  1044. endmenu
  1045. source "fs/Kconfig"
  1046. source "arch/arm/Kconfig.debug"
  1047. source "security/Kconfig"
  1048. source "crypto/Kconfig"
  1049. source "lib/Kconfig"