Kconfig 18 KB

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