Kconfig 30 KB

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