Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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 64BIT
  7. def_bool y
  8. config MMU
  9. bool
  10. default y
  11. config TIME_INTERPOLATION
  12. bool
  13. default y
  14. choice
  15. prompt "Kernel page size"
  16. default SPARC64_PAGE_SIZE_8KB
  17. config SPARC64_PAGE_SIZE_8KB
  18. bool "8KB"
  19. help
  20. This lets you select the page size of the kernel.
  21. 8KB and 64KB work quite well, since Sparc ELF sections
  22. provide for up to 64KB alignment.
  23. Therefore, 512KB and 4MB are for expert hackers only.
  24. If you don't know what to do, choose 8KB.
  25. config SPARC64_PAGE_SIZE_64KB
  26. bool "64KB"
  27. config SPARC64_PAGE_SIZE_512KB
  28. bool "512KB"
  29. config SPARC64_PAGE_SIZE_4MB
  30. bool "4MB"
  31. endchoice
  32. source "init/Kconfig"
  33. config SYSVIPC_COMPAT
  34. bool
  35. depends on COMPAT && SYSVIPC
  36. default y
  37. menu "General machine setup"
  38. config BBC_I2C
  39. tristate "UltraSPARC-III bootbus i2c controller driver"
  40. depends on PCI
  41. help
  42. The BBC devices on the UltraSPARC III have two I2C controllers. The
  43. first I2C controller connects mainly to configuration PROMs (NVRAM,
  44. CPU configuration, DIMM types, etc.). The second I2C controller
  45. connects to environmental control devices such as fans and
  46. temperature sensors. The second controller also connects to the
  47. smartcard reader, if present. Say Y to enable support for these.
  48. config VT
  49. bool "Virtual terminal" if EMBEDDED
  50. select INPUT
  51. default y
  52. ---help---
  53. If you say Y here, you will get support for terminal devices with
  54. display and keyboard devices. These are called "virtual" because you
  55. can run several virtual terminals (also called virtual consoles) on
  56. one physical terminal. This is rather useful, for example one
  57. virtual terminal can collect system messages and warnings, another
  58. one can be used for a text-mode user session, and a third could run
  59. an X session, all in parallel. Switching between virtual terminals
  60. is done with certain key combinations, usually Alt-<function key>.
  61. The setterm command ("man setterm") can be used to change the
  62. properties (such as colors or beeping) of a virtual terminal. The
  63. man page console_codes(4) ("man console_codes") contains the special
  64. character sequences that can be used to change those properties
  65. directly. The fonts used on virtual terminals can be changed with
  66. the setfont ("man setfont") command and the key bindings are defined
  67. with the loadkeys ("man loadkeys") command.
  68. You need at least one virtual terminal device in order to make use
  69. of your keyboard and monitor. Therefore, only people configuring an
  70. embedded system would want to say N here in order to save some
  71. memory; the only way to log into such a system is then via a serial
  72. or network connection.
  73. If unsure, say Y, or else you won't be able to do much with your new
  74. shiny Linux system :-)
  75. config VT_CONSOLE
  76. bool "Support for console on virtual terminal" if EMBEDDED
  77. depends on VT
  78. default y
  79. ---help---
  80. The system console is the device which receives all kernel messages
  81. and warnings and which allows logins in single user mode. If you
  82. answer Y here, a virtual terminal (the device used to interact with
  83. a physical terminal) can be used as system console. This is the most
  84. common mode of operations, so you should say Y here unless you want
  85. the kernel messages be output only to a serial port (in which case
  86. you should say Y to "Console on serial port", below).
  87. If you do say Y here, by default the currently visible virtual
  88. terminal (/dev/tty0) will be used as system console. You can change
  89. that with a kernel command line option such as "console=tty3" which
  90. would use the third virtual terminal as system console. (Try "man
  91. bootparam" or see the documentation of your boot loader (lilo or
  92. loadlin) about how to pass options to the kernel at boot time.)
  93. If unsure, say Y.
  94. config HW_CONSOLE
  95. bool
  96. depends on VT
  97. default y
  98. config SMP
  99. bool "Symmetric multi-processing support"
  100. ---help---
  101. This enables support for systems with more than one CPU. If you have
  102. a system with only one CPU, say N. If you have a system with more than
  103. one CPU, say Y.
  104. If you say N here, the kernel will run on single and multiprocessor
  105. machines, but will use only one CPU of a multiprocessor machine. If
  106. you say Y here, the kernel will run on many, but not all,
  107. singleprocessor machines. On a singleprocessor machine, the kernel
  108. will run faster if you say N here.
  109. People using multiprocessor machines who say Y here should also say
  110. Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
  111. Management" code will be disabled if you say Y here.
  112. See also the <file:Documentation/smp.txt>,
  113. <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
  114. <http://www.tldp.org/docs.html#howto>.
  115. If you don't know what to do here, say N.
  116. config PREEMPT
  117. bool "Preemptible Kernel"
  118. help
  119. This option reduces the latency of the kernel when reacting to
  120. real-time or interactive events by allowing a low priority process to
  121. be preempted even if it is in kernel mode executing a system call.
  122. This allows applications to run more reliably even when the system is
  123. under load.
  124. Say Y here if you are building a kernel for a desktop, embedded
  125. or real-time system. Say N if you are unsure.
  126. config NR_CPUS
  127. int "Maximum number of CPUs (2-64)"
  128. range 2 64
  129. depends on SMP
  130. default "32"
  131. source "drivers/cpufreq/Kconfig"
  132. config US3_FREQ
  133. tristate "UltraSPARC-III CPU Frequency driver"
  134. depends on CPU_FREQ
  135. select CPU_FREQ_TABLE
  136. help
  137. This adds the CPUFreq driver for UltraSPARC-III processors.
  138. For details, take a look at <file:Documentation/cpu-freq>.
  139. If in doubt, say N.
  140. config US2E_FREQ
  141. tristate "UltraSPARC-IIe CPU Frequency driver"
  142. depends on CPU_FREQ
  143. select CPU_FREQ_TABLE
  144. help
  145. This adds the CPUFreq driver for UltraSPARC-IIe processors.
  146. For details, take a look at <file:Documentation/cpu-freq>.
  147. If in doubt, say N.
  148. # Identify this as a Sparc64 build
  149. config SPARC64
  150. bool
  151. default y
  152. help
  153. SPARC is a family of RISC microprocessors designed and marketed by
  154. Sun Microsystems, incorporated. This port covers the newer 64-bit
  155. UltraSPARC. The UltraLinux project maintains both the SPARC32 and
  156. SPARC64 ports; its web page is available at
  157. <http://www.ultralinux.org/>.
  158. # Global things across all Sun machines.
  159. config RWSEM_GENERIC_SPINLOCK
  160. bool
  161. config RWSEM_XCHGADD_ALGORITHM
  162. bool
  163. default y
  164. config GENERIC_CALIBRATE_DELAY
  165. bool
  166. default y
  167. choice
  168. prompt "SPARC64 Huge TLB Page Size"
  169. depends on HUGETLB_PAGE
  170. default HUGETLB_PAGE_SIZE_4MB
  171. config HUGETLB_PAGE_SIZE_4MB
  172. bool "4MB"
  173. config HUGETLB_PAGE_SIZE_512K
  174. depends on !SPARC64_PAGE_SIZE_4MB
  175. bool "512K"
  176. config HUGETLB_PAGE_SIZE_64K
  177. depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
  178. bool "64K"
  179. endchoice
  180. config GENERIC_ISA_DMA
  181. bool
  182. default y
  183. config ISA
  184. bool
  185. help
  186. Find out whether you have ISA slots on your motherboard. ISA is the
  187. name of a bus system, i.e. the way the CPU talks to the other stuff
  188. inside your box. Other bus systems are PCI, EISA, MicroChannel
  189. (MCA) or VESA. ISA is an older system, now being displaced by PCI;
  190. newer boards don't support it. If you have ISA, say Y, otherwise N.
  191. config ISAPNP
  192. bool
  193. help
  194. Say Y here if you would like support for ISA Plug and Play devices.
  195. Some information is in <file:Documentation/isapnp.txt>.
  196. To compile this driver as a module, choose M here: the
  197. module will be called isapnp.
  198. If unsure, say Y.
  199. config EISA
  200. bool
  201. ---help---
  202. The Extended Industry Standard Architecture (EISA) bus was
  203. developed as an open alternative to the IBM MicroChannel bus.
  204. The EISA bus provided some of the features of the IBM MicroChannel
  205. bus while maintaining backward compatibility with cards made for
  206. the older ISA bus. The EISA bus saw limited use between 1988 and
  207. 1995 when it was made obsolete by the PCI bus.
  208. Say Y here if you are building a kernel for an EISA-based machine.
  209. Otherwise, say N.
  210. config MCA
  211. bool
  212. help
  213. MicroChannel Architecture is found in some IBM PS/2 machines and
  214. laptops. It is a bus system similar to PCI or ISA. See
  215. <file:Documentation/mca.txt> (and especially the web page given
  216. there) before attempting to build an MCA bus kernel.
  217. config PCMCIA
  218. tristate
  219. ---help---
  220. Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
  221. computer. These are credit-card size devices such as network cards,
  222. modems or hard drives often used with laptops computers. There are
  223. actually two varieties of these cards: the older 16 bit PCMCIA cards
  224. and the newer 32 bit CardBus cards. If you want to use CardBus
  225. cards, you need to say Y here and also to "CardBus support" below.
  226. To use your PC-cards, you will need supporting software from David
  227. Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
  228. for location). Please also read the PCMCIA-HOWTO, available from
  229. <http://www.tldp.org/docs.html#howto>.
  230. To compile this driver as modules, choose M here: the
  231. modules will be called pcmcia_core and ds.
  232. config SBUS
  233. bool
  234. default y
  235. config SBUSCHAR
  236. bool
  237. default y
  238. config SUN_AUXIO
  239. bool
  240. default y
  241. config SUN_IO
  242. bool
  243. default y
  244. config PCI
  245. bool "PCI support"
  246. help
  247. Find out whether you have a PCI motherboard. PCI is the name of a
  248. bus system, i.e. the way the CPU talks to the other stuff inside
  249. your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
  250. VESA. If you have PCI, say Y, otherwise N.
  251. The PCI-HOWTO, available from
  252. <http://www.tldp.org/docs.html#howto>, contains valuable
  253. information about which PCI hardware does work under Linux and which
  254. doesn't.
  255. config PCI_DOMAINS
  256. bool
  257. default PCI
  258. config RTC
  259. tristate
  260. depends on PCI
  261. default y
  262. ---help---
  263. If you say Y here and create a character special file /dev/rtc with
  264. major number 10 and minor number 135 using mknod ("man mknod"), you
  265. will get access to the real time clock (or hardware clock) built
  266. into your computer.
  267. Every PC has such a clock built in. It can be used to generate
  268. signals from as low as 1Hz up to 8192Hz, and can also be used
  269. as a 24 hour alarm. It reports status information via the file
  270. /proc/driver/rtc and its behaviour is set by various ioctls on
  271. /dev/rtc.
  272. If you run Linux on a multiprocessor machine and said Y to
  273. "Symmetric Multi Processing" above, you should say Y here to read
  274. and set the RTC in an SMP compatible fashion.
  275. If you think you have a use for such a device (such as periodic data
  276. sampling), then say Y here, and read <file:Documentation/rtc.txt>
  277. for details.
  278. To compile this driver as a module, choose M here: the
  279. module will be called rtc.
  280. source "drivers/pci/Kconfig"
  281. config SUN_OPENPROMFS
  282. tristate "Openprom tree appears in /proc/openprom"
  283. help
  284. If you say Y, the OpenPROM device tree will be available as a
  285. virtual file system, which you can mount to /proc/openprom by "mount
  286. -t openpromfs none /proc/openprom".
  287. To compile the /proc/openprom support as a module, choose M here: the
  288. module will be called openpromfs. If unsure, choose M.
  289. config SPARC32_COMPAT
  290. bool "Kernel support for Linux/Sparc 32bit binary compatibility"
  291. help
  292. This allows you to run 32-bit binaries on your Ultra.
  293. Everybody wants this; say Y.
  294. config COMPAT
  295. bool
  296. depends on SPARC32_COMPAT
  297. default y
  298. config UID16
  299. bool
  300. depends on SPARC32_COMPAT
  301. default y
  302. config BINFMT_ELF32
  303. tristate "Kernel support for 32-bit ELF binaries"
  304. depends on SPARC32_COMPAT
  305. help
  306. This allows you to run 32-bit Linux/ELF binaries on your Ultra.
  307. Everybody wants this; say Y.
  308. config BINFMT_AOUT32
  309. bool "Kernel support for 32-bit (ie. SunOS) a.out binaries"
  310. depends on SPARC32_COMPAT
  311. help
  312. This allows you to run 32-bit a.out format binaries on your Ultra.
  313. If you want to run SunOS binaries (see SunOS binary emulation below)
  314. or other a.out binaries, say Y. If unsure, say N.
  315. source "fs/Kconfig.binfmt"
  316. config SUNOS_EMUL
  317. bool "SunOS binary emulation"
  318. depends on BINFMT_AOUT32
  319. help
  320. This allows you to run most SunOS binaries. If you want to do this,
  321. say Y here and place appropriate files in /usr/gnemul/sunos. See
  322. <http://www.ultralinux.org/faq.html> for more information. If you
  323. want to run SunOS binaries on an Ultra you must also say Y to
  324. "Kernel support for 32-bit a.out binaries" above.
  325. config SOLARIS_EMUL
  326. tristate "Solaris binary emulation (EXPERIMENTAL)"
  327. depends on SPARC32_COMPAT && EXPERIMENTAL
  328. help
  329. This is experimental code which will enable you to run (many)
  330. Solaris binaries on your SPARC Linux machine.
  331. To compile this code as a module, choose M here: the
  332. module will be called solaris.
  333. source "drivers/parport/Kconfig"
  334. config PRINTER
  335. tristate "Parallel printer support"
  336. depends on PARPORT
  337. ---help---
  338. If you intend to attach a printer to the parallel port of your Linux
  339. box (as opposed to using a serial printer; if the connector at the
  340. printer has 9 or 25 holes ["female"], then it's serial), say Y.
  341. Also read the Printing-HOWTO, available from
  342. <http://www.tldp.org/docs.html#howto>.
  343. It is possible to share one parallel port among several devices
  344. (e.g. printer and ZIP drive) and it is safe to compile the
  345. corresponding drivers into the kernel.
  346. To compile this driver as a module, choose M here and read
  347. <file:Documentation/parport.txt>. The module will be called lp.
  348. If you have several parallel ports, you can specify which ports to
  349. use with the "lp" kernel command line option. (Try "man bootparam"
  350. or see the documentation of your boot loader (lilo or loadlin) about
  351. how to pass options to the kernel at boot time.) The syntax of the
  352. "lp" command line option can be found in <file:drivers/char/lp.c>.
  353. If you have more than 8 printers, you need to increase the LP_NO
  354. macro in lp.c and the PARPORT_MAX macro in parport.h.
  355. config ENVCTRL
  356. tristate "SUNW, envctrl support"
  357. depends on PCI
  358. help
  359. Kernel support for temperature and fan monitoring on Sun SME
  360. machines.
  361. To compile this driver as a module, choose M here: the
  362. module will be called envctrl.
  363. config DISPLAY7SEG
  364. tristate "7-Segment Display support"
  365. depends on PCI
  366. ---help---
  367. This is the driver for the 7-segment display and LED present on
  368. Sun Microsystems CompactPCI models CP1400 and CP1500.
  369. To compile this driver as a module, choose M here: the
  370. module will be called display7seg.
  371. If you do not have a CompactPCI model CP1400 or CP1500, or
  372. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  373. you should say N to this option.
  374. config CMDLINE_BOOL
  375. bool "Default bootloader kernel arguments"
  376. config CMDLINE
  377. string "Initial kernel command string"
  378. depends on CMDLINE_BOOL
  379. default "console=ttyS0,9600 root=/dev/sda1"
  380. help
  381. Say Y here if you want to be able to pass default arguments to
  382. the kernel. This will be overridden by the bootloader, if you
  383. use one (such as SILO). This is most useful if you want to boot
  384. a kernel from TFTP, and want default options to be available
  385. with having them passed on the command line.
  386. NOTE: This option WILL override the PROM bootargs setting!
  387. source "mm/Kconfig"
  388. endmenu
  389. source "drivers/base/Kconfig"
  390. source "drivers/video/Kconfig"
  391. source "drivers/serial/Kconfig"
  392. source "drivers/sbus/char/Kconfig"
  393. source "drivers/mtd/Kconfig"
  394. source "drivers/block/Kconfig"
  395. source "drivers/ide/Kconfig"
  396. source "drivers/scsi/Kconfig"
  397. source "drivers/fc4/Kconfig"
  398. source "drivers/md/Kconfig"
  399. if PCI
  400. source "drivers/message/fusion/Kconfig"
  401. endif
  402. source "drivers/ieee1394/Kconfig"
  403. source "net/Kconfig"
  404. source "drivers/isdn/Kconfig"
  405. source "drivers/telephony/Kconfig"
  406. # This one must be before the filesystem configs. -DaveM
  407. menu "Unix98 PTY support"
  408. config UNIX98_PTYS
  409. bool "Unix98 PTY support"
  410. ---help---
  411. A pseudo terminal (PTY) is a software device consisting of two
  412. halves: a master and a slave. The slave device behaves identical to
  413. a physical terminal; the master device is used by a process to
  414. read data from and write data to the slave, thereby emulating a
  415. terminal. Typical programs for the master side are telnet servers
  416. and xterms.
  417. Linux has traditionally used the BSD-like names /dev/ptyxx for
  418. masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
  419. has a number of problems. The GNU C library glibc 2.1 and later,
  420. however, supports the Unix98 naming standard: in order to acquire a
  421. pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
  422. terminal is then made available to the process and the pseudo
  423. terminal slave can be accessed as /dev/pts/<number>. What was
  424. traditionally /dev/ttyp2 will then be /dev/pts/2, for example.
  425. The entries in /dev/pts/ are created on the fly by a virtual
  426. file system; therefore, if you say Y here you should say Y to
  427. "/dev/pts file system for Unix98 PTYs" as well.
  428. If you want to say Y here, you need to have the C library glibc 2.1
  429. or later (equal to libc-6.1, check with "ls -l /lib/libc.so.*").
  430. Read the instructions in <file:Documentation/Changes> pertaining to
  431. pseudo terminals. It's safe to say N.
  432. config UNIX98_PTY_COUNT
  433. int "Maximum number of Unix98 PTYs in use (0-2048)"
  434. depends on UNIX98_PTYS
  435. default "256"
  436. help
  437. The maximum number of Unix98 PTYs that can be used at any one time.
  438. The default is 256, and should be enough for desktop systems. Server
  439. machines which support incoming telnet/rlogin/ssh connections and/or
  440. serve several X terminals may want to increase this: every incoming
  441. connection and every xterm uses up one PTY.
  442. When not in use, each additional set of 256 PTYs occupy
  443. approximately 8 KB of kernel memory on 32-bit architectures.
  444. endmenu
  445. menu "XFree86 DRI support"
  446. config DRM
  447. bool "Direct Rendering Manager (XFree86 DRI support)"
  448. help
  449. Kernel-level support for the Direct Rendering Infrastructure (DRI)
  450. introduced in XFree86 4.0. If you say Y here, you need to select
  451. the module that's right for your graphics card from the list below.
  452. These modules provide support for synchronization, security, and
  453. DMA transfers. Please see <http://dri.sourceforge.net/> for more
  454. details. You should also select and configure AGP
  455. (/dev/agpgart) support.
  456. config DRM_FFB
  457. tristate "Creator/Creator3D"
  458. depends on DRM && BROKEN
  459. help
  460. Choose this option if you have one of Sun's Creator3D-based graphics
  461. and frame buffer cards. Product page at
  462. <http://www.sun.com/desktop/products/Graphics/creator3d.html>.
  463. config DRM_TDFX
  464. tristate "3dfx Banshee/Voodoo3+"
  465. depends on DRM
  466. help
  467. Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
  468. graphics card. If M is selected, the module will be called tdfx.
  469. config DRM_R128
  470. tristate "ATI Rage 128"
  471. depends on DRM
  472. help
  473. Choose this option if you have an ATI Rage 128 graphics card. If M
  474. is selected, the module will be called r128. AGP support for
  475. this card is strongly suggested (unless you have a PCI version).
  476. endmenu
  477. source "drivers/input/Kconfig"
  478. source "drivers/i2c/Kconfig"
  479. source "fs/Kconfig"
  480. source "drivers/media/Kconfig"
  481. source "sound/Kconfig"
  482. source "drivers/usb/Kconfig"
  483. source "drivers/infiniband/Kconfig"
  484. source "drivers/char/watchdog/Kconfig"
  485. source "arch/sparc64/oprofile/Kconfig"
  486. source "arch/sparc64/Kconfig.debug"
  487. source "security/Kconfig"
  488. source "crypto/Kconfig"
  489. source "lib/Kconfig"