Kconfig 38 KB

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