Kconfig 17 KB

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