Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  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. def_bool y
  8. select EMBEDDED
  9. select HAVE_CLK
  10. select HAVE_IDE
  11. select HAVE_OPROFILE
  12. help
  13. The SuperH is a RISC processor targeted for use in embedded systems
  14. and consumer electronics; it was also used in the Sega Dreamcast
  15. gaming console. The SuperH port has a home page at
  16. <http://www.linux-sh.org/>.
  17. config SUPERH32
  18. def_bool !SUPERH64
  19. config SUPERH64
  20. def_bool y if CPU_SH5
  21. config ARCH_DEFCONFIG
  22. string
  23. default "arch/sh/configs/shx3_defconfig" if SUPERH32
  24. default "arch/sh/configs/cayman_defconfig" if SUPERH64
  25. config RWSEM_GENERIC_SPINLOCK
  26. def_bool y
  27. config RWSEM_XCHGADD_ALGORITHM
  28. bool
  29. config GENERIC_BUG
  30. def_bool y
  31. depends on BUG && SUPERH32
  32. config GENERIC_FIND_NEXT_BIT
  33. def_bool y
  34. config GENERIC_HWEIGHT
  35. def_bool y
  36. config GENERIC_HARDIRQS
  37. def_bool y
  38. config GENERIC_IRQ_PROBE
  39. def_bool y
  40. config GENERIC_CALIBRATE_DELAY
  41. def_bool y
  42. config GENERIC_IOMAP
  43. bool
  44. config GENERIC_TIME
  45. def_bool n
  46. config GENERIC_CLOCKEVENTS
  47. def_bool n
  48. config SYS_SUPPORTS_PM
  49. bool
  50. config SYS_SUPPORTS_APM_EMULATION
  51. bool
  52. select SYS_SUPPORTS_PM
  53. config SYS_SUPPORTS_SMP
  54. bool
  55. config SYS_SUPPORTS_NUMA
  56. bool
  57. config SYS_SUPPORTS_PCI
  58. bool
  59. config STACKTRACE_SUPPORT
  60. def_bool y
  61. config LOCKDEP_SUPPORT
  62. def_bool y
  63. config ARCH_HAS_ILOG2_U32
  64. def_bool n
  65. config ARCH_HAS_ILOG2_U64
  66. def_bool n
  67. config ARCH_NO_VIRT_TO_BUS
  68. def_bool y
  69. config ARCH_SUPPORTS_AOUT
  70. def_bool y
  71. config IO_TRAPPED
  72. bool
  73. source "init/Kconfig"
  74. menu "System type"
  75. #
  76. # Processor families
  77. #
  78. config CPU_SH2
  79. bool
  80. config CPU_SH2A
  81. bool
  82. select CPU_SH2
  83. config CPU_SH3
  84. bool
  85. select CPU_HAS_INTEVT
  86. select CPU_HAS_SR_RB
  87. config CPU_SH4
  88. bool
  89. select CPU_HAS_INTEVT
  90. select CPU_HAS_SR_RB
  91. select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
  92. select CPU_HAS_FPU if !CPU_SH4AL_DSP
  93. config CPU_SH4A
  94. bool
  95. select CPU_SH4
  96. config CPU_SH4AL_DSP
  97. bool
  98. select CPU_SH4A
  99. select CPU_HAS_DSP
  100. config CPU_SH5
  101. bool
  102. select CPU_HAS_FPU
  103. config CPU_SHX2
  104. bool
  105. config CPU_SHX3
  106. bool
  107. choice
  108. prompt "Processor sub-type selection"
  109. #
  110. # Processor subtypes
  111. #
  112. # SH-2 Processor Support
  113. config CPU_SUBTYPE_SH7619
  114. bool "Support SH7619 processor"
  115. select CPU_SH2
  116. # SH-2A Processor Support
  117. config CPU_SUBTYPE_SH7203
  118. bool "Support SH7203 processor"
  119. select CPU_SH2A
  120. select CPU_HAS_FPU
  121. config CPU_SUBTYPE_SH7206
  122. bool "Support SH7206 processor"
  123. select CPU_SH2A
  124. config CPU_SUBTYPE_SH7263
  125. bool "Support SH7263 processor"
  126. select CPU_SH2A
  127. select CPU_HAS_FPU
  128. config CPU_SUBTYPE_MXG
  129. bool "Support MX-G processor"
  130. select CPU_SH2A
  131. help
  132. Select MX-G if running on an R8A03022BG part.
  133. # SH-3 Processor Support
  134. config CPU_SUBTYPE_SH7705
  135. bool "Support SH7705 processor"
  136. select CPU_SH3
  137. config CPU_SUBTYPE_SH7706
  138. bool "Support SH7706 processor"
  139. select CPU_SH3
  140. help
  141. Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
  142. config CPU_SUBTYPE_SH7707
  143. bool "Support SH7707 processor"
  144. select CPU_SH3
  145. help
  146. Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
  147. config CPU_SUBTYPE_SH7708
  148. bool "Support SH7708 processor"
  149. select CPU_SH3
  150. help
  151. Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
  152. if you have a 100 Mhz SH-3 HD6417708R CPU.
  153. config CPU_SUBTYPE_SH7709
  154. bool "Support SH7709 processor"
  155. select CPU_SH3
  156. help
  157. Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
  158. config CPU_SUBTYPE_SH7710
  159. bool "Support SH7710 processor"
  160. select CPU_SH3
  161. select CPU_HAS_DSP
  162. help
  163. Select SH7710 if you have a SH3-DSP SH7710 CPU.
  164. config CPU_SUBTYPE_SH7712
  165. bool "Support SH7712 processor"
  166. select CPU_SH3
  167. select CPU_HAS_DSP
  168. help
  169. Select SH7712 if you have a SH3-DSP SH7712 CPU.
  170. config CPU_SUBTYPE_SH7720
  171. bool "Support SH7720 processor"
  172. select CPU_SH3
  173. select CPU_HAS_DSP
  174. help
  175. Select SH7720 if you have a SH3-DSP SH7720 CPU.
  176. config CPU_SUBTYPE_SH7721
  177. bool "Support SH7721 processor"
  178. select CPU_SH3
  179. select CPU_HAS_DSP
  180. help
  181. Select SH7721 if you have a SH3-DSP SH7721 CPU.
  182. # SH-4 Processor Support
  183. config CPU_SUBTYPE_SH7750
  184. bool "Support SH7750 processor"
  185. select CPU_SH4
  186. help
  187. Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
  188. config CPU_SUBTYPE_SH7091
  189. bool "Support SH7091 processor"
  190. select CPU_SH4
  191. help
  192. Select SH7091 if you have an SH-4 based Sega device (such as
  193. the Dreamcast, Naomi, and Naomi 2).
  194. config CPU_SUBTYPE_SH7750R
  195. bool "Support SH7750R processor"
  196. select CPU_SH4
  197. config CPU_SUBTYPE_SH7750S
  198. bool "Support SH7750S processor"
  199. select CPU_SH4
  200. config CPU_SUBTYPE_SH7751
  201. bool "Support SH7751 processor"
  202. select CPU_SH4
  203. help
  204. Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
  205. or if you have a HD6417751R CPU.
  206. config CPU_SUBTYPE_SH7751R
  207. bool "Support SH7751R processor"
  208. select CPU_SH4
  209. config CPU_SUBTYPE_SH7760
  210. bool "Support SH7760 processor"
  211. select CPU_SH4
  212. config CPU_SUBTYPE_SH4_202
  213. bool "Support SH4-202 processor"
  214. select CPU_SH4
  215. # SH-4A Processor Support
  216. config CPU_SUBTYPE_SH7723
  217. bool "Support SH7723 processor"
  218. select CPU_SH4A
  219. select CPU_SHX2
  220. select ARCH_SPARSEMEM_ENABLE
  221. help
  222. Select SH7723 if you have an SH-MobileR2 CPU.
  223. config CPU_SUBTYPE_SH7763
  224. bool "Support SH7763 processor"
  225. select CPU_SH4A
  226. help
  227. Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
  228. config CPU_SUBTYPE_SH7770
  229. bool "Support SH7770 processor"
  230. select CPU_SH4A
  231. config CPU_SUBTYPE_SH7780
  232. bool "Support SH7780 processor"
  233. select CPU_SH4A
  234. config CPU_SUBTYPE_SH7785
  235. bool "Support SH7785 processor"
  236. select CPU_SH4A
  237. select CPU_SHX2
  238. select ARCH_SPARSEMEM_ENABLE
  239. select SYS_SUPPORTS_NUMA
  240. config CPU_SUBTYPE_SHX3
  241. bool "Support SH-X3 processor"
  242. select CPU_SH4A
  243. select CPU_SHX3
  244. select ARCH_SPARSEMEM_ENABLE
  245. select SYS_SUPPORTS_NUMA
  246. select SYS_SUPPORTS_SMP
  247. # SH4AL-DSP Processor Support
  248. config CPU_SUBTYPE_SH7343
  249. bool "Support SH7343 processor"
  250. select CPU_SH4AL_DSP
  251. config CPU_SUBTYPE_SH7722
  252. bool "Support SH7722 processor"
  253. select CPU_SH4AL_DSP
  254. select CPU_SHX2
  255. select ARCH_SPARSEMEM_ENABLE
  256. select SYS_SUPPORTS_NUMA
  257. config CPU_SUBTYPE_SH7366
  258. bool "Support SH7366 processor"
  259. select CPU_SH4AL_DSP
  260. select CPU_SHX2
  261. select ARCH_SPARSEMEM_ENABLE
  262. select SYS_SUPPORTS_NUMA
  263. # SH-5 Processor Support
  264. config CPU_SUBTYPE_SH5_101
  265. bool "Support SH5-101 processor"
  266. select CPU_SH5
  267. config CPU_SUBTYPE_SH5_103
  268. bool "Support SH5-103 processor"
  269. select CPU_SH5
  270. endchoice
  271. source "arch/sh/mm/Kconfig"
  272. source "arch/sh/Kconfig.cpu"
  273. source "arch/sh/boards/Kconfig"
  274. menu "Timer and clock configuration"
  275. config SH_TMU
  276. def_bool y
  277. prompt "TMU timer support"
  278. depends on CPU_SH3 || CPU_SH4
  279. select GENERIC_TIME
  280. select GENERIC_CLOCKEVENTS
  281. help
  282. This enables the use of the TMU as the system timer.
  283. config SH_CMT
  284. def_bool y
  285. prompt "CMT timer support"
  286. depends on CPU_SH2 && !CPU_SUBTYPE_MXG
  287. help
  288. This enables the use of the CMT as the system timer.
  289. config SH_MTU2
  290. def_bool n
  291. prompt "MTU2 timer support"
  292. depends on CPU_SH2A
  293. help
  294. This enables the use of the MTU2 as the system timer.
  295. config SH_TIMER_IRQ
  296. int
  297. default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
  298. CPU_SUBTYPE_SH7763
  299. default "86" if CPU_SUBTYPE_SH7619
  300. default "140" if CPU_SUBTYPE_SH7206
  301. default "142" if CPU_SUBTYPE_SH7203
  302. default "238" if CPU_SUBTYPE_MXG
  303. default "16"
  304. config SH_PCLK_FREQ
  305. int "Peripheral clock frequency (in Hz)"
  306. default "27000000" if CPU_SUBTYPE_SH7343
  307. default "31250000" if CPU_SUBTYPE_SH7619
  308. default "32000000" if CPU_SUBTYPE_SH7722
  309. default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \
  310. CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
  311. CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
  312. CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG
  313. default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
  314. default "66000000" if CPU_SUBTYPE_SH4_202
  315. default "50000000"
  316. help
  317. This option is used to specify the peripheral clock frequency.
  318. This is necessary for determining the reference clock value on
  319. platforms lacking an RTC.
  320. config SH_CLK_MD
  321. int "CPU Mode Pin Setting"
  322. depends on CPU_SH2
  323. default 6 if CPU_SUBTYPE_SH7206
  324. default 5 if CPU_SUBTYPE_SH7619
  325. default 0
  326. help
  327. MD2 - MD0 pin setting.
  328. source "kernel/time/Kconfig"
  329. endmenu
  330. menu "CPU Frequency scaling"
  331. source "drivers/cpufreq/Kconfig"
  332. config SH_CPU_FREQ
  333. tristate "SuperH CPU Frequency driver"
  334. depends on CPU_FREQ
  335. select CPU_FREQ_TABLE
  336. help
  337. This adds the cpufreq driver for SuperH. At present, only
  338. the SH-4 is supported.
  339. For details, take a look at <file:Documentation/cpu-freq>.
  340. If unsure, say N.
  341. endmenu
  342. source "arch/sh/drivers/Kconfig"
  343. endmenu
  344. config ISA_DMA_API
  345. bool
  346. menu "Kernel features"
  347. source kernel/Kconfig.hz
  348. config KEXEC
  349. bool "kexec system call (EXPERIMENTAL)"
  350. depends on SUPERH32 && EXPERIMENTAL
  351. help
  352. kexec is a system call that implements the ability to shutdown your
  353. current kernel, and to start another kernel. It is like a reboot
  354. but it is independent of the system firmware. And like a reboot
  355. you can start any kernel with it, not just Linux.
  356. The name comes from the similarity to the exec system call.
  357. It is an ongoing process to be certain the hardware in a machine
  358. is properly shutdown, so do not be surprised if this code does not
  359. initially work for you. It may help to enable device hotplugging
  360. support. As of this writing the exact hardware interface is
  361. strongly in flux, so no good recommendation can be made.
  362. config CRASH_DUMP
  363. bool "kernel crash dumps (EXPERIMENTAL)"
  364. depends on SUPERH32 && EXPERIMENTAL
  365. help
  366. Generate crash dump after being started by kexec.
  367. This should be normally only set in special crash dump kernels
  368. which are loaded in the main kernel with kexec-tools into
  369. a specially reserved region and then later executed after
  370. a crash by kdump/kexec. The crash dump kernel must be compiled
  371. to a memory address not used by the main kernel using
  372. MEMORY_START.
  373. For more details see Documentation/kdump/kdump.txt
  374. config SMP
  375. bool "Symmetric multi-processing support"
  376. depends on SYS_SUPPORTS_SMP
  377. select USE_GENERIC_SMP_HELPERS
  378. ---help---
  379. This enables support for systems with more than one CPU. If you have
  380. a system with only one CPU, like most personal computers, say N. If
  381. you have a system with more than one CPU, say Y.
  382. If you say N here, the kernel will run on single and multiprocessor
  383. machines, but will use only one CPU of a multiprocessor machine. If
  384. you say Y here, the kernel will run on many, but not all,
  385. singleprocessor machines. On a singleprocessor machine, the kernel
  386. will run faster if you say N here.
  387. People using multiprocessor machines who say Y here should also say
  388. Y to "Enhanced Real Time Clock Support", below.
  389. See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
  390. available at <http://www.tldp.org/docs.html#howto>.
  391. If you don't know what to do here, say N.
  392. config NR_CPUS
  393. int "Maximum number of CPUs (2-32)"
  394. range 2 32
  395. depends on SMP
  396. default "4" if CPU_SHX3
  397. default "2"
  398. help
  399. This allows you to specify the maximum number of CPUs which this
  400. kernel will support. The maximum supported value is 32 and the
  401. minimum value which makes sense is 2.
  402. This is purely to save memory - each supported CPU adds
  403. approximately eight kilobytes to the kernel image.
  404. source "kernel/Kconfig.preempt"
  405. config GUSA
  406. def_bool y
  407. depends on !SMP && SUPERH32
  408. help
  409. This enables support for gUSA (general UserSpace Atomicity).
  410. This is the default implementation for both UP and non-ll/sc
  411. CPUs, and is used by the libc, amongst others.
  412. For additional information, design information can be found
  413. in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
  414. This should only be disabled for special cases where alternate
  415. atomicity implementations exist.
  416. config GUSA_RB
  417. bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
  418. depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
  419. help
  420. Enabling this option will allow the kernel to implement some
  421. atomic operations using a software implemention of load-locked/
  422. store-conditional (LLSC). On machines which do not have hardware
  423. LLSC, this should be more efficient than the other alternative of
  424. disabling insterrupts around the atomic sequence.
  425. endmenu
  426. menu "Boot options"
  427. config ZERO_PAGE_OFFSET
  428. hex "Zero page offset"
  429. default "0x00004000" if SH_SH03
  430. default "0x00010000" if PAGE_SIZE_64KB
  431. default "0x00002000" if PAGE_SIZE_8KB
  432. default "0x00001000"
  433. help
  434. This sets the default offset of zero page.
  435. config BOOT_LINK_OFFSET
  436. hex "Link address offset for booting"
  437. default "0x00800000"
  438. help
  439. This option allows you to set the link address offset of the zImage.
  440. This can be useful if you are on a board which has a small amount of
  441. memory.
  442. config UBC_WAKEUP
  443. bool "Wakeup UBC on startup"
  444. depends on CPU_SH4 && !CPU_SH4A
  445. help
  446. Selecting this option will wakeup the User Break Controller (UBC) on
  447. startup. Although the UBC is left in an awake state when the processor
  448. comes up, some boot loaders misbehave by putting the UBC to sleep in a
  449. power saving state, which causes issues with things like ptrace().
  450. If unsure, say N.
  451. config CMDLINE_BOOL
  452. bool "Default bootloader kernel arguments"
  453. config CMDLINE
  454. string "Initial kernel command string"
  455. depends on CMDLINE_BOOL
  456. default "console=ttySC1,115200"
  457. endmenu
  458. menu "Bus options"
  459. # Even on SuperH devices which don't have an ISA bus,
  460. # this variable helps the PCMCIA modules handle
  461. # IRQ requesting properly -- Greg Banks.
  462. #
  463. # Though we're generally not interested in it when
  464. # we're not using PCMCIA, so we make it dependent on
  465. # PCMCIA outright. -- PFM.
  466. config ISA
  467. def_bool y
  468. depends on PCMCIA && HD6446X_SERIES
  469. help
  470. Find out whether you have ISA slots on your motherboard. ISA is the
  471. name of a bus system, i.e. the way the CPU talks to the other stuff
  472. inside your box. Other bus systems are PCI, EISA, MicroChannel
  473. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  474. newer boards don't support it. If you have ISA, say Y, otherwise N.
  475. config EISA
  476. bool
  477. ---help---
  478. The Extended Industry Standard Architecture (EISA) bus was
  479. developed as an open alternative to the IBM MicroChannel bus.
  480. The EISA bus provided some of the features of the IBM MicroChannel
  481. bus while maintaining backward compatibility with cards made for
  482. the older ISA bus. The EISA bus saw limited use between 1988 and
  483. 1995 when it was made obsolete by the PCI bus.
  484. Say Y here if you are building a kernel for an EISA-based machine.
  485. Otherwise, say N.
  486. config MCA
  487. bool
  488. help
  489. MicroChannel Architecture is found in some IBM PS/2 machines and
  490. laptops. It is a bus system similar to PCI or ISA. See
  491. <file:Documentation/mca.txt> (and especially the web page given
  492. there) before attempting to build an MCA bus kernel.
  493. config SBUS
  494. bool
  495. config SUPERHYWAY
  496. tristate "SuperHyway Bus support"
  497. depends on CPU_SUBTYPE_SH4_202
  498. config MAPLE
  499. bool "Maple Bus support"
  500. depends on SH_DREAMCAST
  501. help
  502. The Maple Bus is SEGA's serial communication bus for peripherals
  503. on the Dreamcast. Without this bus support you won't be able to
  504. get your Dreamcast keyboard etc to work, so most users
  505. probably want to say 'Y' here, unless you are only using the
  506. Dreamcast with a serial line terminal or a remote network
  507. connection.
  508. config CF_ENABLER
  509. bool "Compact Flash Enabler support"
  510. depends on SOLUTION_ENGINE || SH_SH03
  511. ---help---
  512. Compact Flash is a small, removable mass storage device introduced
  513. in 1994 originally as a PCMCIA device. If you say `Y' here, you
  514. compile in support for Compact Flash devices directly connected to
  515. a SuperH processor. A Compact Flash FAQ is available at
  516. <http://www.compactflash.org/faqs/faq.htm>.
  517. If your board has "Directly Connected" CompactFlash at area 5 or 6,
  518. you may want to enable this option. Then, you can use CF as
  519. primary IDE drive (only tested for SanDisk).
  520. If in doubt, select 'N'.
  521. choice
  522. prompt "Compact Flash Connection Area"
  523. depends on CF_ENABLER
  524. default CF_AREA6
  525. config CF_AREA5
  526. bool "Area5"
  527. help
  528. If your board has "Directly Connected" CompactFlash, You should
  529. select the area where your CF is connected to.
  530. - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
  531. - "Area6" if it is connected to Area 6 (0x18000000)
  532. "Area6" will work for most boards.
  533. config CF_AREA6
  534. bool "Area6"
  535. endchoice
  536. config CF_BASE_ADDR
  537. hex
  538. depends on CF_ENABLER
  539. default "0xb8000000" if CF_AREA6
  540. default "0xb4000000" if CF_AREA5
  541. source "arch/sh/drivers/pci/Kconfig"
  542. source "drivers/pci/Kconfig"
  543. source "drivers/pcmcia/Kconfig"
  544. source "drivers/pci/hotplug/Kconfig"
  545. endmenu
  546. menu "Executable file formats"
  547. source "fs/Kconfig.binfmt"
  548. endmenu
  549. menu "Power management options (EXPERIMENTAL)"
  550. depends on EXPERIMENTAL && SYS_SUPPORTS_PM
  551. config ARCH_SUSPEND_POSSIBLE
  552. def_bool y
  553. depends on !SMP
  554. source kernel/power/Kconfig
  555. endmenu
  556. source "net/Kconfig"
  557. source "drivers/Kconfig"
  558. source "fs/Kconfig"
  559. source "arch/sh/Kconfig.debug"
  560. source "security/Kconfig"
  561. source "crypto/Kconfig"
  562. source "lib/Kconfig"