Kconfig 8.6 KB

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