Kconfig 18 KB

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