Kconfig 17 KB

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