Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. # $Id: config.in,v 1.158 2002/01/24 22:14:44 davem Exp $
  2. # For a description of the syntax of this configuration file,
  3. # see the Configure script.
  4. #
  5. mainmenu "Linux/UltraSPARC Kernel Configuration"
  6. config SPARC64
  7. bool
  8. default y
  9. help
  10. SPARC is a family of RISC microprocessors designed and marketed by
  11. Sun Microsystems, incorporated. This port covers the newer 64-bit
  12. UltraSPARC. The UltraLinux project maintains both the SPARC32 and
  13. SPARC64 ports; its web page is available at
  14. <http://www.ultralinux.org/>.
  15. config 64BIT
  16. def_bool y
  17. config MMU
  18. bool
  19. default y
  20. config TIME_INTERPOLATION
  21. bool
  22. default y
  23. choice
  24. prompt "Kernel page size"
  25. default SPARC64_PAGE_SIZE_8KB
  26. config SPARC64_PAGE_SIZE_8KB
  27. bool "8KB"
  28. help
  29. This lets you select the page size of the kernel.
  30. 8KB and 64KB work quite well, since Sparc ELF sections
  31. provide for up to 64KB alignment.
  32. Therefore, 512KB and 4MB are for expert hackers only.
  33. If you don't know what to do, choose 8KB.
  34. config SPARC64_PAGE_SIZE_64KB
  35. bool "64KB"
  36. config SPARC64_PAGE_SIZE_512KB
  37. bool "512KB"
  38. config SPARC64_PAGE_SIZE_4MB
  39. bool "4MB"
  40. endchoice
  41. config SECCOMP
  42. bool "Enable seccomp to safely compute untrusted bytecode"
  43. depends on PROC_FS
  44. default y
  45. help
  46. This kernel feature is useful for number crunching applications
  47. that may need to compute untrusted bytecode during their
  48. execution. By using pipes or other transports made available to
  49. the process as file descriptors supporting the read/write
  50. syscalls, it's possible to isolate those applications in
  51. their own address space using seccomp. Once seccomp is
  52. enabled via /proc/<pid>/seccomp, it cannot be disabled
  53. and the task is only allowed to execute a few safe syscalls
  54. defined by each seccomp mode.
  55. If unsure, say Y. Only embedded should say N here.
  56. source kernel/Kconfig.hz
  57. source "init/Kconfig"
  58. config SYSVIPC_COMPAT
  59. bool
  60. depends on COMPAT && SYSVIPC
  61. default y
  62. menu "General machine setup"
  63. config SMP
  64. bool "Symmetric multi-processing support"
  65. ---help---
  66. This enables support for systems with more than one CPU. If you have
  67. a system with only one CPU, say N. If you have a system with more than
  68. one CPU, say Y.
  69. If you say N here, the kernel will run on single and multiprocessor
  70. machines, but will use only one CPU of a multiprocessor machine. If
  71. you say Y here, the kernel will run on many, but not all,
  72. singleprocessor machines. On a singleprocessor machine, the kernel
  73. will run faster if you say N here.
  74. People using multiprocessor machines who say Y here should also say
  75. Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
  76. Management" code will be disabled if you say Y here.
  77. See also the <file:Documentation/smp.txt>,
  78. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
  79. <http://www.tldp.org/docs.html#howto>.
  80. If you don't know what to do here, say N.
  81. config PREEMPT
  82. bool "Preemptible Kernel"
  83. help
  84. This option reduces the latency of the kernel when reacting to
  85. real-time or interactive events by allowing a low priority process to
  86. be preempted even if it is in kernel mode executing a system call.
  87. This allows applications to run more reliably even when the system is
  88. under load.
  89. Say Y here if you are building a kernel for a desktop, embedded
  90. or real-time system. Say N if you are unsure.
  91. config NR_CPUS
  92. int "Maximum number of CPUs (2-64)"
  93. range 2 64
  94. depends on SMP
  95. default "32"
  96. source "drivers/cpufreq/Kconfig"
  97. config US3_FREQ
  98. tristate "UltraSPARC-III CPU Frequency driver"
  99. depends on CPU_FREQ
  100. select CPU_FREQ_TABLE
  101. help
  102. This adds the CPUFreq driver for UltraSPARC-III processors.
  103. For details, take a look at <file:Documentation/cpu-freq>.
  104. If in doubt, say N.
  105. config US2E_FREQ
  106. tristate "UltraSPARC-IIe CPU Frequency driver"
  107. depends on CPU_FREQ
  108. select CPU_FREQ_TABLE
  109. help
  110. This adds the CPUFreq driver for UltraSPARC-IIe processors.
  111. For details, take a look at <file:Documentation/cpu-freq>.
  112. If in doubt, say N.
  113. # Global things across all Sun machines.
  114. config RWSEM_GENERIC_SPINLOCK
  115. bool
  116. config RWSEM_XCHGADD_ALGORITHM
  117. bool
  118. default y
  119. config GENERIC_CALIBRATE_DELAY
  120. bool
  121. default y
  122. choice
  123. prompt "SPARC64 Huge TLB Page Size"
  124. depends on HUGETLB_PAGE
  125. default HUGETLB_PAGE_SIZE_4MB
  126. config HUGETLB_PAGE_SIZE_4MB
  127. bool "4MB"
  128. config HUGETLB_PAGE_SIZE_512K
  129. depends on !SPARC64_PAGE_SIZE_4MB
  130. bool "512K"
  131. config HUGETLB_PAGE_SIZE_64K
  132. depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
  133. bool "64K"
  134. endchoice
  135. endmenu
  136. source "drivers/firmware/Kconfig"
  137. source "mm/Kconfig"
  138. config GENERIC_ISA_DMA
  139. bool
  140. default y
  141. config ISA
  142. bool
  143. help
  144. Find out whether you have ISA slots on your motherboard. ISA is the
  145. name of a bus system, i.e. the way the CPU talks to the other stuff
  146. inside your box. Other bus systems are PCI, EISA, MicroChannel
  147. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  148. newer boards don't support it. If you have ISA, say Y, otherwise N.
  149. config ISAPNP
  150. bool
  151. help
  152. Say Y here if you would like support for ISA Plug and Play devices.
  153. Some information is in <file:Documentation/isapnp.txt>.
  154. To compile this driver as a module, choose M here: the
  155. module will be called isapnp.
  156. If unsure, say Y.
  157. config EISA
  158. bool
  159. ---help---
  160. The Extended Industry Standard Architecture (EISA) bus was
  161. developed as an open alternative to the IBM MicroChannel bus.
  162. The EISA bus provided some of the features of the IBM MicroChannel
  163. bus while maintaining backward compatibility with cards made for
  164. the older ISA bus. The EISA bus saw limited use between 1988 and
  165. 1995 when it was made obsolete by the PCI bus.
  166. Say Y here if you are building a kernel for an EISA-based machine.
  167. Otherwise, say N.
  168. config MCA
  169. bool
  170. help
  171. MicroChannel Architecture is found in some IBM PS/2 machines and
  172. laptops. It is a bus system similar to PCI or ISA. See
  173. <file:Documentation/mca.txt> (and especially the web page given
  174. there) before attempting to build an MCA bus kernel.
  175. config PCMCIA
  176. tristate
  177. ---help---
  178. Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
  179. computer. These are credit-card size devices such as network cards,
  180. modems or hard drives often used with laptops computers. There are
  181. actually two varieties of these cards: the older 16 bit PCMCIA cards
  182. and the newer 32 bit CardBus cards. If you want to use CardBus
  183. cards, you need to say Y here and also to "CardBus support" below.
  184. To use your PC-cards, you will need supporting software from David
  185. Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
  186. for location). Please also read the PCMCIA-HOWTO, available from
  187. <http://www.tldp.org/docs.html#howto>.
  188. To compile this driver as modules, choose M here: the
  189. modules will be called pcmcia_core and ds.
  190. config SBUS
  191. bool
  192. default y
  193. config SBUSCHAR
  194. bool
  195. default y
  196. config SUN_AUXIO
  197. bool
  198. default y
  199. config SUN_IO
  200. bool
  201. default y
  202. config PCI
  203. bool "PCI support"
  204. help
  205. Find out whether you have a PCI motherboard. PCI is the name of a
  206. bus system, i.e. the way the CPU talks to the other stuff inside
  207. your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
  208. VESA. If you have PCI, say Y, otherwise N.
  209. The PCI-HOWTO, available from
  210. <http://www.tldp.org/docs.html#howto>, contains valuable
  211. information about which PCI hardware does work under Linux and which
  212. doesn't.
  213. config PCI_DOMAINS
  214. bool
  215. default PCI
  216. source "drivers/pci/Kconfig"
  217. config SUN_OPENPROMFS
  218. tristate "Openprom tree appears in /proc/openprom"
  219. help
  220. If you say Y, the OpenPROM device tree will be available as a
  221. virtual file system, which you can mount to /proc/openprom by "mount
  222. -t openpromfs none /proc/openprom".
  223. To compile the /proc/openprom support as a module, choose M here: the
  224. module will be called openpromfs. If unsure, choose M.
  225. config SPARC32_COMPAT
  226. bool "Kernel support for Linux/Sparc 32bit binary compatibility"
  227. help
  228. This allows you to run 32-bit binaries on your Ultra.
  229. Everybody wants this; say Y.
  230. config COMPAT
  231. bool
  232. depends on SPARC32_COMPAT
  233. default y
  234. config UID16
  235. bool
  236. depends on SPARC32_COMPAT
  237. default y
  238. config BINFMT_ELF32
  239. tristate "Kernel support for 32-bit ELF binaries"
  240. depends on SPARC32_COMPAT
  241. help
  242. This allows you to run 32-bit Linux/ELF binaries on your Ultra.
  243. Everybody wants this; say Y.
  244. config BINFMT_AOUT32
  245. bool "Kernel support for 32-bit (ie. SunOS) a.out binaries"
  246. depends on SPARC32_COMPAT
  247. help
  248. This allows you to run 32-bit a.out format binaries on your Ultra.
  249. If you want to run SunOS binaries (see SunOS binary emulation below)
  250. or other a.out binaries, say Y. If unsure, say N.
  251. menu "Executable file formats"
  252. source "fs/Kconfig.binfmt"
  253. config SUNOS_EMUL
  254. bool "SunOS binary emulation"
  255. depends on BINFMT_AOUT32
  256. help
  257. This allows you to run most SunOS binaries. If you want to do this,
  258. say Y here and place appropriate files in /usr/gnemul/sunos. See
  259. <http://www.ultralinux.org/faq.html> for more information. If you
  260. want to run SunOS binaries on an Ultra you must also say Y to
  261. "Kernel support for 32-bit a.out binaries" above.
  262. config SOLARIS_EMUL
  263. tristate "Solaris binary emulation (EXPERIMENTAL)"
  264. depends on SPARC32_COMPAT && EXPERIMENTAL
  265. help
  266. This is experimental code which will enable you to run (many)
  267. Solaris binaries on your SPARC Linux machine.
  268. To compile this code as a module, choose M here: the
  269. module will be called solaris.
  270. endmenu
  271. config CMDLINE_BOOL
  272. bool "Default bootloader kernel arguments"
  273. config CMDLINE
  274. string "Initial kernel command string"
  275. depends on CMDLINE_BOOL
  276. default "console=ttyS0,9600 root=/dev/sda1"
  277. help
  278. Say Y here if you want to be able to pass default arguments to
  279. the kernel. This will be overridden by the bootloader, if you
  280. use one (such as SILO). This is most useful if you want to boot
  281. a kernel from TFTP, and want default options to be available
  282. with having them passed on the command line.
  283. NOTE: This option WILL override the PROM bootargs setting!
  284. source "net/Kconfig"
  285. source "drivers/Kconfig"
  286. source "drivers/sbus/char/Kconfig"
  287. source "drivers/fc4/Kconfig"
  288. source "fs/Kconfig"
  289. source "arch/sparc64/oprofile/Kconfig"
  290. source "arch/sparc64/Kconfig.debug"
  291. source "security/Kconfig"
  292. source "crypto/Kconfig"
  293. source "lib/Kconfig"