Kconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. mainmenu "Linux/SuperH Kernel Configuration"
  6. config SUPERH
  7. bool
  8. default y
  9. select EMBEDDED
  10. help
  11. The SuperH is a RISC processor targeted for use in embedded systems
  12. and consumer electronics; it was also used in the Sega Dreamcast
  13. gaming console. The SuperH port has a home page at
  14. <http://www.linux-sh.org/>.
  15. config RWSEM_GENERIC_SPINLOCK
  16. bool
  17. default y
  18. config RWSEM_XCHGADD_ALGORITHM
  19. bool
  20. config GENERIC_BUG
  21. def_bool y
  22. depends on BUG
  23. config GENERIC_FIND_NEXT_BIT
  24. bool
  25. default y
  26. config GENERIC_HWEIGHT
  27. bool
  28. default y
  29. config GENERIC_HARDIRQS
  30. bool
  31. default y
  32. config GENERIC_IRQ_PROBE
  33. bool
  34. default y
  35. config GENERIC_CALIBRATE_DELAY
  36. bool
  37. default y
  38. config GENERIC_IOMAP
  39. bool
  40. config GENERIC_TIME
  41. def_bool n
  42. config GENERIC_CLOCKEVENTS
  43. def_bool n
  44. config SYS_SUPPORTS_APM_EMULATION
  45. bool
  46. config ARCH_MAY_HAVE_PC_FDC
  47. bool
  48. config STACKTRACE_SUPPORT
  49. bool
  50. default y
  51. config LOCKDEP_SUPPORT
  52. bool
  53. default y
  54. config ARCH_HAS_ILOG2_U32
  55. bool
  56. default n
  57. config ARCH_HAS_ILOG2_U64
  58. bool
  59. default n
  60. source "init/Kconfig"
  61. menu "System type"
  62. config SOLUTION_ENGINE
  63. bool
  64. choice
  65. prompt "SuperH system type"
  66. default SH_UNKNOWN
  67. config SH_SOLUTION_ENGINE
  68. bool "SolutionEngine"
  69. select SOLUTION_ENGINE
  70. help
  71. Select SolutionEngine if configuring for a Hitachi SH7709
  72. or SH7750 evaluation board.
  73. config SH_7722_SOLUTION_ENGINE
  74. bool "SolutionEngine7722"
  75. select SOLUTION_ENGINE
  76. select CPU_SUBTYPE_SH7722
  77. help
  78. Select 7722 SolutionEngine if configuring for a Hitachi SH772
  79. evaluation board.
  80. config SH_7751_SOLUTION_ENGINE
  81. bool "SolutionEngine7751"
  82. select SOLUTION_ENGINE
  83. select CPU_SUBTYPE_SH7751
  84. help
  85. Select 7751 SolutionEngine if configuring for a Hitachi SH7751
  86. evaluation board.
  87. config SH_7780_SOLUTION_ENGINE
  88. bool "SolutionEngine7780"
  89. select SOLUTION_ENGINE
  90. select CPU_SUBTYPE_SH7780
  91. help
  92. Select 7780 SolutionEngine if configuring for a Renesas SH7780
  93. evaluation board.
  94. config SH_7300_SOLUTION_ENGINE
  95. bool "SolutionEngine7300"
  96. select SOLUTION_ENGINE
  97. select CPU_SUBTYPE_SH7300
  98. help
  99. Select 7300 SolutionEngine if configuring for a Hitachi
  100. SH7300(SH-Mobile V) evaluation board.
  101. config SH_7343_SOLUTION_ENGINE
  102. bool "SolutionEngine7343"
  103. select SOLUTION_ENGINE
  104. select CPU_SUBTYPE_SH7343
  105. help
  106. Select 7343 SolutionEngine if configuring for a Hitachi
  107. SH7343 (SH-Mobile 3AS) evaluation board.
  108. config SH_73180_SOLUTION_ENGINE
  109. bool "SolutionEngine73180"
  110. select SOLUTION_ENGINE
  111. select CPU_SUBTYPE_SH73180
  112. help
  113. Select 73180 SolutionEngine if configuring for a Hitachi
  114. SH73180(SH-Mobile 3) evaluation board.
  115. config SH_7751_SYSTEMH
  116. bool "SystemH7751R"
  117. select CPU_SUBTYPE_SH7751R
  118. help
  119. Select SystemH if you are configuring for a Renesas SystemH
  120. 7751R evaluation board.
  121. config SH_HP6XX
  122. bool "HP6XX"
  123. select SYS_SUPPORTS_APM_EMULATION
  124. help
  125. Select HP6XX if configuring for a HP jornada HP6xx.
  126. More information (hardware only) at
  127. <http://www.hp.com/jornada/>.
  128. config SH_SATURN
  129. bool "Saturn"
  130. select CPU_SUBTYPE_SH7604
  131. help
  132. Select Saturn if configuring for a SEGA Saturn.
  133. config SH_DREAMCAST
  134. bool "Dreamcast"
  135. select CPU_SUBTYPE_SH7091
  136. help
  137. Select Dreamcast if configuring for a SEGA Dreamcast.
  138. More information at
  139. <http://www.m17n.org/linux-sh/dreamcast/>. There is a
  140. Dreamcast project is at <http://linuxdc.sourceforge.net/>.
  141. config SH_MPC1211
  142. bool "Interface MPC1211"
  143. help
  144. CTP/PCI-SH02 is a CPU module computer that is produced
  145. by Interface Corporation.
  146. More information at <http://www.interface.co.jp>
  147. config SH_SH03
  148. bool "Interface CTP/PCI-SH03"
  149. help
  150. CTP/PCI-SH03 is a CPU module computer that is produced
  151. by Interface Corporation.
  152. More information at <http://www.interface.co.jp>
  153. config SH_SECUREEDGE5410
  154. bool "SecureEdge5410"
  155. select CPU_SUBTYPE_SH7751R
  156. help
  157. Select SecureEdge5410 if configuring for a SnapGear SH board.
  158. This includes both the OEM SecureEdge products as well as the
  159. SME product line.
  160. config SH_HS7751RVOIP
  161. bool "HS7751RVOIP"
  162. select CPU_SUBTYPE_SH7751R
  163. help
  164. Select HS7751RVOIP if configuring for a Renesas Technology
  165. Sales VoIP board.
  166. config SH_7710VOIPGW
  167. bool "SH7710-VOIP-GW"
  168. select CPU_SUBTYPE_SH7710
  169. help
  170. Select this option to build a kernel for the SH7710 based
  171. VOIP GW.
  172. config SH_RTS7751R2D
  173. bool "RTS7751R2D"
  174. select CPU_SUBTYPE_SH7751R
  175. help
  176. Select RTS7751R2D if configuring for a Renesas Technology
  177. Sales SH-Graphics board.
  178. config SH_HIGHLANDER
  179. bool "Highlander"
  180. config SH_EDOSK7705
  181. bool "EDOSK7705"
  182. select CPU_SUBTYPE_SH7705
  183. config SH_SH4202_MICRODEV
  184. bool "SH4-202 MicroDev"
  185. select CPU_SUBTYPE_SH4_202
  186. help
  187. Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
  188. with an SH4-202 CPU.
  189. config SH_LANDISK
  190. bool "LANDISK"
  191. select CPU_SUBTYPE_SH7751R
  192. help
  193. I-O DATA DEVICE, INC. "LANDISK Series" support.
  194. config SH_TITAN
  195. bool "TITAN"
  196. select CPU_SUBTYPE_SH7751R
  197. help
  198. Select Titan if you are configuring for a Nimble Microsystems
  199. NetEngine NP51R.
  200. config SH_SHMIN
  201. bool "SHMIN"
  202. select CPU_SUBTYPE_SH7706
  203. help
  204. Select SHMIN if configuring for the SHMIN board.
  205. config SH_7206_SOLUTION_ENGINE
  206. bool "SolutionEngine7206"
  207. select CPU_SUBTYPE_SH7206
  208. help
  209. Select 7206 SolutionEngine if configuring for a Hitachi SH7206
  210. evaluation board.
  211. config SH_7619_SOLUTION_ENGINE
  212. bool "SolutionEngine7619"
  213. select CPU_SUBTYPE_SH7619
  214. help
  215. Select 7619 SolutionEngine if configuring for a Hitachi SH7619
  216. evaluation board.
  217. config SH_LBOX_RE2
  218. bool "L-BOX RE2"
  219. select CPU_SUBTYPE_SH7751R
  220. help
  221. Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
  222. config SH_UNKNOWN
  223. bool "BareCPU"
  224. help
  225. "Bare CPU" aka "unknown" means an SH-based system which is not one
  226. of the specific ones mentioned above, which means you need to enter
  227. all sorts of stuff like CONFIG_MEMORY_START because the config
  228. system doesn't already know what it is. You get a machine vector
  229. without any platform-specific code in it, so things like the RTC may
  230. not work.
  231. This option is for the early stages of porting to a new machine.
  232. endchoice
  233. source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
  234. source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
  235. source "arch/sh/boards/renesas/r7780rp/Kconfig"
  236. source "arch/sh/mm/Kconfig"
  237. config CF_ENABLER
  238. bool "Compact Flash Enabler support"
  239. depends on SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_SH03
  240. ---help---
  241. Compact Flash is a small, removable mass storage device introduced
  242. in 1994 originally as a PCMCIA device. If you say `Y' here, you
  243. compile in support for Compact Flash devices directly connected to
  244. a SuperH processor. A Compact Flash FAQ is available at
  245. <http://www.compactflash.org/faqs/faq.htm>.
  246. If your board has "Directly Connected" CompactFlash at area 5 or 6,
  247. you may want to enable this option. Then, you can use CF as
  248. primary IDE drive (only tested for SanDisk).
  249. If in doubt, select 'N'.
  250. choice
  251. prompt "Compact Flash Connection Area"
  252. depends on CF_ENABLER
  253. default CF_AREA6
  254. config CF_AREA5
  255. bool "Area5"
  256. help
  257. If your board has "Directly Connected" CompactFlash, You should
  258. select the area where your CF is connected to.
  259. - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
  260. - "Area6" if it is connected to Area 6 (0x18000000)
  261. "Area6" will work for most boards.
  262. config CF_AREA6
  263. bool "Area6"
  264. endchoice
  265. config CF_BASE_ADDR
  266. hex
  267. depends on CF_ENABLER
  268. default "0xb8000000" if CF_AREA6
  269. default "0xb4000000" if CF_AREA5
  270. menu "Processor features"
  271. choice
  272. prompt "Endianess selection"
  273. default CPU_LITTLE_ENDIAN
  274. help
  275. Some SuperH machines can be configured for either little or big
  276. endian byte order. These modes require different kernels.
  277. config CPU_LITTLE_ENDIAN
  278. bool "Little Endian"
  279. config CPU_BIG_ENDIAN
  280. bool "Big Endian"
  281. endchoice
  282. config SH_FPU
  283. bool "FPU support"
  284. depends on !CPU_SH3
  285. default y
  286. help
  287. Selecting this option will enable support for SH processors that
  288. have FPU units (ie, SH77xx).
  289. This option must be set in order to enable the FPU.
  290. config SH_FPU_EMU
  291. bool "FPU emulation support"
  292. depends on !SH_FPU && EXPERIMENTAL
  293. default n
  294. help
  295. Selecting this option will enable support for software FPU emulation.
  296. Most SH-3 users will want to say Y here, whereas most SH-4 users will
  297. want to say N.
  298. config SH_DSP
  299. bool "DSP support"
  300. default y if SH4AL_DSP || !CPU_SH4
  301. default n
  302. help
  303. Selecting this option will enable support for SH processors that
  304. have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
  305. This option must be set in order to enable the DSP.
  306. config SH_ADC
  307. bool "ADC support"
  308. depends on CPU_SH3
  309. default y
  310. help
  311. Selecting this option will allow the Linux kernel to use SH3 on-chip
  312. ADC module.
  313. If unsure, say N.
  314. config SH_STORE_QUEUES
  315. bool "Support for Store Queues"
  316. depends on CPU_SH4
  317. help
  318. Selecting this option will enable an in-kernel API for manipulating
  319. the store queues integrated in the SH-4 processors.
  320. config SPECULATIVE_EXECUTION
  321. bool "Speculative subroutine return"
  322. depends on CPU_SUBTYPE_SH7780 && EXPERIMENTAL
  323. help
  324. This enables support for a speculative instruction fetch for
  325. subroutine return. There are various pitfalls associated with
  326. this, as outlined in the SH7780 hardware manual.
  327. If unsure, say N.
  328. config CPU_HAS_INTEVT
  329. bool
  330. config CPU_HAS_PINT_IRQ
  331. bool
  332. config CPU_HAS_MASKREG_IRQ
  333. bool
  334. config CPU_HAS_INTC2_IRQ
  335. bool
  336. config CPU_HAS_IPR_IRQ
  337. bool
  338. config CPU_HAS_SR_RB
  339. bool "CPU has SR.RB"
  340. depends on CPU_SH3 || CPU_SH4
  341. default y
  342. help
  343. This will enable the use of SR.RB register bank usage. Processors
  344. that are lacking this bit must have another method in place for
  345. accomplishing what is taken care of by the banked registers.
  346. See <file:Documentation/sh/register-banks.txt> for further
  347. information on SR.RB and register banking in the kernel in general.
  348. config CPU_HAS_PTEA
  349. bool
  350. endmenu
  351. menu "Timer and clock configuration"
  352. config SH_TMU
  353. bool "TMU timer support"
  354. depends on CPU_SH3 || CPU_SH4
  355. select GENERIC_TIME
  356. select GENERIC_CLOCKEVENTS
  357. default y
  358. help
  359. This enables the use of the TMU as the system timer.
  360. config SH_CMT
  361. bool "CMT timer support"
  362. depends on CPU_SH2
  363. default y
  364. help
  365. This enables the use of the CMT as the system timer.
  366. config SH_MTU2
  367. bool "MTU2 timer support"
  368. depends on CPU_SH2A
  369. default n
  370. help
  371. This enables the use of the MTU2 as the system timer.
  372. config SH_TIMER_IRQ
  373. int
  374. default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
  375. default "86" if CPU_SUBTYPE_SH7619
  376. default "140" if CPU_SUBTYPE_SH7206
  377. default "16"
  378. config SH_PCLK_FREQ
  379. int "Peripheral clock frequency (in Hz)"
  380. default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343
  381. default "31250000" if CPU_SUBTYPE_SH7619
  382. default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \
  383. CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
  384. CPU_SUBTYPE_SH7206
  385. default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780 || \
  386. CPU_SUBTYPE_SH7785
  387. default "60000000" if CPU_SUBTYPE_SH7751
  388. default "66000000" if CPU_SUBTYPE_SH4_202
  389. help
  390. This option is used to specify the peripheral clock frequency.
  391. This is necessary for determining the reference clock value on
  392. platforms lacking an RTC.
  393. config SH_CLK_MD
  394. int "CPU Mode Pin Setting"
  395. default 0
  396. depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206
  397. help
  398. MD2 - MD0 pin setting.
  399. source "kernel/time/Kconfig"
  400. endmenu
  401. menu "CPU Frequency scaling"
  402. source "drivers/cpufreq/Kconfig"
  403. config SH_CPU_FREQ
  404. tristate "SuperH CPU Frequency driver"
  405. depends on CPU_FREQ
  406. select CPU_FREQ_TABLE
  407. help
  408. This adds the cpufreq driver for SuperH. At present, only
  409. the SH-4 is supported.
  410. For details, take a look at <file:Documentation/cpu-freq>.
  411. If unsure, say N.
  412. endmenu
  413. source "arch/sh/drivers/Kconfig"
  414. endmenu
  415. config ISA_DMA_API
  416. bool
  417. depends on SH_MPC1211
  418. default y
  419. menu "Kernel features"
  420. source kernel/Kconfig.hz
  421. config KEXEC
  422. bool "kexec system call (EXPERIMENTAL)"
  423. depends on EXPERIMENTAL
  424. help
  425. kexec is a system call that implements the ability to shutdown your
  426. current kernel, and to start another kernel. It is like a reboot
  427. but it is independent of the system firmware. And like a reboot
  428. you can start any kernel with it, not just Linux.
  429. The name comes from the similarity to the exec system call.
  430. It is an ongoing process to be certain the hardware in a machine
  431. is properly shutdown, so do not be surprised if this code does not
  432. initially work for you. It may help to enable device hotplugging
  433. support. As of this writing the exact hardware interface is
  434. strongly in flux, so no good recommendation can be made.
  435. config CRASH_DUMP
  436. bool "kernel crash dumps (EXPERIMENTAL)"
  437. depends on EXPERIMENTAL
  438. help
  439. Generate crash dump after being started by kexec.
  440. This should be normally only set in special crash dump kernels
  441. which are loaded in the main kernel with kexec-tools into
  442. a specially reserved region and then later executed after
  443. a crash by kdump/kexec. The crash dump kernel must be compiled
  444. to a memory address not used by the main kernel using
  445. MEMORY_START.
  446. For more details see Documentation/kdump/kdump.txt
  447. config SMP
  448. bool "Symmetric multi-processing support"
  449. ---help---
  450. This enables support for systems with more than one CPU. If you have
  451. a system with only one CPU, like most personal computers, say N. If
  452. you have a system with more than one CPU, say Y.
  453. If you say N here, the kernel will run on single and multiprocessor
  454. machines, but will use only one CPU of a multiprocessor machine. If
  455. you say Y here, the kernel will run on many, but not all,
  456. singleprocessor machines. On a singleprocessor machine, the kernel
  457. will run faster if you say N here.
  458. People using multiprocessor machines who say Y here should also say
  459. Y to "Enhanced Real Time Clock Support", below.
  460. See also the <file:Documentation/smp.txt>,
  461. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
  462. at <http://www.tldp.org/docs.html#howto>.
  463. If you don't know what to do here, say N.
  464. config NR_CPUS
  465. int "Maximum number of CPUs (2-32)"
  466. range 2 32
  467. depends on SMP
  468. default "2"
  469. help
  470. This allows you to specify the maximum number of CPUs which this
  471. kernel will support. The maximum supported value is 32 and the
  472. minimum value which makes sense is 2.
  473. This is purely to save memory - each supported CPU adds
  474. approximately eight kilobytes to the kernel image.
  475. source "kernel/Kconfig.preempt"
  476. config NODES_SHIFT
  477. int
  478. default "1"
  479. depends on NEED_MULTIPLE_NODES
  480. endmenu
  481. menu "Boot options"
  482. config ZERO_PAGE_OFFSET
  483. hex "Zero page offset"
  484. default "0x00004000" if SH_MPC1211 || SH_SH03
  485. default "0x00010000" if PAGE_SIZE_64KB
  486. default "0x00002000" if PAGE_SIZE_8KB
  487. default "0x00001000"
  488. help
  489. This sets the default offset of zero page.
  490. config BOOT_LINK_OFFSET
  491. hex "Link address offset for booting"
  492. default "0x00800000"
  493. help
  494. This option allows you to set the link address offset of the zImage.
  495. This can be useful if you are on a board which has a small amount of
  496. memory.
  497. config UBC_WAKEUP
  498. bool "Wakeup UBC on startup"
  499. help
  500. Selecting this option will wakeup the User Break Controller (UBC) on
  501. startup. Although the UBC is left in an awake state when the processor
  502. comes up, some boot loaders misbehave by putting the UBC to sleep in a
  503. power saving state, which causes issues with things like ptrace().
  504. If unsure, say N.
  505. config CMDLINE_BOOL
  506. bool "Default bootloader kernel arguments"
  507. config CMDLINE
  508. string "Initial kernel command string"
  509. depends on CMDLINE_BOOL
  510. default "console=ttySC1,115200"
  511. endmenu
  512. menu "Bus options"
  513. # Even on SuperH devices which don't have an ISA bus,
  514. # this variable helps the PCMCIA modules handle
  515. # IRQ requesting properly -- Greg Banks.
  516. #
  517. # Though we're generally not interested in it when
  518. # we're not using PCMCIA, so we make it dependent on
  519. # PCMCIA outright. -- PFM.
  520. config ISA
  521. bool
  522. default y if PCMCIA
  523. help
  524. Find out whether you have ISA slots on your motherboard. ISA is the
  525. name of a bus system, i.e. the way the CPU talks to the other stuff
  526. inside your box. Other bus systems are PCI, EISA, MicroChannel
  527. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  528. newer boards don't support it. If you have ISA, say Y, otherwise N.
  529. config EISA
  530. bool
  531. ---help---
  532. The Extended Industry Standard Architecture (EISA) bus was
  533. developed as an open alternative to the IBM MicroChannel bus.
  534. The EISA bus provided some of the features of the IBM MicroChannel
  535. bus while maintaining backward compatibility with cards made for
  536. the older ISA bus. The EISA bus saw limited use between 1988 and
  537. 1995 when it was made obsolete by the PCI bus.
  538. Say Y here if you are building a kernel for an EISA-based machine.
  539. Otherwise, say N.
  540. config MCA
  541. bool
  542. help
  543. MicroChannel Architecture is found in some IBM PS/2 machines and
  544. laptops. It is a bus system similar to PCI or ISA. See
  545. <file:Documentation/mca.txt> (and especially the web page given
  546. there) before attempting to build an MCA bus kernel.
  547. config SBUS
  548. bool
  549. config SUPERHYWAY
  550. tristate "SuperHyway Bus support"
  551. depends on CPU_SUBTYPE_SH4_202
  552. source "arch/sh/drivers/pci/Kconfig"
  553. source "drivers/pci/Kconfig"
  554. source "drivers/pcmcia/Kconfig"
  555. source "drivers/pci/hotplug/Kconfig"
  556. endmenu
  557. menu "Executable file formats"
  558. source "fs/Kconfig.binfmt"
  559. endmenu
  560. menu "Power management options (EXPERIMENTAL)"
  561. depends on EXPERIMENTAL
  562. source kernel/power/Kconfig
  563. endmenu
  564. source "net/Kconfig"
  565. source "drivers/Kconfig"
  566. source "fs/Kconfig"
  567. source "arch/sh/oprofile/Kconfig"
  568. source "arch/sh/Kconfig.debug"
  569. source "security/Kconfig"
  570. source "crypto/Kconfig"
  571. source "lib/Kconfig"