Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. # $Id: config.in,v 1.113 2002/01/24 22:14:44 davem Exp $
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. mainmenu "Linux/SPARC Kernel Configuration"
  6. config MMU
  7. bool
  8. default y
  9. config UID16
  10. bool
  11. default y
  12. config HIGHMEM
  13. bool
  14. default y
  15. config GENERIC_ISA_DMA
  16. bool
  17. default y
  18. source "init/Kconfig"
  19. menu "General machine setup"
  20. config VT
  21. bool
  22. select INPUT
  23. default y
  24. ---help---
  25. If you say Y here, you will get support for terminal devices with
  26. display and keyboard devices. These are called "virtual" because you
  27. can run several virtual terminals (also called virtual consoles) on
  28. one physical terminal. This is rather useful, for example one
  29. virtual terminal can collect system messages and warnings, another
  30. one can be used for a text-mode user session, and a third could run
  31. an X session, all in parallel. Switching between virtual terminals
  32. is done with certain key combinations, usually Alt-<function key>.
  33. The setterm command ("man setterm") can be used to change the
  34. properties (such as colors or beeping) of a virtual terminal. The
  35. man page console_codes(4) ("man console_codes") contains the special
  36. character sequences that can be used to change those properties
  37. directly. The fonts used on virtual terminals can be changed with
  38. the setfont ("man setfont") command and the key bindings are defined
  39. with the loadkeys ("man loadkeys") command.
  40. You need at least one virtual terminal device in order to make use
  41. of your keyboard and monitor. Therefore, only people configuring an
  42. embedded system would want to say N here in order to save some
  43. memory; the only way to log into such a system is then via a serial
  44. or network connection.
  45. If unsure, say Y, or else you won't be able to do much with your new
  46. shiny Linux system :-)
  47. config VT_CONSOLE
  48. bool
  49. default y
  50. ---help---
  51. The system console is the device which receives all kernel messages
  52. and warnings and which allows logins in single user mode. If you
  53. answer Y here, a virtual terminal (the device used to interact with
  54. a physical terminal) can be used as system console. This is the most
  55. common mode of operations, so you should say Y here unless you want
  56. the kernel messages be output only to a serial port (in which case
  57. you should say Y to "Console on serial port", below).
  58. If you do say Y here, by default the currently visible virtual
  59. terminal (/dev/tty0) will be used as system console. You can change
  60. that with a kernel command line option such as "console=tty3" which
  61. would use the third virtual terminal as system console. (Try "man
  62. bootparam" or see the documentation of your boot loader (lilo or
  63. loadlin) about how to pass options to the kernel at boot time.)
  64. If unsure, say Y.
  65. config HW_CONSOLE
  66. bool
  67. default y
  68. config SMP
  69. bool "Symmetric multi-processing support (does not work on sun4/sun4c)"
  70. depends on BROKEN
  71. ---help---
  72. This enables support for systems with more than one CPU. If you have
  73. a system with only one CPU, say N. If you have a system with more
  74. than one CPU, say Y.
  75. If you say N here, the kernel will run on single and multiprocessor
  76. machines, but will use only one CPU of a multiprocessor machine. If
  77. you say Y here, the kernel will run on many, but not all,
  78. singleprocessor machines. On a singleprocessor machine, the kernel
  79. will run faster if you say N here.
  80. People using multiprocessor machines who say Y here should also say
  81. Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
  82. Management" code will be disabled if you say Y here.
  83. See also the <file:Documentation/smp.txt>,
  84. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
  85. <http://www.tldp.org/docs.html#howto>.
  86. If you don't know what to do here, say N.
  87. config NR_CPUS
  88. int "Maximum number of CPUs (2-32)"
  89. range 2 32
  90. depends on SMP
  91. default "32"
  92. # Identify this as a Sparc32 build
  93. config SPARC32
  94. bool
  95. default y
  96. help
  97. SPARC is a family of RISC microprocessors designed and marketed by
  98. Sun Microsystems, incorporated. They are very widely found in Sun
  99. workstations and clones. This port covers the original 32-bit SPARC;
  100. it is old and stable and usually considered one of the "big three"
  101. along with the Intel and Alpha ports. The UltraLinux project
  102. maintains both the SPARC32 and SPARC64 ports; its web page is
  103. available at <http://www.ultralinux.org/>.
  104. # Global things across all Sun machines.
  105. config ISA
  106. bool
  107. help
  108. ISA is found on Espresso only and is not supported currently.
  109. Say N
  110. config EISA
  111. bool
  112. help
  113. EISA is not supported.
  114. Say N
  115. config MCA
  116. bool
  117. help
  118. MCA is not supported.
  119. Say N
  120. config PCMCIA
  121. tristate
  122. ---help---
  123. Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
  124. computer. These are credit-card size devices such as network cards,
  125. modems or hard drives often used with laptops computers. There are
  126. actually two varieties of these cards: the older 16 bit PCMCIA cards
  127. and the newer 32 bit CardBus cards. If you want to use CardBus
  128. cards, you need to say Y here and also to "CardBus support" below.
  129. To use your PC-cards, you will need supporting software from David
  130. Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
  131. for location). Please also read the PCMCIA-HOWTO, available from
  132. <http://www.tldp.org/docs.html#howto>.
  133. To compile this driver as modules, choose M here: the
  134. modules will be called pcmcia_core and ds.
  135. config SBUS
  136. bool
  137. default y
  138. config SBUSCHAR
  139. bool
  140. default y
  141. config SERIAL_CONSOLE
  142. bool
  143. default y
  144. ---help---
  145. If you say Y here, it will be possible to use a serial port as the
  146. system console (the system console is the device which receives all
  147. kernel messages and warnings and which allows logins in single user
  148. mode). This could be useful if some terminal or printer is connected
  149. to that serial port.
  150. Even if you say Y here, the currently visible virtual console
  151. (/dev/tty0) will still be used as the system console by default, but
  152. you can alter that using a kernel command line option such as
  153. "console=ttyS1". (Try "man bootparam" or see the documentation of
  154. your boot loader (silo) about how to pass options to the kernel at
  155. boot time.)
  156. If you don't have a graphics card installed and you say Y here, the
  157. kernel will automatically use the first serial line, /dev/ttyS0, as
  158. system console.
  159. If unsure, say N.
  160. config SUN_AUXIO
  161. bool
  162. default y
  163. config SUN_IO
  164. bool
  165. default y
  166. config RWSEM_GENERIC_SPINLOCK
  167. bool
  168. default y
  169. config RWSEM_XCHGADD_ALGORITHM
  170. bool
  171. config GENERIC_CALIBRATE_DELAY
  172. bool
  173. default y
  174. config ARCH_MAY_HAVE_PC_FDC
  175. bool
  176. default y
  177. config SUN_PM
  178. bool
  179. default y
  180. help
  181. Enable power management and CPU standby features on supported
  182. SPARC platforms.
  183. config SUN4
  184. bool "Support for SUN4 machines (disables SUN4[CDM] support)"
  185. depends on !SMP
  186. default n
  187. help
  188. Say Y here if, and only if, your machine is a sun4. Note that
  189. a kernel compiled with this option will run only on sun4.
  190. (And the current version will probably work only on sun4/330.)
  191. if !SUN4
  192. config PCI
  193. bool "Support for PCI and PS/2 keyboard/mouse"
  194. help
  195. CONFIG_PCI is needed for all JavaStation's (including MrCoffee),
  196. CP-1200, JavaEngine-1, Corona, Red October, and Serengeti SGSC.
  197. All of these platforms are extremely obscure, so say N if unsure.
  198. source "drivers/pci/Kconfig"
  199. endif
  200. config SUN_OPENPROMFS
  201. tristate "Openprom tree appears in /proc/openprom"
  202. help
  203. If you say Y, the OpenPROM device tree will be available as a
  204. virtual file system, which you can mount to /proc/openprom by "mount
  205. -t openpromfs none /proc/openprom".
  206. To compile the /proc/openprom support as a module, choose M here: the
  207. module will be called openpromfs.
  208. Only choose N if you know in advance that you will not need to modify
  209. OpenPROM settings on the running system.
  210. source "fs/Kconfig.binfmt"
  211. config SUNOS_EMUL
  212. bool "SunOS binary emulation"
  213. help
  214. This allows you to run most SunOS binaries. If you want to do this,
  215. say Y here and place appropriate files in /usr/gnemul/sunos. See
  216. <http://www.ultralinux.org/faq.html> for more information. If you
  217. want to run SunOS binaries on an Ultra you must also say Y to
  218. "Kernel support for 32-bit a.out binaries" above.
  219. source "mm/Kconfig"
  220. endmenu
  221. source "net/Kconfig"
  222. source "drivers/Kconfig"
  223. if !SUN4
  224. source "drivers/sbus/char/Kconfig"
  225. endif
  226. # This one must be before the filesystem configs. -DaveM
  227. menu "Unix98 PTY support"
  228. config UNIX98_PTYS
  229. bool "Unix98 PTY support"
  230. ---help---
  231. A pseudo terminal (PTY) is a software device consisting of two
  232. halves: a master and a slave. The slave device behaves identical to
  233. a physical terminal; the master device is used by a process to
  234. read data from and write data to the slave, thereby emulating a
  235. terminal. Typical programs for the master side are telnet servers
  236. and xterms.
  237. Linux has traditionally used the BSD-like names /dev/ptyxx for
  238. masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
  239. has a number of problems. The GNU C library glibc 2.1 and later,
  240. however, supports the Unix98 naming standard: in order to acquire a
  241. pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
  242. terminal is then made available to the process and the pseudo
  243. terminal slave can be accessed as /dev/pts/<number>. What was
  244. traditionally /dev/ttyp2 will then be /dev/pts/2, for example.
  245. The entries in /dev/pts/ are created on the fly by a virtual
  246. file system; therefore, if you say Y here you should say Y to
  247. "/dev/pts file system for Unix98 PTYs" as well.
  248. If you want to say Y here, you need to have the C library glibc 2.1
  249. or later (equal to libc-6.1, check with "ls -l /lib/libc.so.*").
  250. Read the instructions in <file:Documentation/Changes> pertaining to
  251. pseudo terminals. It's safe to say N.
  252. config UNIX98_PTY_COUNT
  253. int "Maximum number of Unix98 PTYs in use (0-2048)"
  254. depends on UNIX98_PTYS
  255. default "256"
  256. help
  257. The maximum number of Unix98 PTYs that can be used at any one time.
  258. The default is 256, and should be enough for desktop systems. Server
  259. machines which support incoming telnet/rlogin/ssh connections and/or
  260. serve several X terminals may want to increase this: every incoming
  261. connection and every xterm uses up one PTY.
  262. When not in use, each additional set of 256 PTYs occupy
  263. approximately 8 KB of kernel memory on 32-bit architectures.
  264. endmenu
  265. source "fs/Kconfig"
  266. source "arch/sparc/Kconfig.debug"
  267. source "security/Kconfig"
  268. source "crypto/Kconfig"
  269. source "lib/Kconfig"