Kconfig 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312
  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_TIME
  321. select GENERIC_CLOCKEVENTS
  322. select PLAT_ORION
  323. help
  324. Support for the following Marvell Kirkwood series SoCs:
  325. 88F6180, 88F6192 and 88F6281.
  326. config ARCH_KS8695
  327. bool "Micrel/Kendin KS8695"
  328. select CPU_ARM922T
  329. select GENERIC_GPIO
  330. help
  331. Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
  332. System-on-Chip devices.
  333. config ARCH_NS9XXX
  334. bool "NetSilicon NS9xxx"
  335. select CPU_ARM926T
  336. select GENERIC_GPIO
  337. select GENERIC_TIME
  338. select GENERIC_CLOCKEVENTS
  339. select HAVE_CLK
  340. help
  341. Say Y here if you intend to run this kernel on a NetSilicon NS9xxx
  342. System.
  343. <http://www.digi.com/products/microprocessors/index.jsp>
  344. config ARCH_LOKI
  345. bool "Marvell Loki (88RC8480)"
  346. select CPU_FEROCEON
  347. select GENERIC_TIME
  348. select GENERIC_CLOCKEVENTS
  349. select PLAT_ORION
  350. help
  351. Support for the Marvell Loki (88RC8480) SoC.
  352. config ARCH_MV78XX0
  353. bool "Marvell MV78xx0"
  354. select CPU_FEROCEON
  355. select PCI
  356. select GENERIC_TIME
  357. select GENERIC_CLOCKEVENTS
  358. select PLAT_ORION
  359. help
  360. Support for the following Marvell MV78xx0 series SoCs:
  361. MV781x0, MV782x0.
  362. config ARCH_MXC
  363. bool "Freescale MXC/iMX-based"
  364. select GENERIC_TIME
  365. select GENERIC_CLOCKEVENTS
  366. select ARCH_MTD_XIP
  367. select GENERIC_GPIO
  368. select ARCH_REQUIRE_GPIOLIB
  369. help
  370. Support for Freescale MXC/iMX-based family of processors
  371. config ARCH_ORION5X
  372. bool "Marvell Orion"
  373. depends on MMU
  374. select CPU_FEROCEON
  375. select PCI
  376. select GENERIC_GPIO
  377. select GENERIC_TIME
  378. select GENERIC_CLOCKEVENTS
  379. select PLAT_ORION
  380. help
  381. Support for the following Marvell Orion 5x series SoCs:
  382. Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
  383. Orion-2 (5281), Orion-1-90 (6183).
  384. config ARCH_PNX4008
  385. bool "Philips Nexperia PNX4008 Mobile"
  386. select CPU_ARM926T
  387. select HAVE_CLK
  388. help
  389. This enables support for Philips PNX4008 mobile platform.
  390. config ARCH_PXA
  391. bool "PXA2xx/PXA3xx-based"
  392. depends on MMU
  393. select ARCH_MTD_XIP
  394. select GENERIC_GPIO
  395. select HAVE_CLK
  396. select COMMON_CLKDEV
  397. select ARCH_REQUIRE_GPIOLIB
  398. select GENERIC_TIME
  399. select GENERIC_CLOCKEVENTS
  400. select TICK_ONESHOT
  401. help
  402. Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
  403. config ARCH_RPC
  404. bool "RiscPC"
  405. select ARCH_ACORN
  406. select FIQ
  407. select TIMER_ACORN
  408. select ARCH_MAY_HAVE_PC_FDC
  409. select HAVE_PATA_PLATFORM
  410. select ISA_DMA_API
  411. select NO_IOPORT
  412. select ARCH_SPARSEMEM_ENABLE
  413. help
  414. On the Acorn Risc-PC, Linux can support the internal IDE disk and
  415. CD-ROM interface, serial and parallel port, and the floppy drive.
  416. config ARCH_SA1100
  417. bool "SA1100-based"
  418. select CPU_SA1100
  419. select ISA
  420. select ARCH_SPARSEMEM_ENABLE
  421. select ARCH_MTD_XIP
  422. select GENERIC_GPIO
  423. select GENERIC_TIME
  424. select GENERIC_CLOCKEVENTS
  425. select HAVE_CLK
  426. select TICK_ONESHOT
  427. select ARCH_REQUIRE_GPIOLIB
  428. help
  429. Support for StrongARM 11x0 based boards.
  430. config ARCH_S3C2410
  431. bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
  432. select GENERIC_GPIO
  433. select HAVE_CLK
  434. help
  435. Samsung S3C2410X CPU based systems, such as the Simtec Electronics
  436. BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
  437. the Samsung SMDK2410 development board (and derivatives).
  438. config ARCH_SHARK
  439. bool "Shark"
  440. select CPU_SA110
  441. select ISA
  442. select ISA_DMA
  443. select ZONE_DMA
  444. select PCI
  445. help
  446. Support for the StrongARM based Digital DNARD machine, also known
  447. as "Shark" (<http://www.shark-linux.de/shark.html>).
  448. config ARCH_LH7A40X
  449. bool "Sharp LH7A40X"
  450. select CPU_ARM922T
  451. select ARCH_DISCONTIGMEM_ENABLE if !LH7A40X_CONTIGMEM
  452. select ARCH_SPARSEMEM_ENABLE if !LH7A40X_CONTIGMEM
  453. help
  454. Say Y here for systems based on one of the Sharp LH7A40X
  455. System on a Chip processors. These CPUs include an ARM922T
  456. core with a wide array of integrated devices for
  457. hand-held and low-power applications.
  458. config ARCH_DAVINCI
  459. bool "TI DaVinci"
  460. select CPU_ARM926T
  461. select GENERIC_TIME
  462. select GENERIC_CLOCKEVENTS
  463. select GENERIC_GPIO
  464. select ARCH_REQUIRE_GPIOLIB
  465. select HAVE_CLK
  466. select ZONE_DMA
  467. help
  468. Support for TI's DaVinci platform.
  469. config ARCH_OMAP
  470. bool "TI OMAP"
  471. select GENERIC_GPIO
  472. select HAVE_CLK
  473. select ARCH_REQUIRE_GPIOLIB
  474. select GENERIC_TIME
  475. select GENERIC_CLOCKEVENTS
  476. help
  477. Support for TI's OMAP platform (OMAP1 and OMAP2).
  478. config ARCH_MSM
  479. bool "Qualcomm MSM"
  480. select CPU_V6
  481. select GENERIC_TIME
  482. select GENERIC_CLOCKEVENTS
  483. help
  484. Support for Qualcomm MSM7K based systems. This runs on the ARM11
  485. apps processor of the MSM7K and depends on a shared memory
  486. interface to the ARM9 modem processor which runs the baseband stack
  487. and controls some vital subsystems (clock and power control, etc).
  488. endchoice
  489. source "arch/arm/mach-clps711x/Kconfig"
  490. source "arch/arm/mach-ep93xx/Kconfig"
  491. source "arch/arm/mach-footbridge/Kconfig"
  492. source "arch/arm/mach-integrator/Kconfig"
  493. source "arch/arm/mach-iop32x/Kconfig"
  494. source "arch/arm/mach-iop33x/Kconfig"
  495. source "arch/arm/mach-iop13xx/Kconfig"
  496. source "arch/arm/mach-ixp4xx/Kconfig"
  497. source "arch/arm/mach-ixp2000/Kconfig"
  498. source "arch/arm/mach-ixp23xx/Kconfig"
  499. source "arch/arm/mach-loki/Kconfig"
  500. source "arch/arm/mach-mv78xx0/Kconfig"
  501. source "arch/arm/mach-pxa/Kconfig"
  502. source "arch/arm/mach-sa1100/Kconfig"
  503. source "arch/arm/plat-omap/Kconfig"
  504. source "arch/arm/mach-omap1/Kconfig"
  505. source "arch/arm/mach-omap2/Kconfig"
  506. source "arch/arm/mach-orion5x/Kconfig"
  507. source "arch/arm/mach-kirkwood/Kconfig"
  508. source "arch/arm/plat-s3c24xx/Kconfig"
  509. source "arch/arm/plat-s3c/Kconfig"
  510. if ARCH_S3C2410
  511. source "arch/arm/mach-s3c2400/Kconfig"
  512. source "arch/arm/mach-s3c2410/Kconfig"
  513. source "arch/arm/mach-s3c2412/Kconfig"
  514. source "arch/arm/mach-s3c2440/Kconfig"
  515. source "arch/arm/mach-s3c2442/Kconfig"
  516. source "arch/arm/mach-s3c2443/Kconfig"
  517. endif
  518. source "arch/arm/mach-lh7a40x/Kconfig"
  519. source "arch/arm/mach-imx/Kconfig"
  520. source "arch/arm/mach-h720x/Kconfig"
  521. source "arch/arm/mach-versatile/Kconfig"
  522. source "arch/arm/mach-aaec2000/Kconfig"
  523. source "arch/arm/mach-realview/Kconfig"
  524. source "arch/arm/mach-at91/Kconfig"
  525. source "arch/arm/plat-mxc/Kconfig"
  526. source "arch/arm/mach-netx/Kconfig"
  527. source "arch/arm/mach-ns9xxx/Kconfig"
  528. source "arch/arm/mach-davinci/Kconfig"
  529. source "arch/arm/mach-ks8695/Kconfig"
  530. source "arch/arm/mach-msm/Kconfig"
  531. # Definitions to make life easier
  532. config ARCH_ACORN
  533. bool
  534. config PLAT_IOP
  535. bool
  536. config PLAT_ORION
  537. bool
  538. source arch/arm/mm/Kconfig
  539. config IWMMXT
  540. bool "Enable iWMMXt support"
  541. depends on CPU_XSCALE || CPU_XSC3
  542. default y if PXA27x || PXA3xx
  543. help
  544. Enable support for iWMMXt context switching at run time if
  545. running on a CPU that supports it.
  546. # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
  547. config XSCALE_PMU
  548. bool
  549. depends on CPU_XSCALE && !XSCALE_PMU_TIMER
  550. default y
  551. if !MMU
  552. source "arch/arm/Kconfig-nommu"
  553. endif
  554. endmenu
  555. source "arch/arm/common/Kconfig"
  556. config FORCE_MAX_ZONEORDER
  557. int
  558. depends on SA1111
  559. default "9"
  560. menu "Bus support"
  561. config ARM_AMBA
  562. bool
  563. config ISA
  564. bool
  565. help
  566. Find out whether you have ISA slots on your motherboard. ISA is the
  567. name of a bus system, i.e. the way the CPU talks to the other stuff
  568. inside your box. Other bus systems are PCI, EISA, MicroChannel
  569. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  570. newer boards don't support it. If you have ISA, say Y, otherwise N.
  571. # Select ISA DMA controller support
  572. config ISA_DMA
  573. bool
  574. select ISA_DMA_API
  575. # Select ISA DMA interface
  576. config ISA_DMA_API
  577. bool
  578. config PCI
  579. bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE
  580. help
  581. Find out whether you have a PCI motherboard. PCI is the name of a
  582. bus system, i.e. the way the CPU talks to the other stuff inside
  583. your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
  584. VESA. If you have PCI, say Y, otherwise N.
  585. config PCI_SYSCALL
  586. def_bool PCI
  587. # Select the host bridge type
  588. config PCI_HOST_VIA82C505
  589. bool
  590. depends on PCI && ARCH_SHARK
  591. default y
  592. config PCI_HOST_ITE8152
  593. bool
  594. depends on PCI && MACH_ARMCORE
  595. default y
  596. select DMABOUNCE
  597. source "drivers/pci/Kconfig"
  598. source "drivers/pcmcia/Kconfig"
  599. endmenu
  600. menu "Kernel Features"
  601. source "kernel/time/Kconfig"
  602. config SMP
  603. bool "Symmetric Multi-Processing (EXPERIMENTAL)"
  604. depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
  605. select USE_GENERIC_SMP_HELPERS
  606. help
  607. This enables support for systems with more than one CPU. If you have
  608. a system with only one CPU, like most personal computers, say N. If
  609. you have a system with more than one CPU, say Y.
  610. If you say N here, the kernel will run on single and multiprocessor
  611. machines, but will use only one CPU of a multiprocessor machine. If
  612. you say Y here, the kernel will run on many, but not all, single
  613. processor machines. On a single processor machine, the kernel will
  614. run faster if you say N here.
  615. See also <file:Documentation/i386/IO-APIC.txt>,
  616. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
  617. <http://www.linuxdoc.org/docs.html#howto>.
  618. If you don't know what to do here, say N.
  619. choice
  620. prompt "Memory split"
  621. default VMSPLIT_3G
  622. help
  623. Select the desired split between kernel and user memory.
  624. If you are not absolutely sure what you are doing, leave this
  625. option alone!
  626. config VMSPLIT_3G
  627. bool "3G/1G user/kernel split"
  628. config VMSPLIT_2G
  629. bool "2G/2G user/kernel split"
  630. config VMSPLIT_1G
  631. bool "1G/3G user/kernel split"
  632. endchoice
  633. config PAGE_OFFSET
  634. hex
  635. default 0x40000000 if VMSPLIT_1G
  636. default 0x80000000 if VMSPLIT_2G
  637. default 0xC0000000
  638. config NR_CPUS
  639. int "Maximum number of CPUs (2-32)"
  640. range 2 32
  641. depends on SMP
  642. default "4"
  643. config HOTPLUG_CPU
  644. bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
  645. depends on SMP && HOTPLUG && EXPERIMENTAL
  646. help
  647. Say Y here to experiment with turning CPUs off and on. CPUs
  648. can be controlled through /sys/devices/system/cpu.
  649. config LOCAL_TIMERS
  650. bool "Use local timer interrupts"
  651. depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
  652. default y
  653. help
  654. Enable support for local timers on SMP platforms, rather then the
  655. legacy IPI broadcast method. Local timers allows the system
  656. accounting to be spread across the timer interval, preventing a
  657. "thundering herd" at every timer tick.
  658. config PREEMPT
  659. bool "Preemptible Kernel (EXPERIMENTAL)"
  660. depends on EXPERIMENTAL
  661. help
  662. This option reduces the latency of the kernel when reacting to
  663. real-time or interactive events by allowing a low priority process to
  664. be preempted even if it is in kernel mode executing a system call.
  665. This allows applications to run more reliably even when the system is
  666. under load.
  667. Say Y here if you are building a kernel for a desktop, embedded
  668. or real-time system. Say N if you are unsure.
  669. config HZ
  670. int
  671. default 128 if ARCH_L7200
  672. default 200 if ARCH_EBSA110 || ARCH_S3C2410
  673. default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
  674. default AT91_TIMER_HZ if ARCH_AT91
  675. default 100
  676. config AEABI
  677. bool "Use the ARM EABI to compile the kernel"
  678. help
  679. This option allows for the kernel to be compiled using the latest
  680. ARM ABI (aka EABI). This is only useful if you are using a user
  681. space environment that is also compiled with EABI.
  682. Since there are major incompatibilities between the legacy ABI and
  683. EABI, especially with regard to structure member alignment, this
  684. option also changes the kernel syscall calling convention to
  685. disambiguate both ABIs and allow for backward compatibility support
  686. (selected with CONFIG_OABI_COMPAT).
  687. To use this you need GCC version 4.0.0 or later.
  688. config OABI_COMPAT
  689. bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
  690. depends on AEABI && EXPERIMENTAL
  691. default y
  692. help
  693. This option preserves the old syscall interface along with the
  694. new (ARM EABI) one. It also provides a compatibility layer to
  695. intercept syscalls that have structure arguments which layout
  696. in memory differs between the legacy ABI and the new ARM EABI
  697. (only for non "thumb" binaries). This option adds a tiny
  698. overhead to all syscalls and produces a slightly larger kernel.
  699. If you know you'll be using only pure EABI user space then you
  700. can say N here. If this option is not selected and you attempt
  701. to execute a legacy ABI binary then the result will be
  702. UNPREDICTABLE (in fact it can be predicted that it won't work
  703. at all). If in doubt say Y.
  704. config ARCH_FLATMEM_HAS_HOLES
  705. bool
  706. default y
  707. depends on FLATMEM
  708. # Discontigmem is deprecated
  709. config ARCH_DISCONTIGMEM_ENABLE
  710. bool
  711. config ARCH_SPARSEMEM_ENABLE
  712. bool
  713. config ARCH_SPARSEMEM_DEFAULT
  714. def_bool ARCH_SPARSEMEM_ENABLE
  715. config ARCH_SELECT_MEMORY_MODEL
  716. def_bool ARCH_DISCONTIGMEM_ENABLE && ARCH_SPARSEMEM_ENABLE
  717. config NODES_SHIFT
  718. int
  719. default "4" if ARCH_LH7A40X
  720. default "2"
  721. depends on NEED_MULTIPLE_NODES
  722. source "mm/Kconfig"
  723. config LEDS
  724. bool "Timer and CPU usage LEDs"
  725. depends on ARCH_CDB89712 || ARCH_EBSA110 || \
  726. ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
  727. ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
  728. ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
  729. ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
  730. ARCH_AT91 || ARCH_DAVINCI || \
  731. ARCH_KS8695 || MACH_RD88F5182
  732. help
  733. If you say Y here, the LEDs on your machine will be used
  734. to provide useful information about your current system status.
  735. If you are compiling a kernel for a NetWinder or EBSA-285, you will
  736. be able to select which LEDs are active using the options below. If
  737. you are compiling a kernel for the EBSA-110 or the LART however, the
  738. red LED will simply flash regularly to indicate that the system is
  739. still functional. It is safe to say Y here if you have a CATS
  740. system, but the driver will do nothing.
  741. config LEDS_TIMER
  742. bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
  743. OMAP_OSK_MISTRAL || MACH_OMAP_H2 \
  744. || MACH_OMAP_PERSEUS2
  745. depends on LEDS
  746. depends on !GENERIC_CLOCKEVENTS
  747. default y if ARCH_EBSA110
  748. help
  749. If you say Y here, one of the system LEDs (the green one on the
  750. NetWinder, the amber one on the EBSA285, or the red one on the LART)
  751. will flash regularly to indicate that the system is still
  752. operational. This is mainly useful to kernel hackers who are
  753. debugging unstable kernels.
  754. The LART uses the same LED for both Timer LED and CPU usage LED
  755. functions. You may choose to use both, but the Timer LED function
  756. will overrule the CPU usage LED.
  757. config LEDS_CPU
  758. bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \
  759. !ARCH_OMAP) \
  760. || OMAP_OSK_MISTRAL || MACH_OMAP_H2 \
  761. || MACH_OMAP_PERSEUS2
  762. depends on LEDS
  763. help
  764. If you say Y here, the red LED will be used to give a good real
  765. time indication of CPU usage, by lighting whenever the idle task
  766. is not currently executing.
  767. The LART uses the same LED for both Timer LED and CPU usage LED
  768. functions. You may choose to use both, but the Timer LED function
  769. will overrule the CPU usage LED.
  770. config ALIGNMENT_TRAP
  771. bool
  772. depends on CPU_CP15_MMU
  773. default y if !ARCH_EBSA110
  774. help
  775. ARM processors cannot fetch/store information which is not
  776. naturally aligned on the bus, i.e., a 4 byte fetch must start at an
  777. address divisible by 4. On 32-bit ARM processors, these non-aligned
  778. fetch/store instructions will be emulated in software if you say
  779. here, which has a severe performance impact. This is necessary for
  780. correct operation of some network protocols. With an IP-only
  781. configuration it is safe to say N, otherwise say Y.
  782. endmenu
  783. menu "Boot options"
  784. # Compressed boot loader in ROM. Yes, we really want to ask about
  785. # TEXT and BSS so we preserve their values in the config files.
  786. config ZBOOT_ROM_TEXT
  787. hex "Compressed ROM boot loader base address"
  788. default "0"
  789. help
  790. The physical address at which the ROM-able zImage is to be
  791. placed in the target. Platforms which normally make use of
  792. ROM-able zImage formats normally set this to a suitable
  793. value in their defconfig file.
  794. If ZBOOT_ROM is not enabled, this has no effect.
  795. config ZBOOT_ROM_BSS
  796. hex "Compressed ROM boot loader BSS address"
  797. default "0"
  798. help
  799. The base address of an area of read/write memory in the target
  800. for the ROM-able zImage which must be available while the
  801. decompressor is running. It must be large enough to hold the
  802. entire decompressed kernel plus an additional 128 KiB.
  803. Platforms which normally make use of ROM-able zImage formats
  804. normally set this to a suitable value in their defconfig file.
  805. If ZBOOT_ROM is not enabled, this has no effect.
  806. config ZBOOT_ROM
  807. bool "Compressed boot loader in ROM/flash"
  808. depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
  809. help
  810. Say Y here if you intend to execute your compressed kernel image
  811. (zImage) directly from ROM or flash. If unsure, say N.
  812. config CMDLINE
  813. string "Default kernel command string"
  814. default ""
  815. help
  816. On some architectures (EBSA110 and CATS), there is currently no way
  817. for the boot loader to pass arguments to the kernel. For these
  818. architectures, you should supply some command-line options at build
  819. time by entering them here. As a minimum, you should specify the
  820. memory size and the root device (e.g., mem=64M root=/dev/nfs).
  821. config XIP_KERNEL
  822. bool "Kernel Execute-In-Place from ROM"
  823. depends on !ZBOOT_ROM
  824. help
  825. Execute-In-Place allows the kernel to run from non-volatile storage
  826. directly addressable by the CPU, such as NOR flash. This saves RAM
  827. space since the text section of the kernel is not loaded from flash
  828. to RAM. Read-write sections, such as the data section and stack,
  829. are still copied to RAM. The XIP kernel is not compressed since
  830. it has to run directly from flash, so it will take more space to
  831. store it. The flash address used to link the kernel object files,
  832. and for storing it, is configuration dependent. Therefore, if you
  833. say Y here, you must know the proper physical address where to
  834. store the kernel image depending on your own flash memory usage.
  835. Also note that the make target becomes "make xipImage" rather than
  836. "make zImage" or "make Image". The final kernel binary to put in
  837. ROM memory will be arch/arm/boot/xipImage.
  838. If unsure, say N.
  839. config XIP_PHYS_ADDR
  840. hex "XIP Kernel Physical Location"
  841. depends on XIP_KERNEL
  842. default "0x00080000"
  843. help
  844. This is the physical address in your flash memory the kernel will
  845. be linked for and stored to. This address is dependent on your
  846. own flash usage.
  847. config KEXEC
  848. bool "Kexec system call (EXPERIMENTAL)"
  849. depends on EXPERIMENTAL
  850. help
  851. kexec is a system call that implements the ability to shutdown your
  852. current kernel, and to start another kernel. It is like a reboot
  853. but it is independent of the system firmware. And like a reboot
  854. you can start any kernel with it, not just Linux.
  855. It is an ongoing process to be certain the hardware in a machine
  856. is properly shutdown, so do not be surprised if this code does not
  857. initially work for you. It may help to enable device hotplugging
  858. support.
  859. config ATAGS_PROC
  860. bool "Export atags in procfs"
  861. depends on KEXEC
  862. default y
  863. help
  864. Should the atags used to boot the kernel be exported in an "atags"
  865. file in procfs. Useful with kexec.
  866. endmenu
  867. menu "CPU Power Management"
  868. if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA)
  869. source "drivers/cpufreq/Kconfig"
  870. config CPU_FREQ_SA1100
  871. bool
  872. depends on CPU_FREQ && (SA1100_H3100 || SA1100_H3600 || SA1100_H3800 || SA1100_LART || SA1100_PLEB || SA1100_BADGE4 || SA1100_HACKKIT)
  873. default y
  874. config CPU_FREQ_SA1110
  875. bool
  876. depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
  877. default y
  878. config CPU_FREQ_INTEGRATOR
  879. tristate "CPUfreq driver for ARM Integrator CPUs"
  880. depends on ARCH_INTEGRATOR && CPU_FREQ
  881. default y
  882. help
  883. This enables the CPUfreq driver for ARM Integrator CPUs.
  884. For details, take a look at <file:Documentation/cpu-freq>.
  885. If in doubt, say Y.
  886. config CPU_FREQ_IMX
  887. tristate "CPUfreq driver for i.MX CPUs"
  888. depends on ARCH_IMX && CPU_FREQ
  889. default n
  890. help
  891. This enables the CPUfreq driver for i.MX CPUs.
  892. If in doubt, say N.
  893. config CPU_FREQ_PXA
  894. bool
  895. depends on CPU_FREQ && ARCH_PXA && PXA25x
  896. default y
  897. select CPU_FREQ_DEFAULT_GOV_USERSPACE
  898. endif
  899. source "drivers/cpuidle/Kconfig"
  900. endmenu
  901. menu "Floating point emulation"
  902. comment "At least one emulation must be selected"
  903. config FPE_NWFPE
  904. bool "NWFPE math emulation"
  905. depends on !AEABI || OABI_COMPAT
  906. ---help---
  907. Say Y to include the NWFPE floating point emulator in the kernel.
  908. This is necessary to run most binaries. Linux does not currently
  909. support floating point hardware so you need to say Y here even if
  910. your machine has an FPA or floating point co-processor podule.
  911. You may say N here if you are going to load the Acorn FPEmulator
  912. early in the bootup.
  913. config FPE_NWFPE_XP
  914. bool "Support extended precision"
  915. depends on FPE_NWFPE
  916. help
  917. Say Y to include 80-bit support in the kernel floating-point
  918. emulator. Otherwise, only 32 and 64-bit support is compiled in.
  919. Note that gcc does not generate 80-bit operations by default,
  920. so in most cases this option only enlarges the size of the
  921. floating point emulator without any good reason.
  922. You almost surely want to say N here.
  923. config FPE_FASTFPE
  924. bool "FastFPE math emulation (EXPERIMENTAL)"
  925. depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
  926. ---help---
  927. Say Y here to include the FAST floating point emulator in the kernel.
  928. This is an experimental much faster emulator which now also has full
  929. precision for the mantissa. It does not support any exceptions.
  930. It is very simple, and approximately 3-6 times faster than NWFPE.
  931. It should be sufficient for most programs. It may be not suitable
  932. for scientific calculations, but you have to check this for yourself.
  933. If you do not feel you need a faster FP emulation you should better
  934. choose NWFPE.
  935. config VFP
  936. bool "VFP-format floating point maths"
  937. depends on CPU_V6 || CPU_ARM926T || CPU_V7 || CPU_FEROCEON
  938. help
  939. Say Y to include VFP support code in the kernel. This is needed
  940. if your hardware includes a VFP unit.
  941. Please see <file:Documentation/arm/VFP/release-notes.txt> for
  942. release notes and additional status information.
  943. Say N if your target does not have VFP hardware.
  944. config VFPv3
  945. bool
  946. depends on VFP
  947. default y if CPU_V7
  948. config NEON
  949. bool "Advanced SIMD (NEON) Extension support"
  950. depends on VFPv3 && CPU_V7
  951. help
  952. Say Y to include support code for NEON, the ARMv7 Advanced SIMD
  953. Extension.
  954. endmenu
  955. menu "Userspace binary formats"
  956. source "fs/Kconfig.binfmt"
  957. config ARTHUR
  958. tristate "RISC OS personality"
  959. depends on !AEABI
  960. help
  961. Say Y here to include the kernel code necessary if you want to run
  962. Acorn RISC OS/Arthur binaries under Linux. This code is still very
  963. experimental; if this sounds frightening, say N and sleep in peace.
  964. You can also say M here to compile this support as a module (which
  965. will be called arthur).
  966. endmenu
  967. menu "Power management options"
  968. source "kernel/power/Kconfig"
  969. config ARCH_SUSPEND_POSSIBLE
  970. def_bool y
  971. endmenu
  972. source "net/Kconfig"
  973. menu "Device Drivers"
  974. source "drivers/base/Kconfig"
  975. source "drivers/connector/Kconfig"
  976. if ALIGNMENT_TRAP || !CPU_CP15_MMU
  977. source "drivers/mtd/Kconfig"
  978. endif
  979. source "drivers/parport/Kconfig"
  980. source "drivers/pnp/Kconfig"
  981. source "drivers/block/Kconfig"
  982. # misc before ide - BLK_DEV_SGIIOC4 depends on SGI_IOC4
  983. source "drivers/misc/Kconfig"
  984. source "drivers/ide/Kconfig"
  985. source "drivers/scsi/Kconfig"
  986. source "drivers/ata/Kconfig"
  987. source "drivers/md/Kconfig"
  988. source "drivers/message/fusion/Kconfig"
  989. source "drivers/ieee1394/Kconfig"
  990. source "drivers/message/i2o/Kconfig"
  991. source "drivers/net/Kconfig"
  992. source "drivers/isdn/Kconfig"
  993. # input before char - char/joystick depends on it. As does USB.
  994. source "drivers/input/Kconfig"
  995. source "drivers/char/Kconfig"
  996. source "drivers/i2c/Kconfig"
  997. source "drivers/spi/Kconfig"
  998. source "drivers/gpio/Kconfig"
  999. source "drivers/w1/Kconfig"
  1000. source "drivers/power/Kconfig"
  1001. source "drivers/hwmon/Kconfig"
  1002. source "drivers/thermal/Kconfig"
  1003. source "drivers/watchdog/Kconfig"
  1004. source "drivers/ssb/Kconfig"
  1005. #source "drivers/l3/Kconfig"
  1006. source "drivers/mfd/Kconfig"
  1007. source "drivers/media/Kconfig"
  1008. source "drivers/video/Kconfig"
  1009. source "sound/Kconfig"
  1010. source "drivers/hid/Kconfig"
  1011. source "drivers/usb/Kconfig"
  1012. source "drivers/uwb/Kconfig"
  1013. source "drivers/mmc/Kconfig"
  1014. source "drivers/memstick/Kconfig"
  1015. source "drivers/accessibility/Kconfig"
  1016. source "drivers/leds/Kconfig"
  1017. source "drivers/rtc/Kconfig"
  1018. source "drivers/dma/Kconfig"
  1019. source "drivers/dca/Kconfig"
  1020. source "drivers/auxdisplay/Kconfig"
  1021. source "drivers/regulator/Kconfig"
  1022. source "drivers/uio/Kconfig"
  1023. endmenu
  1024. source "fs/Kconfig"
  1025. source "arch/arm/Kconfig.debug"
  1026. source "security/Kconfig"
  1027. source "crypto/Kconfig"
  1028. source "lib/Kconfig"