Kconfig 36 KB

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