Kconfig 38 KB

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