Kconfig 30 KB

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