Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  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_FIND_NEXT_BIT
  21. bool
  22. default y
  23. config GENERIC_HWEIGHT
  24. bool
  25. default y
  26. config GENERIC_HARDIRQS
  27. bool
  28. default y
  29. config GENERIC_IRQ_PROBE
  30. bool
  31. default y
  32. config GENERIC_CALIBRATE_DELAY
  33. bool
  34. default y
  35. config GENERIC_IOMAP
  36. bool
  37. config GENERIC_TIME
  38. def_bool n
  39. config ARCH_MAY_HAVE_PC_FDC
  40. bool
  41. source "init/Kconfig"
  42. menu "System type"
  43. config SOLUTION_ENGINE
  44. bool
  45. choice
  46. prompt "SuperH system type"
  47. default SH_UNKNOWN
  48. config SH_SOLUTION_ENGINE
  49. bool "SolutionEngine"
  50. select SOLUTION_ENGINE
  51. help
  52. Select SolutionEngine if configuring for a Hitachi SH7709
  53. or SH7750 evaluation board.
  54. config SH_7751_SOLUTION_ENGINE
  55. bool "SolutionEngine7751"
  56. select SOLUTION_ENGINE
  57. select CPU_SUBTYPE_SH7751
  58. help
  59. Select 7751 SolutionEngine if configuring for a Hitachi SH7751
  60. evaluation board.
  61. config SH_7300_SOLUTION_ENGINE
  62. bool "SolutionEngine7300"
  63. select SOLUTION_ENGINE
  64. select CPU_SUBTYPE_SH7300
  65. help
  66. Select 7300 SolutionEngine if configuring for a Hitachi
  67. SH7300(SH-Mobile V) evaluation board.
  68. config SH_7343_SOLUTION_ENGINE
  69. bool "SolutionEngine7343"
  70. select SOLUTION_ENGINE
  71. select CPU_SUBTYPE_SH7343
  72. help
  73. Select 7343 SolutionEngine if configuring for a Hitachi
  74. SH7343 (SH-Mobile 3AS) evaluation board.
  75. config SH_73180_SOLUTION_ENGINE
  76. bool "SolutionEngine73180"
  77. select SOLUTION_ENGINE
  78. select CPU_SUBTYPE_SH73180
  79. help
  80. Select 73180 SolutionEngine if configuring for a Hitachi
  81. SH73180(SH-Mobile 3) evaluation board.
  82. config SH_7751_SYSTEMH
  83. bool "SystemH7751R"
  84. select CPU_SUBTYPE_SH7751R
  85. help
  86. Select SystemH if you are configuring for a Renesas SystemH
  87. 7751R evaluation board.
  88. config SH_HP6XX
  89. bool "HP6XX"
  90. help
  91. Select HP6XX if configuring for a HP jornada HP6xx.
  92. More information (hardware only) at
  93. <http://www.hp.com/jornada/>.
  94. config SH_EC3104
  95. bool "EC3104"
  96. help
  97. Select EC3104 if configuring for a system with an Eclipse
  98. International EC3104 chip, e.g. the Harris AD2000.
  99. config SH_SATURN
  100. bool "Saturn"
  101. select CPU_SUBTYPE_SH7604
  102. help
  103. Select Saturn if configuring for a SEGA Saturn.
  104. config SH_DREAMCAST
  105. bool "Dreamcast"
  106. select CPU_SUBTYPE_SH7091
  107. help
  108. Select Dreamcast if configuring for a SEGA Dreamcast.
  109. More information at
  110. <http://www.m17n.org/linux-sh/dreamcast/>. There is a
  111. Dreamcast project is at <http://linuxdc.sourceforge.net/>.
  112. config SH_BIGSUR
  113. bool "BigSur"
  114. config SH_MPC1211
  115. bool "Interface MPC1211"
  116. help
  117. CTP/PCI-SH02 is a CPU module computer that is produced
  118. by Interface Corporation.
  119. More information at <http://www.interface.co.jp>
  120. config SH_SH03
  121. bool "Interface CTP/PCI-SH03"
  122. help
  123. CTP/PCI-SH03 is a CPU module computer that is produced
  124. by Interface Corporation.
  125. More information at <http://www.interface.co.jp>
  126. config SH_SECUREEDGE5410
  127. bool "SecureEdge5410"
  128. select CPU_SUBTYPE_SH7751R
  129. help
  130. Select SecureEdge5410 if configuring for a SnapGear SH board.
  131. This includes both the OEM SecureEdge products as well as the
  132. SME product line.
  133. config SH_HS7751RVOIP
  134. bool "HS7751RVOIP"
  135. select CPU_SUBTYPE_SH7751R
  136. help
  137. Select HS7751RVOIP if configuring for a Renesas Technology
  138. Sales VoIP board.
  139. config SH_7710VOIPGW
  140. bool "SH7710-VOIP-GW"
  141. select CPU_SUBTYPE_SH7710
  142. help
  143. Select this option to build a kernel for the SH7710 based
  144. VOIP GW.
  145. config SH_RTS7751R2D
  146. bool "RTS7751R2D"
  147. select CPU_SUBTYPE_SH7751R
  148. help
  149. Select RTS7751R2D if configuring for a Renesas Technology
  150. Sales SH-Graphics board.
  151. config SH_R7780RP
  152. bool "R7780RP-1"
  153. select CPU_SUBTYPE_SH7780
  154. help
  155. Select R7780RP-1 if configuring for a Renesas Solutions
  156. HIGHLANDER board.
  157. config SH_EDOSK7705
  158. bool "EDOSK7705"
  159. select CPU_SUBTYPE_SH7705
  160. config SH_SH4202_MICRODEV
  161. bool "SH4-202 MicroDev"
  162. select CPU_SUBTYPE_SH4_202
  163. help
  164. Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
  165. with an SH4-202 CPU.
  166. config SH_LANDISK
  167. bool "LANDISK"
  168. select CPU_SUBTYPE_SH7751R
  169. help
  170. I-O DATA DEVICE, INC. "LANDISK Series" support.
  171. config SH_TITAN
  172. bool "TITAN"
  173. select CPU_SUBTYPE_SH7751R
  174. help
  175. Select Titan if you are configuring for a Nimble Microsystems
  176. NetEngine NP51R.
  177. config SH_SHMIN
  178. bool "SHMIN"
  179. select CPU_SUBTYPE_SH7706
  180. help
  181. Select SHMIN if configureing for the SHMIN board
  182. config SH_UNKNOWN
  183. bool "BareCPU"
  184. help
  185. "Bare CPU" aka "unknown" means an SH-based system which is not one
  186. of the specific ones mentioned above, which means you need to enter
  187. all sorts of stuff like CONFIG_MEMORY_START because the config
  188. system doesn't already know what it is. You get a machine vector
  189. without any platform-specific code in it, so things like the RTC may
  190. not work.
  191. This option is for the early stages of porting to a new machine.
  192. endchoice
  193. source "arch/sh/mm/Kconfig"
  194. config CF_ENABLER
  195. bool "Compact Flash Enabler support"
  196. depends on SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_SH03
  197. ---help---
  198. Compact Flash is a small, removable mass storage device introduced
  199. in 1994 originally as a PCMCIA device. If you say `Y' here, you
  200. compile in support for Compact Flash devices directly connected to
  201. a SuperH processor. A Compact Flash FAQ is available at
  202. <http://www.compactflash.org/faqs/faq.htm>.
  203. If your board has "Directly Connected" CompactFlash at area 5 or 6,
  204. you may want to enable this option. Then, you can use CF as
  205. primary IDE drive (only tested for SanDisk).
  206. If in doubt, select 'N'.
  207. choice
  208. prompt "Compact Flash Connection Area"
  209. depends on CF_ENABLER
  210. default CF_AREA6
  211. config CF_AREA5
  212. bool "Area5"
  213. help
  214. If your board has "Directly Connected" CompactFlash, You should
  215. select the area where your CF is connected to.
  216. - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
  217. - "Area6" if it is connected to Area 6 (0x18000000)
  218. "Area6" will work for most boards.
  219. config CF_AREA6
  220. bool "Area6"
  221. endchoice
  222. config CF_BASE_ADDR
  223. hex
  224. depends on CF_ENABLER
  225. default "0xb8000000" if CF_AREA6
  226. default "0xb4000000" if CF_AREA5
  227. menu "Processor features"
  228. config CPU_LITTLE_ENDIAN
  229. bool "Little Endian"
  230. help
  231. Some SuperH machines can be configured for either little or big
  232. endian byte order. These modes require different kernels. Say Y if
  233. your machine is little endian, N if it's a big endian machine.
  234. config SH_FPU
  235. bool "FPU support"
  236. depends on !CPU_SH3
  237. default y
  238. help
  239. Selecting this option will enable support for SH processors that
  240. have FPU units (ie, SH77xx).
  241. This option must be set in order to enable the FPU.
  242. config SH_FPU_EMU
  243. bool "FPU emulation support"
  244. depends on !SH_FPU && EXPERIMENTAL
  245. default n
  246. help
  247. Selecting this option will enable support for software FPU emulation.
  248. Most SH-3 users will want to say Y here, whereas most SH-4 users will
  249. want to say N.
  250. config SH_DSP
  251. bool "DSP support"
  252. default y if SH4AL_DSP || !CPU_SH4
  253. default n
  254. help
  255. Selecting this option will enable support for SH processors that
  256. have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
  257. This option must be set in order to enable the DSP.
  258. config SH_ADC
  259. bool "ADC support"
  260. depends on CPU_SH3
  261. default y
  262. help
  263. Selecting this option will allow the Linux kernel to use SH3 on-chip
  264. ADC module.
  265. If unsure, say N.
  266. config SH_STORE_QUEUES
  267. bool "Support for Store Queues"
  268. depends on CPU_SH4
  269. help
  270. Selecting this option will enable an in-kernel API for manipulating
  271. the store queues integrated in the SH-4 processors.
  272. config CPU_HAS_INTEVT
  273. bool
  274. config CPU_HAS_PINT_IRQ
  275. bool
  276. config CPU_HAS_MASKREG_IRQ
  277. bool
  278. config CPU_HAS_INTC2_IRQ
  279. bool
  280. config CPU_HAS_SR_RB
  281. bool "CPU has SR.RB"
  282. depends on CPU_SH3 || CPU_SH4
  283. default y
  284. help
  285. This will enable the use of SR.RB register bank usage. Processors
  286. that are lacking this bit must have another method in place for
  287. accomplishing what is taken care of by the banked registers.
  288. See <file:Documentation/sh/register-banks.txt> for further
  289. information on SR.RB and register banking in the kernel in general.
  290. endmenu
  291. menu "Timer support"
  292. depends on !GENERIC_TIME
  293. config SH_TMU
  294. bool "TMU timer support"
  295. default y
  296. help
  297. This enables the use of the TMU as the system timer.
  298. endmenu
  299. source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
  300. source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
  301. source "arch/sh/boards/renesas/r7780rp/Kconfig"
  302. config SH_PCLK_FREQ
  303. int "Peripheral clock frequency (in Hz)"
  304. default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780
  305. default "60000000" if CPU_SUBTYPE_SH7751
  306. default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \
  307. CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705
  308. default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343
  309. default "66000000" if CPU_SUBTYPE_SH4_202
  310. help
  311. This option is used to specify the peripheral clock frequency.
  312. This is necessary for determining the reference clock value on
  313. platforms lacking an RTC.
  314. menu "CPU Frequency scaling"
  315. source "drivers/cpufreq/Kconfig"
  316. config SH_CPU_FREQ
  317. tristate "SuperH CPU Frequency driver"
  318. depends on CPU_FREQ
  319. select CPU_FREQ_TABLE
  320. help
  321. This adds the cpufreq driver for SuperH. At present, only
  322. the SH-4 is supported.
  323. For details, take a look at <file:Documentation/cpu-freq>.
  324. If unsure, say N.
  325. endmenu
  326. source "arch/sh/drivers/dma/Kconfig"
  327. source "arch/sh/cchips/Kconfig"
  328. config HEARTBEAT
  329. bool "Heartbeat LED"
  330. depends on SH_MPC1211 || SH_SH03 || \
  331. SH_BIGSUR || SOLUTION_ENGINE || \
  332. SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK
  333. help
  334. Use the power-on LED on your machine as a load meter. The exact
  335. behavior is platform-dependent, but normally the flash frequency is
  336. a hyperbolic function of the 5-minute load average.
  337. endmenu
  338. config ISA_DMA_API
  339. bool
  340. depends on SH_MPC1211
  341. default y
  342. menu "Kernel features"
  343. source kernel/Kconfig.hz
  344. config KEXEC
  345. bool "kexec system call (EXPERIMENTAL)"
  346. depends on EXPERIMENTAL
  347. help
  348. kexec is a system call that implements the ability to shutdown your
  349. current kernel, and to start another kernel. It is like a reboot
  350. but it is independent of the system firmware. And like a reboot
  351. you can start any kernel with it, not just Linux.
  352. The name comes from the similarity to the exec system call.
  353. It is an ongoing process to be certain the hardware in a machine
  354. is properly shutdown, so do not be surprised if this code does not
  355. initially work for you. It may help to enable device hotplugging
  356. support. As of this writing the exact hardware interface is
  357. strongly in flux, so no good recommendation can be made.
  358. config SMP
  359. bool "Symmetric multi-processing support"
  360. ---help---
  361. This enables support for systems with more than one CPU. If you have
  362. a system with only one CPU, like most personal computers, say N. If
  363. you have a system with more than one CPU, say Y.
  364. If you say N here, the kernel will run on single and multiprocessor
  365. machines, but will use only one CPU of a multiprocessor machine. If
  366. you say Y here, the kernel will run on many, but not all,
  367. singleprocessor machines. On a singleprocessor machine, the kernel
  368. will run faster if you say N here.
  369. People using multiprocessor machines who say Y here should also say
  370. Y to "Enhanced Real Time Clock Support", below.
  371. See also the <file:Documentation/smp.txt>,
  372. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
  373. at <http://www.tldp.org/docs.html#howto>.
  374. If you don't know what to do here, say N.
  375. config NR_CPUS
  376. int "Maximum number of CPUs (2-32)"
  377. range 2 32
  378. depends on SMP
  379. default "2"
  380. help
  381. This allows you to specify the maximum number of CPUs which this
  382. kernel will support. The maximum supported value is 32 and the
  383. minimum value which makes sense is 2.
  384. This is purely to save memory - each supported CPU adds
  385. approximately eight kilobytes to the kernel image.
  386. source "kernel/Kconfig.preempt"
  387. config CPU_HAS_SR_RB
  388. bool "CPU has SR.RB"
  389. depends on CPU_SH3 || CPU_SH4
  390. default y
  391. help
  392. This will enable the use of SR.RB register bank usage. Processors
  393. that are lacking this bit must have another method in place for
  394. accomplishing what is taken care of by the banked registers.
  395. See <file:Documentation/sh/register-banks.txt> for further
  396. information on SR.RB and register banking in the kernel in general.
  397. config NODES_SHIFT
  398. int
  399. default "1"
  400. depends on NEED_MULTIPLE_NODES
  401. endmenu
  402. menu "Boot options"
  403. config ZERO_PAGE_OFFSET
  404. hex "Zero page offset"
  405. default "0x00004000" if SH_MPC1211 || SH_SH03
  406. default "0x00001000"
  407. help
  408. This sets the default offset of zero page.
  409. config BOOT_LINK_OFFSET
  410. hex "Link address offset for booting"
  411. default "0x00800000"
  412. help
  413. This option allows you to set the link address offset of the zImage.
  414. This can be useful if you are on a board which has a small amount of
  415. memory.
  416. config UBC_WAKEUP
  417. bool "Wakeup UBC on startup"
  418. help
  419. Selecting this option will wakeup the User Break Controller (UBC) on
  420. startup. Although the UBC is left in an awake state when the processor
  421. comes up, some boot loaders misbehave by putting the UBC to sleep in a
  422. power saving state, which causes issues with things like ptrace().
  423. If unsure, say N.
  424. config CMDLINE_BOOL
  425. bool "Default bootloader kernel arguments"
  426. config CMDLINE
  427. string "Initial kernel command string"
  428. depends on CMDLINE_BOOL
  429. default "console=ttySC1,115200"
  430. endmenu
  431. menu "Bus options"
  432. # Even on SuperH devices which don't have an ISA bus,
  433. # this variable helps the PCMCIA modules handle
  434. # IRQ requesting properly -- Greg Banks.
  435. #
  436. # Though we're generally not interested in it when
  437. # we're not using PCMCIA, so we make it dependent on
  438. # PCMCIA outright. -- PFM.
  439. config ISA
  440. bool
  441. default y if PCMCIA
  442. help
  443. Find out whether you have ISA slots on your motherboard. ISA is the
  444. name of a bus system, i.e. the way the CPU talks to the other stuff
  445. inside your box. Other bus systems are PCI, EISA, MicroChannel
  446. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  447. newer boards don't support it. If you have ISA, say Y, otherwise N.
  448. config EISA
  449. bool
  450. ---help---
  451. The Extended Industry Standard Architecture (EISA) bus was
  452. developed as an open alternative to the IBM MicroChannel bus.
  453. The EISA bus provided some of the features of the IBM MicroChannel
  454. bus while maintaining backward compatibility with cards made for
  455. the older ISA bus. The EISA bus saw limited use between 1988 and
  456. 1995 when it was made obsolete by the PCI bus.
  457. Say Y here if you are building a kernel for an EISA-based machine.
  458. Otherwise, say N.
  459. config MCA
  460. bool
  461. help
  462. MicroChannel Architecture is found in some IBM PS/2 machines and
  463. laptops. It is a bus system similar to PCI or ISA. See
  464. <file:Documentation/mca.txt> (and especially the web page given
  465. there) before attempting to build an MCA bus kernel.
  466. config SBUS
  467. bool
  468. config SUPERHYWAY
  469. tristate "SuperHyway Bus support"
  470. depends on CPU_SUBTYPE_SH4_202
  471. source "arch/sh/drivers/pci/Kconfig"
  472. source "drivers/pci/Kconfig"
  473. source "drivers/pcmcia/Kconfig"
  474. source "drivers/pci/hotplug/Kconfig"
  475. endmenu
  476. menu "Executable file formats"
  477. source "fs/Kconfig.binfmt"
  478. endmenu
  479. menu "Power management options (EXPERIMENTAL)"
  480. depends on EXPERIMENTAL
  481. source kernel/power/Kconfig
  482. config APM
  483. bool "Advanced Power Management Emulation"
  484. depends on PM
  485. endmenu
  486. source "net/Kconfig"
  487. source "drivers/Kconfig"
  488. source "fs/Kconfig"
  489. source "arch/sh/oprofile/Kconfig"
  490. source "arch/sh/Kconfig.debug"
  491. source "security/Kconfig"
  492. source "crypto/Kconfig"
  493. source "lib/Kconfig"