Kconfig 19 KB

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