Kconfig 10 KB

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