Kconfig 36 KB

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