Kconfig 36 KB

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