Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the Configure script.
  4. #
  5. mainmenu "Linux/CRIS Kernel Configuration"
  6. config MMU
  7. bool
  8. default y
  9. config ZONE_DMA
  10. bool
  11. default y
  12. config RWSEM_GENERIC_SPINLOCK
  13. bool
  14. default y
  15. config RWSEM_XCHGADD_ALGORITHM
  16. bool
  17. config GENERIC_TIME
  18. def_bool y
  19. config GENERIC_CMOS_UPDATE
  20. def_bool y
  21. config ARCH_USES_GETTIMEOFFSET
  22. def_bool y
  23. config GENERIC_IOMAP
  24. bool
  25. default y
  26. config ARCH_HAS_ILOG2_U32
  27. bool
  28. default n
  29. config ARCH_HAS_ILOG2_U64
  30. bool
  31. default n
  32. config GENERIC_FIND_NEXT_BIT
  33. bool
  34. default y
  35. config GENERIC_HWEIGHT
  36. bool
  37. default y
  38. config GENERIC_CALIBRATE_DELAY
  39. bool
  40. default y
  41. config NO_IOPORT
  42. def_bool y
  43. config FORCE_MAX_ZONEORDER
  44. int
  45. default 6
  46. config CRIS
  47. bool
  48. default y
  49. select HAVE_IDE
  50. config HZ
  51. int
  52. default 100
  53. source "init/Kconfig"
  54. source "kernel/Kconfig.freezer"
  55. menu "General setup"
  56. source "fs/Kconfig.binfmt"
  57. config GENERIC_HARDIRQS
  58. bool
  59. default y
  60. config ETRAX_CMDLINE
  61. string "Kernel command line"
  62. default "root=/dev/mtdblock3"
  63. help
  64. Pass additional commands to the kernel.
  65. config ETRAX_WATCHDOG
  66. bool "Enable ETRAX watchdog"
  67. help
  68. Enable the built-in watchdog timer support on ETRAX based embedded
  69. network computers.
  70. config ETRAX_WATCHDOG_NICE_DOGGY
  71. bool "Disable watchdog during Oops printouts"
  72. depends on ETRAX_WATCHDOG
  73. help
  74. By enabling this you make sure that the watchdog does not bite while
  75. printing oopses. Recommended for development systems but not for
  76. production releases.
  77. config ETRAX_FAST_TIMER
  78. bool "Enable ETRAX fast timer API"
  79. help
  80. This options enables the API to a fast timer implementation using
  81. timer1 to get sub jiffie resolution timers (primarily one-shot
  82. timers).
  83. This is needed if CONFIG_ETRAX_SERIAL_FAST_TIMER is enabled.
  84. config ETRAX_KMALLOCED_MODULES
  85. bool "Enable module allocation with kmalloc"
  86. help
  87. Enable module allocation with kmalloc instead of vmalloc.
  88. config OOM_REBOOT
  89. bool "Enable reboot at out of memory"
  90. source "kernel/Kconfig.preempt"
  91. source mm/Kconfig
  92. endmenu
  93. menu "Hardware setup"
  94. choice
  95. prompt "Processor type"
  96. default ETRAX100LX
  97. config ETRAX100LX
  98. bool "ETRAX-100LX-v1"
  99. help
  100. Support version 1 of the ETRAX 100LX.
  101. config ETRAX100LX_V2
  102. bool "ETRAX-100LX-v2"
  103. help
  104. Support version 2 of the ETRAX 100LX.
  105. config SVINTO_SIM
  106. bool "ETRAX-100LX-for-xsim-simulator"
  107. help
  108. Support the xsim ETRAX Simulator.
  109. config ETRAXFS
  110. bool "ETRAX-FS-V32"
  111. help
  112. Support CRIS V32.
  113. config CRIS_MACH_ARTPEC3
  114. bool "ARTPEC-3"
  115. help
  116. Support Axis ARTPEC-3.
  117. endchoice
  118. config ETRAX_VCS_SIM
  119. bool "VCS Simulator"
  120. help
  121. Setup hardware to be run in the VCS simulator.
  122. config ETRAX_ARCH_V10
  123. bool
  124. default y if ETRAX100LX || ETRAX100LX_V2
  125. default n if !(ETRAX100LX || ETRAX100LX_V2)
  126. config ETRAX_ARCH_V32
  127. bool
  128. default y if (ETRAXFS || CRIS_MACH_ARTPEC3)
  129. default n if !(ETRAXFS || CRIS_MACH_ARTPEC3)
  130. config ETRAX_DRAM_SIZE
  131. int "DRAM size (dec, in MB)"
  132. default "8"
  133. help
  134. Size of DRAM (decimal in MB) typically 2, 8 or 16.
  135. config ETRAX_VMEM_SIZE
  136. int "Video memory size (dec, in MB)"
  137. depends on ETRAX_ARCH_V32 && !ETRAXFS
  138. default 8 if !ETRAXFS
  139. help
  140. Size of Video accessible memory (decimal, in MB).
  141. config ETRAX_FLASH_BUSWIDTH
  142. int "Buswidth of NOR flash in bytes"
  143. default "2"
  144. help
  145. Width in bytes of the NOR Flash bus (1, 2 or 4). Is usually 2.
  146. config ETRAX_NANDFLASH_BUSWIDTH
  147. int "Buswidth of NAND flash in bytes"
  148. default "1"
  149. help
  150. Width in bytes of the NAND flash (1 or 2).
  151. config ETRAX_FLASH1_SIZE
  152. int "FLASH1 size (dec, in MB. 0 = Unknown)"
  153. default "0"
  154. choice
  155. prompt "Product debug-port"
  156. default ETRAX_DEBUG_PORT0
  157. config ETRAX_DEBUG_PORT0
  158. bool "Serial-0"
  159. help
  160. Choose a serial port for the ETRAX debug console. Default to
  161. port 0.
  162. config ETRAX_DEBUG_PORT1
  163. bool "Serial-1"
  164. help
  165. Use serial port 1 for the console.
  166. config ETRAX_DEBUG_PORT2
  167. bool "Serial-2"
  168. help
  169. Use serial port 2 for the console.
  170. config ETRAX_DEBUG_PORT3
  171. bool "Serial-3"
  172. help
  173. Use serial port 3 for the console.
  174. config ETRAX_DEBUG_PORT_NULL
  175. bool "disabled"
  176. help
  177. Disable serial-port debugging.
  178. endchoice
  179. choice
  180. prompt "Kernel GDB port"
  181. depends on ETRAX_KGDB
  182. default ETRAX_KGDB_PORT0
  183. help
  184. Choose a serial port for kernel debugging. NOTE: This port should
  185. not be enabled under Drivers for built-in interfaces (as it has its
  186. own initialization code) and should not be the same as the debug port.
  187. config ETRAX_KGDB_PORT0
  188. bool "Serial-0"
  189. help
  190. Use serial port 0 for kernel debugging.
  191. config ETRAX_KGDB_PORT1
  192. bool "Serial-1"
  193. help
  194. Use serial port 1 for kernel debugging.
  195. config ETRAX_KGDB_PORT2
  196. bool "Serial-2"
  197. help
  198. Use serial port 2 for kernel debugging.
  199. config ETRAX_KGDB_PORT3
  200. bool "Serial-3"
  201. help
  202. Use serial port 3 for kernel debugging.
  203. endchoice
  204. source arch/cris/arch-v10/Kconfig
  205. source arch/cris/arch-v32/Kconfig
  206. endmenu
  207. source "net/Kconfig"
  208. # bring in ETRAX built-in drivers
  209. menu "Drivers for built-in interfaces"
  210. source arch/cris/arch-v10/drivers/Kconfig
  211. source arch/cris/arch-v32/drivers/Kconfig
  212. config ETRAX_AXISFLASHMAP
  213. bool "Axis flash-map support"
  214. select MTD
  215. select MTD_CFI
  216. select MTD_CFI_AMDSTD
  217. select MTD_JEDECPROBE if ETRAX_ARCH_V32
  218. select MTD_CHAR
  219. select MTD_BLOCK
  220. select MTD_PARTITIONS
  221. select MTD_CONCAT
  222. select MTD_COMPLEX_MAPPINGS
  223. help
  224. This option enables MTD mapping of flash devices. Needed to use
  225. flash memories. If unsure, say Y.
  226. config ETRAX_RTC
  227. bool "Real Time Clock support"
  228. depends on ETRAX_I2C
  229. help
  230. Enables drivers for the Real-Time Clock battery-backed chips on
  231. some products. The kernel reads the time when booting, and
  232. the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a
  233. rtc_time struct (see <file:include/asm-cris/rtc.h>) on the /dev/rtc
  234. device. You can check the time with cat /proc/rtc, but
  235. normal time reading should be done using libc function time and
  236. friends.
  237. choice
  238. prompt "RTC chip"
  239. depends on ETRAX_RTC
  240. default ETRAX_PCF8563 if ETRAX_ARCH_V32
  241. default ETRAX_DS1302 if ETRAX_ARCH_V10
  242. config ETRAX_DS1302
  243. depends on ETRAX_ARCH_V10
  244. bool "DS1302"
  245. help
  246. Enables the driver for the DS1302 Real-Time Clock battery-backed
  247. chip on some products.
  248. config ETRAX_PCF8563
  249. bool "PCF8563"
  250. help
  251. Enables the driver for the PCF8563 Real-Time Clock battery-backed
  252. chip on some products.
  253. endchoice
  254. config ETRAX_SYNCHRONOUS_SERIAL
  255. bool "Synchronous serial-port support"
  256. help
  257. Select this to enable the synchronous serial port driver.
  258. config ETRAX_SYNCHRONOUS_SERIAL_PORT0
  259. bool "Synchronous serial port 0 enabled"
  260. depends on ETRAX_SYNCHRONOUS_SERIAL
  261. help
  262. Enabled synchronous serial port 0.
  263. config ETRAX_SYNCHRONOUS_SERIAL0_DMA
  264. bool "Enable DMA on synchronous serial port 0."
  265. depends on ETRAX_SYNCHRONOUS_SERIAL_PORT0
  266. help
  267. A synchronous serial port can run in manual or DMA mode.
  268. Selecting this option will make it run in DMA mode.
  269. config ETRAX_SYNCHRONOUS_SERIAL_PORT1
  270. bool "Synchronous serial port 1 enabled"
  271. depends on ETRAX_SYNCHRONOUS_SERIAL && (ETRAXFS || ETRAX_ARCH_V10)
  272. help
  273. Enabled synchronous serial port 1.
  274. config ETRAX_SYNCHRONOUS_SERIAL1_DMA
  275. bool "Enable DMA on synchronous serial port 1."
  276. depends on ETRAX_SYNCHRONOUS_SERIAL_PORT1
  277. help
  278. A synchronous serial port can run in manual or DMA mode.
  279. Selecting this option will make it run in DMA mode.
  280. choice
  281. prompt "Network LED behavior"
  282. depends on ETRAX_ETHERNET
  283. default ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY
  284. config ETRAX_NETWORK_LED_ON_WHEN_LINK
  285. bool "LED_on_when_link"
  286. help
  287. Selecting LED_on_when_link will light the LED when there is a
  288. connection and will flash off when there is activity.
  289. Selecting LED_on_when_activity will light the LED only when
  290. there is activity.
  291. This setting will also affect the behaviour of other activity LEDs
  292. e.g. Bluetooth.
  293. config ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY
  294. bool "LED_on_when_activity"
  295. help
  296. Selecting LED_on_when_link will light the LED when there is a
  297. connection and will flash off when there is activity.
  298. Selecting LED_on_when_activity will light the LED only when
  299. there is activity.
  300. This setting will also affect the behaviour of other activity LEDs
  301. e.g. Bluetooth.
  302. endchoice
  303. choice
  304. prompt "Ser0 DMA out channel"
  305. depends on ETRAX_SERIAL_PORT0
  306. default ETRAX_SERIAL_PORT0_DMA6_OUT if ETRAX_ARCH_V32
  307. default ETRAX_SERIAL_PORT0_NO_DMA_OUT if ETRAX_ARCH_V10
  308. config ETRAX_SERIAL_PORT0_NO_DMA_OUT
  309. bool "Ser0 uses no DMA for output"
  310. help
  311. Do not use DMA for ser0 output.
  312. config ETRAX_SERIAL_PORT0_DMA6_OUT
  313. bool "Ser0 uses DMA6 for output"
  314. depends on ETRAXFS
  315. help
  316. Enables the DMA6 output channel for ser0 (ttyS0).
  317. If you do not enable DMA, an interrupt for each character will be
  318. used when transmitting data.
  319. Normally you want to use DMA, unless you use the DMA channel for
  320. something else.
  321. config ETRAX_SERIAL_PORT0_DMA0_OUT
  322. bool "Ser0 uses DMA0 for output"
  323. depends on CRIS_MACH_ARTPEC3
  324. help
  325. Enables the DMA0 output channel for ser0 (ttyS0).
  326. If you do not enable DMA, an interrupt for each character will be
  327. used when transmitting data.
  328. Normally you want to use DMA, unless you use the DMA channel for
  329. something else.
  330. endchoice
  331. choice
  332. prompt "Ser0 DMA in channel "
  333. depends on ETRAX_SERIAL_PORT0
  334. default ETRAX_SERIAL_PORT0_NO_DMA_IN if ETRAX_ARCH_V32
  335. default ETRAX_SERIAL_PORT0_DMA7_IN if ETRAX_ARCH_V10
  336. help
  337. What DMA channel to use for ser0.
  338. config ETRAX_SERIAL_PORT0_NO_DMA_IN
  339. bool "Ser0 uses no DMA for input"
  340. help
  341. Do not use DMA for ser0 input.
  342. config ETRAX_SERIAL_PORT0_DMA7_IN
  343. bool "Ser0 uses DMA7 for input"
  344. depends on ETRAXFS
  345. help
  346. Enables the DMA7 input channel for ser0 (ttyS0).
  347. If you do not enable DMA, an interrupt for each character will be
  348. used when receiving data.
  349. Normally you want to use DMA, unless you use the DMA channel for
  350. something else.
  351. config ETRAX_SERIAL_PORT0_DMA1_IN
  352. bool "Ser0 uses DMA1 for input"
  353. depends on CRIS_MACH_ARTPEC3
  354. help
  355. Enables the DMA1 input channel for ser0 (ttyS0).
  356. If you do not enable DMA, an interrupt for each character will be
  357. used when receiving data.
  358. Normally you want to use DMA, unless you use the DMA channel for
  359. something else.
  360. endchoice
  361. choice
  362. prompt "Ser1 DMA in channel "
  363. depends on ETRAX_SERIAL_PORT1
  364. default ETRAX_SERIAL_PORT1_NO_DMA_IN if ETRAX_ARCH_V32
  365. default ETRAX_SERIAL_PORT1_DMA9_IN if ETRAX_ARCH_V10
  366. help
  367. What DMA channel to use for ser1.
  368. config ETRAX_SERIAL_PORT1_NO_DMA_IN
  369. bool "Ser1 uses no DMA for input"
  370. help
  371. Do not use DMA for ser1 input.
  372. config ETRAX_SERIAL_PORT1_DMA5_IN
  373. bool "Ser1 uses DMA5 for input"
  374. depends on ETRAX_ARCH_V32
  375. help
  376. Enables the DMA5 input channel for ser1 (ttyS1).
  377. If you do not enable DMA, an interrupt for each character will be
  378. used when receiving data.
  379. Normally you want this on, unless you use the DMA channel for
  380. something else.
  381. config ETRAX_SERIAL_PORT1_DMA9_IN
  382. depends on ETRAX_ARCH_V10
  383. bool "Ser1 uses DMA9 for input"
  384. endchoice
  385. choice
  386. prompt "Ser1 DMA out channel"
  387. depends on ETRAX_SERIAL_PORT1
  388. default ETRAX_SERIAL_PORT1_NO_DMA_OUT if ETRAX_ARCH_V32
  389. default ETRAX_SERIAL_PORT1_DMA8_OUT if ETRAX_ARCH_V10
  390. help
  391. What DMA channel to use for ser1.
  392. config ETRAX_SERIAL_PORT1_NO_DMA_OUT
  393. bool "Ser1 uses no DMA for output"
  394. help
  395. Do not use DMA for ser1 output.
  396. config ETRAX_SERIAL_PORT1_DMA8_OUT
  397. depends on ETRAX_ARCH_V10
  398. bool "Ser1 uses DMA8 for output"
  399. config ETRAX_SERIAL_PORT1_DMA4_OUT
  400. depends on ETRAX_ARCH_V32
  401. bool "Ser1 uses DMA4 for output"
  402. help
  403. Enables the DMA4 output channel for ser1 (ttyS1).
  404. If you do not enable DMA, an interrupt for each character will be
  405. used when transmitting data.
  406. Normally you want this on, unless you use the DMA channel for
  407. something else.
  408. endchoice
  409. choice
  410. prompt "Ser2 DMA out channel"
  411. depends on ETRAX_SERIAL_PORT2
  412. default ETRAX_SERIAL_PORT2_NO_DMA_OUT if ETRAX_ARCH_V32
  413. default ETRAX_SERIAL_PORT2_DMA2_OUT if ETRAX_ARCH_V10
  414. config ETRAX_SERIAL_PORT2_NO_DMA_OUT
  415. bool "Ser2 uses no DMA for output"
  416. help
  417. Do not use DMA for ser2 output.
  418. config ETRAX_SERIAL_PORT2_DMA2_OUT
  419. bool "Ser2 uses DMA2 for output"
  420. depends on ETRAXFS || ETRAX_ARCH_V10
  421. help
  422. Enables the DMA2 output channel for ser2 (ttyS2).
  423. If you do not enable DMA, an interrupt for each character will be
  424. used when transmitting data.
  425. Normally you want to use DMA, unless you use the DMA channel for
  426. something else.
  427. config ETRAX_SERIAL_PORT2_DMA6_OUT
  428. bool "Ser2 uses DMA6 for output"
  429. depends on CRIS_MACH_ARTPEC3
  430. help
  431. Enables the DMA6 output channel for ser2 (ttyS2).
  432. If you do not enable DMA, an interrupt for each character will be
  433. used when transmitting data.
  434. Normally you want to use DMA, unless you use the DMA channel for
  435. something else.
  436. endchoice
  437. choice
  438. prompt "Ser2 DMA in channel"
  439. depends on ETRAX_SERIAL_PORT2
  440. default ETRAX_SERIAL_PORT2_NO_DMA_IN if ETRAX_ARCH_V32
  441. default ETRAX_SERIAL_PORT2_DMA3_IN if ETRAX_ARCH_V10
  442. help
  443. What DMA channel to use for ser2.
  444. config ETRAX_SERIAL_PORT2_NO_DMA_IN
  445. bool "Ser2 uses no DMA for input"
  446. help
  447. Do not use DMA for ser2 input.
  448. config ETRAX_SERIAL_PORT2_DMA3_IN
  449. bool "Ser2 uses DMA3 for input"
  450. depends on ETRAXFS || ETRAX_ARCH_V10
  451. help
  452. Enables the DMA3 input channel for ser2 (ttyS2).
  453. If you do not enable DMA, an interrupt for each character will be
  454. used when receiving data.
  455. Normally you want to use DMA, unless you use the DMA channel for
  456. something else.
  457. config ETRAX_SERIAL_PORT2_DMA7_IN
  458. bool "Ser2 uses DMA7 for input"
  459. depends on CRIS_MACH_ARTPEC3
  460. help
  461. Enables the DMA7 input channel for ser2 (ttyS2).
  462. If you do not enable DMA, an interrupt for each character will be
  463. used when receiving data.
  464. Normally you want to use DMA, unless you use the DMA channel for
  465. something else.
  466. endchoice
  467. choice
  468. prompt "Ser3 DMA in channel"
  469. depends on ETRAX_SERIAL_PORT3
  470. default ETRAX_SERIAL_PORT3_NO_DMA_IN if ETRAX_ARCH_V32
  471. default ETRAX_SERIAL_PORT3_DMA5_IN if ETRAX_ARCH_V10
  472. help
  473. What DMA channel to use for ser3.
  474. config ETRAX_SERIAL_PORT3_NO_DMA_IN
  475. bool "Ser3 uses no DMA for input"
  476. help
  477. Do not use DMA for ser3 input.
  478. config ETRAX_SERIAL_PORT3_DMA5_IN
  479. depends on ETRAX_ARCH_V10
  480. bool "DMA 5"
  481. config ETRAX_SERIAL_PORT3_DMA9_IN
  482. bool "Ser3 uses DMA9 for input"
  483. depends on ETRAXFS
  484. help
  485. Enables the DMA9 input channel for ser3 (ttyS3).
  486. If you do not enable DMA, an interrupt for each character will be
  487. used when receiving data.
  488. Normally you want to use DMA, unless you use the DMA channel for
  489. something else.
  490. config ETRAX_SERIAL_PORT3_DMA3_IN
  491. bool "Ser3 uses DMA3 for input"
  492. depends on CRIS_MACH_ARTPEC3
  493. help
  494. Enables the DMA3 input channel for ser3 (ttyS3).
  495. If you do not enable DMA, an interrupt for each character will be
  496. used when receiving data.
  497. Normally you want to use DMA, unless you use the DMA channel for
  498. something else.
  499. endchoice
  500. choice
  501. prompt "Ser3 DMA out channel"
  502. depends on ETRAX_SERIAL_PORT3
  503. default ETRAX_SERIAL_PORT3_NO_DMA_OUT if ETRAX_ARCH_V32
  504. default ETRAX_SERIAL_PORT3_DMA4_OUT if ETRAX_ARCH_V10
  505. config ETRAX_SERIAL_PORT3_NO_DMA_OUT
  506. bool "Ser3 uses no DMA for output"
  507. help
  508. Do not use DMA for ser3 output.
  509. config ETRAX_SERIAL_PORT3_DMA4_OUT
  510. depends on ETRAX_ARCH_V10
  511. bool "DMA 4"
  512. config ETRAX_SERIAL_PORT3_DMA8_OUT
  513. bool "Ser3 uses DMA8 for output"
  514. depends on ETRAXFS
  515. help
  516. Enables the DMA8 output channel for ser3 (ttyS3).
  517. If you do not enable DMA, an interrupt for each character will be
  518. used when transmitting data.
  519. Normally you want to use DMA, unless you use the DMA channel for
  520. something else.
  521. config ETRAX_SERIAL_PORT3_DMA2_OUT
  522. bool "Ser3 uses DMA2 for output"
  523. depends on CRIS_MACH_ARTPEC3
  524. help
  525. Enables the DMA2 output channel for ser3 (ttyS3).
  526. If you do not enable DMA, an interrupt for each character will be
  527. used when transmitting data.
  528. Normally you want to use DMA, unless you use the DMA channel for
  529. something else.
  530. endchoice
  531. endmenu
  532. source "drivers/base/Kconfig"
  533. # standard linux drivers
  534. source "drivers/mtd/Kconfig"
  535. source "drivers/parport/Kconfig"
  536. source "drivers/pnp/Kconfig"
  537. source "drivers/block/Kconfig"
  538. source "drivers/ide/Kconfig"
  539. source "drivers/net/Kconfig"
  540. source "drivers/i2c/Kconfig"
  541. source "drivers/rtc/Kconfig"
  542. #
  543. # input before char - char/joystick depends on it. As does USB.
  544. #
  545. source "drivers/input/Kconfig"
  546. source "drivers/char/Kconfig"
  547. source "fs/Kconfig"
  548. source "drivers/usb/Kconfig"
  549. source "drivers/uwb/Kconfig"
  550. source "drivers/staging/Kconfig"
  551. source "arch/cris/Kconfig.debug"
  552. source "security/Kconfig"
  553. source "crypto/Kconfig"
  554. source "lib/Kconfig"