Kconfig 18 KB

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