Kconfig 17 KB

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