Kconfig 20 KB

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