Kconfig 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104
  1. #
  2. # Character device configuration
  3. #
  4. menu "Character devices"
  5. config VT
  6. bool "Virtual terminal" if EMBEDDED
  7. depends on !S390
  8. select INPUT
  9. default y
  10. ---help---
  11. If you say Y here, you will get support for terminal devices with
  12. display and keyboard devices. These are called "virtual" because you
  13. can run several virtual terminals (also called virtual consoles) on
  14. one physical terminal. This is rather useful, for example one
  15. virtual terminal can collect system messages and warnings, another
  16. one can be used for a text-mode user session, and a third could run
  17. an X session, all in parallel. Switching between virtual terminals
  18. is done with certain key combinations, usually Alt-<function key>.
  19. The setterm command ("man setterm") can be used to change the
  20. properties (such as colors or beeping) of a virtual terminal. The
  21. man page console_codes(4) ("man console_codes") contains the special
  22. character sequences that can be used to change those properties
  23. directly. The fonts used on virtual terminals can be changed with
  24. the setfont ("man setfont") command and the key bindings are defined
  25. with the loadkeys ("man loadkeys") command.
  26. You need at least one virtual terminal device in order to make use
  27. of your keyboard and monitor. Therefore, only people configuring an
  28. embedded system would want to say N here in order to save some
  29. memory; the only way to log into such a system is then via a serial
  30. or network connection.
  31. If unsure, say Y, or else you won't be able to do much with your new
  32. shiny Linux system :-)
  33. config CONSOLE_TRANSLATIONS
  34. depends on VT
  35. default y
  36. bool "Enable character translations in console" if EMBEDDED
  37. ---help---
  38. This enables support for font mapping and Unicode translation
  39. on virtual consoles.
  40. config VT_CONSOLE
  41. bool "Support for console on virtual terminal" if EMBEDDED
  42. depends on VT
  43. default y
  44. ---help---
  45. The system console is the device which receives all kernel messages
  46. and warnings and which allows logins in single user mode. If you
  47. answer Y here, a virtual terminal (the device used to interact with
  48. a physical terminal) can be used as system console. This is the most
  49. common mode of operations, so you should say Y here unless you want
  50. the kernel messages be output only to a serial port (in which case
  51. you should say Y to "Console on serial port", below).
  52. If you do say Y here, by default the currently visible virtual
  53. terminal (/dev/tty0) will be used as system console. You can change
  54. that with a kernel command line option such as "console=tty3" which
  55. would use the third virtual terminal as system console. (Try "man
  56. bootparam" or see the documentation of your boot loader (lilo or
  57. loadlin) about how to pass options to the kernel at boot time.)
  58. If unsure, say Y.
  59. config HW_CONSOLE
  60. bool
  61. depends on VT && !S390 && !UML
  62. default y
  63. config VT_HW_CONSOLE_BINDING
  64. bool "Support for binding and unbinding console drivers"
  65. depends on HW_CONSOLE
  66. default n
  67. ---help---
  68. The virtual terminal is the device that interacts with the physical
  69. terminal through console drivers. On these systems, at least one
  70. console driver is loaded. In other configurations, additional console
  71. drivers may be enabled, such as the framebuffer console. If more than
  72. 1 console driver is enabled, setting this to 'y' will allow you to
  73. select the console driver that will serve as the backend for the
  74. virtual terminals.
  75. See <file:Documentation/console/console.txt> for more
  76. information. For framebuffer console users, please refer to
  77. <file:Documentation/fb/fbcon.txt>.
  78. config DEVKMEM
  79. bool "/dev/kmem virtual device support"
  80. default y
  81. help
  82. Say Y here if you want to support the /dev/kmem device. The
  83. /dev/kmem device is rarely used, but can be used for certain
  84. kind of kernel debugging operations.
  85. When in doubt, say "N".
  86. config SERIAL_NONSTANDARD
  87. bool "Non-standard serial port support"
  88. depends on HAS_IOMEM
  89. ---help---
  90. Say Y here if you have any non-standard serial boards -- boards
  91. which aren't supported using the standard "dumb" serial driver.
  92. This includes intelligent serial boards such as Cyclades,
  93. Digiboards, etc. These are usually used for systems that need many
  94. serial ports because they serve many terminals or dial-in
  95. connections.
  96. Note that the answer to this question won't directly affect the
  97. kernel: saying N will just cause the configurator to skip all
  98. the questions about non-standard serial boards.
  99. Most people can say N here.
  100. config COMPUTONE
  101. tristate "Computone IntelliPort Plus serial support"
  102. depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
  103. ---help---
  104. This driver supports the entire family of Intelliport II/Plus
  105. controllers with the exception of the MicroChannel controllers and
  106. products previous to the Intelliport II. These are multiport cards,
  107. which give you many serial ports. You would need something like this
  108. to connect more than two modems to your Linux box, for instance in
  109. order to become a dial-in server. If you have a card like that, say
  110. Y here and read <file:Documentation/serial/computone.txt>.
  111. To compile this driver as module, choose M here: the
  112. module will be called ip2.
  113. config ROCKETPORT
  114. tristate "Comtrol RocketPort support"
  115. depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
  116. help
  117. This driver supports Comtrol RocketPort and RocketModem PCI boards.
  118. These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or
  119. modems. For information about the RocketPort/RocketModem boards
  120. and this driver read <file:Documentation/serial/rocket.txt>.
  121. To compile this driver as a module, choose M here: the
  122. module will be called rocket.
  123. If you want to compile this driver into the kernel, say Y here. If
  124. you don't have a Comtrol RocketPort/RocketModem card installed, say N.
  125. config CYCLADES
  126. tristate "Cyclades async mux support"
  127. depends on SERIAL_NONSTANDARD && (PCI || ISA)
  128. select FW_LOADER
  129. ---help---
  130. This driver supports Cyclades Z and Y multiserial boards.
  131. You would need something like this to connect more than two modems to
  132. your Linux box, for instance in order to become a dial-in server.
  133. For information about the Cyclades-Z card, read
  134. <file:Documentation/serial/README.cycladesZ>.
  135. To compile this driver as a module, choose M here: the
  136. module will be called cyclades.
  137. If you haven't heard about it, it's safe to say N.
  138. config CYZ_INTR
  139. bool "Cyclades-Z interrupt mode operation (EXPERIMENTAL)"
  140. depends on EXPERIMENTAL && CYCLADES
  141. help
  142. The Cyclades-Z family of multiport cards allows 2 (two) driver op
  143. modes: polling and interrupt. In polling mode, the driver will check
  144. the status of the Cyclades-Z ports every certain amount of time
  145. (which is called polling cycle and is configurable). In interrupt
  146. mode, it will use an interrupt line (IRQ) in order to check the
  147. status of the Cyclades-Z ports. The default op mode is polling. If
  148. unsure, say N.
  149. config DIGIEPCA
  150. tristate "Digiboard Intelligent Async Support"
  151. depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
  152. ---help---
  153. This is a driver for Digi International's Xx, Xeve, and Xem series
  154. of cards which provide multiple serial ports. You would need
  155. something like this to connect more than two modems to your Linux
  156. box, for instance in order to become a dial-in server. This driver
  157. supports the original PC (ISA) boards as well as PCI, and EISA. If
  158. you have a card like this, say Y here and read the file
  159. <file:Documentation/serial/digiepca.txt>.
  160. To compile this driver as a module, choose M here: the
  161. module will be called epca.
  162. config ESPSERIAL
  163. tristate "Hayes ESP serial port support"
  164. depends on SERIAL_NONSTANDARD && ISA && ISA_DMA_API && BROKEN
  165. help
  166. This is a driver which supports Hayes ESP serial ports. Both single
  167. port cards and multiport cards are supported. Make sure to read
  168. <file:Documentation/hayes-esp.txt>.
  169. To compile this driver as a module, choose M here: the
  170. module will be called esp.
  171. If unsure, say N.
  172. config MOXA_INTELLIO
  173. tristate "Moxa Intellio support"
  174. depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
  175. select FW_LOADER
  176. help
  177. Say Y here if you have a Moxa Intellio multiport serial card.
  178. To compile this driver as a module, choose M here: the
  179. module will be called moxa.
  180. config MOXA_SMARTIO
  181. tristate "Moxa SmartIO support v. 2.0"
  182. depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA)
  183. help
  184. Say Y here if you have a Moxa SmartIO multiport serial card and/or
  185. want to help develop a new version of this driver.
  186. This is upgraded (1.9.1) driver from original Moxa drivers with
  187. changes finally resulting in PCI probing.
  188. This driver can also be built as a module. The module will be called
  189. mxser. If you want to do that, say M here.
  190. config ISI
  191. tristate "Multi-Tech multiport card support (EXPERIMENTAL)"
  192. depends on SERIAL_NONSTANDARD && PCI
  193. select FW_LOADER
  194. help
  195. This is a driver for the Multi-Tech cards which provide several
  196. serial ports. The driver is experimental and can currently only be
  197. built as a module. The module will be called isicom.
  198. If you want to do that, choose M here.
  199. config SYNCLINK
  200. tristate "Microgate SyncLink card support"
  201. depends on SERIAL_NONSTANDARD && PCI && ISA_DMA_API
  202. help
  203. Provides support for the SyncLink ISA and PCI multiprotocol serial
  204. adapters. These adapters support asynchronous and HDLC bit
  205. synchronous communication up to 10Mbps (PCI adapter).
  206. This driver can only be built as a module ( = code which can be
  207. inserted in and removed from the running kernel whenever you want).
  208. The module will be called synclink. If you want to do that, say M
  209. here.
  210. config SYNCLINKMP
  211. tristate "SyncLink Multiport support"
  212. depends on SERIAL_NONSTANDARD && PCI
  213. help
  214. Enable support for the SyncLink Multiport (2 or 4 ports)
  215. serial adapter, running asynchronous and HDLC communications up
  216. to 2.048Mbps. Each ports is independently selectable for
  217. RS-232, V.35, RS-449, RS-530, and X.21
  218. This driver may be built as a module ( = code which can be
  219. inserted in and removed from the running kernel whenever you want).
  220. The module will be called synclinkmp. If you want to do that, say M
  221. here.
  222. config SYNCLINK_GT
  223. tristate "SyncLink GT/AC support"
  224. depends on SERIAL_NONSTANDARD && PCI
  225. help
  226. Support for SyncLink GT and SyncLink AC families of
  227. synchronous and asynchronous serial adapters
  228. manufactured by Microgate Systems, Ltd. (www.microgate.com)
  229. config N_HDLC
  230. tristate "HDLC line discipline support"
  231. depends on SERIAL_NONSTANDARD
  232. help
  233. Allows synchronous HDLC communications with tty device drivers that
  234. support synchronous HDLC such as the Microgate SyncLink adapter.
  235. This driver can only be built as a module ( = code which can be
  236. inserted in and removed from the running kernel whenever you want).
  237. The module will be called n_hdlc. If you want to do that, say M
  238. here.
  239. config RISCOM8
  240. tristate "SDL RISCom/8 card support"
  241. depends on SERIAL_NONSTANDARD
  242. help
  243. This is a driver for the SDL Communications RISCom/8 multiport card,
  244. which gives you many serial ports. You would need something like
  245. this to connect more than two modems to your Linux box, for instance
  246. in order to become a dial-in server. If you have a card like that,
  247. say Y here and read the file <file:Documentation/serial/riscom8.txt>.
  248. Also it's possible to say M here and compile this driver as kernel
  249. loadable module; the module will be called riscom8.
  250. config SPECIALIX
  251. tristate "Specialix IO8+ card support"
  252. depends on SERIAL_NONSTANDARD
  253. help
  254. This is a driver for the Specialix IO8+ multiport card (both the
  255. ISA and the PCI version) which gives you many serial ports. You
  256. would need something like this to connect more than two modems to
  257. your Linux box, for instance in order to become a dial-in server.
  258. If you have a card like that, say Y here and read the file
  259. <file:Documentation/serial/specialix.txt>. Also it's possible to say
  260. M here and compile this driver as kernel loadable module which will be
  261. called specialix.
  262. config SX
  263. tristate "Specialix SX (and SI) card support"
  264. depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA)
  265. help
  266. This is a driver for the SX and SI multiport serial cards.
  267. Please read the file <file:Documentation/serial/sx.txt> for details.
  268. This driver can only be built as a module ( = code which can be
  269. inserted in and removed from the running kernel whenever you want).
  270. The module will be called sx. If you want to do that, say M here.
  271. config RIO
  272. tristate "Specialix RIO system support"
  273. depends on SERIAL_NONSTANDARD
  274. help
  275. This is a driver for the Specialix RIO, a smart serial card which
  276. drives an outboard box that can support up to 128 ports. Product
  277. information is at <http://www.perle.com/support/documentation.html#multiport>.
  278. There are both ISA and PCI versions.
  279. config RIO_OLDPCI
  280. bool "Support really old RIO/PCI cards"
  281. depends on RIO
  282. help
  283. Older RIO PCI cards need some initialization-time configuration to
  284. determine the IRQ and some control addresses. If you have a RIO and
  285. this doesn't seem to work, try setting this to Y.
  286. config STALDRV
  287. bool "Stallion multiport serial support"
  288. depends on SERIAL_NONSTANDARD
  289. help
  290. Stallion cards give you many serial ports. You would need something
  291. like this to connect more than two modems to your Linux box, for
  292. instance in order to become a dial-in server. If you say Y here,
  293. you will be asked for your specific card model in the next
  294. questions. Make sure to read <file:Documentation/serial/stallion.txt>
  295. in this case. If you have never heard about all this, it's safe to
  296. say N.
  297. config STALLION
  298. tristate "Stallion EasyIO or EC8/32 support"
  299. depends on STALDRV && (ISA || EISA || PCI)
  300. help
  301. If you have an EasyIO or EasyConnection 8/32 multiport Stallion
  302. card, then this is for you; say Y. Make sure to read
  303. <file:Documentation/serial/stallion.txt>.
  304. To compile this driver as a module, choose M here: the
  305. module will be called stallion.
  306. config ISTALLION
  307. tristate "Stallion EC8/64, ONboard, Brumby support"
  308. depends on STALDRV && (ISA || EISA || PCI)
  309. help
  310. If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
  311. serial multiport card, say Y here. Make sure to read
  312. <file:Documentation/serial/stallion.txt>.
  313. To compile this driver as a module, choose M here: the
  314. module will be called istallion.
  315. config NOZOMI
  316. tristate "HSDPA Broadband Wireless Data Card - Globe Trotter"
  317. depends on PCI && EXPERIMENTAL
  318. help
  319. If you have a HSDPA driver Broadband Wireless Data Card -
  320. Globe Trotter PCMCIA card, say Y here.
  321. To compile this driver as a module, choose M here, the module
  322. will be called nozomi.
  323. config A2232
  324. tristate "Commodore A2232 serial support (EXPERIMENTAL)"
  325. depends on EXPERIMENTAL && ZORRO && BROKEN_ON_SMP
  326. ---help---
  327. This option supports the 2232 7-port serial card shipped with the
  328. Amiga 2000 and other Zorro-bus machines, dating from 1989. At
  329. a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
  330. each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
  331. ports were connected with 8 pin DIN connectors on the card bracket,
  332. for which 8 pin to DB25 adapters were supplied. The card also had
  333. jumpers internally to toggle various pinning configurations.
  334. This driver can be built as a module; but then "generic_serial"
  335. will also be built as a module. This has to be loaded before
  336. "ser_a2232". If you want to do this, answer M here.
  337. config SGI_SNSC
  338. bool "SGI Altix system controller communication support"
  339. depends on (IA64_SGI_SN2 || IA64_GENERIC)
  340. help
  341. If you have an SGI Altix and you want to enable system
  342. controller communication from user space (you want this!),
  343. say Y. Otherwise, say N.
  344. config SGI_TIOCX
  345. bool "SGI TIO CX driver support"
  346. depends on (IA64_SGI_SN2 || IA64_GENERIC)
  347. help
  348. If you have an SGI Altix and you have fpga devices attached
  349. to your TIO, say Y here, otherwise say N.
  350. config SGI_MBCS
  351. tristate "SGI FPGA Core Services driver support"
  352. depends on SGI_TIOCX
  353. help
  354. If you have an SGI Altix with an attached SABrick
  355. say Y or M here, otherwise say N.
  356. source "drivers/serial/Kconfig"
  357. config UNIX98_PTYS
  358. bool "Unix98 PTY support" if EMBEDDED
  359. default y
  360. ---help---
  361. A pseudo terminal (PTY) is a software device consisting of two
  362. halves: a master and a slave. The slave device behaves identical to
  363. a physical terminal; the master device is used by a process to
  364. read data from and write data to the slave, thereby emulating a
  365. terminal. Typical programs for the master side are telnet servers
  366. and xterms.
  367. Linux has traditionally used the BSD-like names /dev/ptyxx for
  368. masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
  369. has a number of problems. The GNU C library glibc 2.1 and later,
  370. however, supports the Unix98 naming standard: in order to acquire a
  371. pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
  372. terminal is then made available to the process and the pseudo
  373. terminal slave can be accessed as /dev/pts/<number>. What was
  374. traditionally /dev/ttyp2 will then be /dev/pts/2, for example.
  375. All modern Linux systems use the Unix98 ptys. Say Y unless
  376. you're on an embedded system and want to conserve memory.
  377. config DEVPTS_MULTIPLE_INSTANCES
  378. bool "Support multiple instances of devpts"
  379. depends on UNIX98_PTYS
  380. default n
  381. ---help---
  382. Enable support for multiple instances of devpts filesystem.
  383. If you want to have isolated PTY namespaces (eg: in containers),
  384. say Y here. Otherwise, say N. If enabled, each mount of devpts
  385. filesystem with the '-o newinstance' option will create an
  386. independent PTY namespace.
  387. config LEGACY_PTYS
  388. bool "Legacy (BSD) PTY support"
  389. default y
  390. ---help---
  391. A pseudo terminal (PTY) is a software device consisting of two
  392. halves: a master and a slave. The slave device behaves identical to
  393. a physical terminal; the master device is used by a process to
  394. read data from and write data to the slave, thereby emulating a
  395. terminal. Typical programs for the master side are telnet servers
  396. and xterms.
  397. Linux has traditionally used the BSD-like names /dev/ptyxx
  398. for masters and /dev/ttyxx for slaves of pseudo
  399. terminals. This scheme has a number of problems, including
  400. security. This option enables these legacy devices; on most
  401. systems, it is safe to say N.
  402. config LEGACY_PTY_COUNT
  403. int "Maximum number of legacy PTY in use"
  404. depends on LEGACY_PTYS
  405. range 0 256
  406. default "256"
  407. ---help---
  408. The maximum number of legacy PTYs that can be used at any one time.
  409. The default is 256, and should be more than enough. Embedded
  410. systems may want to reduce this to save memory.
  411. When not in use, each legacy PTY occupies 12 bytes on 32-bit
  412. architectures and 24 bytes on 64-bit architectures.
  413. config BRIQ_PANEL
  414. tristate 'Total Impact briQ front panel driver'
  415. depends on PPC_CHRP
  416. ---help---
  417. The briQ is a small footprint CHRP computer with a frontpanel VFD, a
  418. tristate led and two switches. It is the size of a CDROM drive.
  419. If you have such one and want anything showing on the VFD then you
  420. must answer Y here.
  421. To compile this driver as a module, choose M here: the
  422. module will be called briq_panel.
  423. It's safe to say N here.
  424. config BFIN_OTP
  425. tristate "Blackfin On-Chip OTP Memory Support"
  426. depends on BLACKFIN && (BF52x || BF54x)
  427. default y
  428. help
  429. If you say Y here, you will get support for a character device
  430. interface into the One Time Programmable memory pages that are
  431. stored on the Blackfin processor. This will not get you access
  432. to the secure memory pages however. You will need to write your
  433. own secure code and reader for that.
  434. To compile this driver as a module, choose M here: the module
  435. will be called bfin-otp.
  436. If unsure, it is safe to say Y.
  437. config BFIN_OTP_WRITE_ENABLE
  438. bool "Enable writing support of OTP pages"
  439. depends on BFIN_OTP
  440. default n
  441. help
  442. If you say Y here, you will enable support for writing of the
  443. OTP pages. This is dangerous by nature as you can only program
  444. the pages once, so only enable this option when you actually
  445. need it so as to not inadvertently clobber data.
  446. If unsure, say N.
  447. config PRINTER
  448. tristate "Parallel printer support"
  449. depends on PARPORT
  450. ---help---
  451. If you intend to attach a printer to the parallel port of your Linux
  452. box (as opposed to using a serial printer; if the connector at the
  453. printer has 9 or 25 holes ["female"], then it's serial), say Y.
  454. Also read the Printing-HOWTO, available from
  455. <http://www.tldp.org/docs.html#howto>.
  456. It is possible to share one parallel port among several devices
  457. (e.g. printer and ZIP drive) and it is safe to compile the
  458. corresponding drivers into the kernel.
  459. To compile this driver as a module, choose M here and read
  460. <file:Documentation/parport.txt>. The module will be called lp.
  461. If you have several parallel ports, you can specify which ports to
  462. use with the "lp" kernel command line option. (Try "man bootparam"
  463. or see the documentation of your boot loader (lilo or loadlin) about
  464. how to pass options to the kernel at boot time.) The syntax of the
  465. "lp" command line option can be found in <file:drivers/char/lp.c>.
  466. If you have more than 8 printers, you need to increase the LP_NO
  467. macro in lp.c and the PARPORT_MAX macro in parport.h.
  468. config LP_CONSOLE
  469. bool "Support for console on line printer"
  470. depends on PRINTER
  471. ---help---
  472. If you want kernel messages to be printed out as they occur, you
  473. can have a console on the printer. This option adds support for
  474. doing that; to actually get it to happen you need to pass the
  475. option "console=lp0" to the kernel at boot time.
  476. If the printer is out of paper (or off, or unplugged, or too
  477. busy..) the kernel will stall until the printer is ready again.
  478. By defining CONSOLE_LP_STRICT to 0 (at your own risk) you
  479. can make the kernel continue when this happens,
  480. but it'll lose the kernel messages.
  481. If unsure, say N.
  482. config PPDEV
  483. tristate "Support for user-space parallel port device drivers"
  484. depends on PARPORT
  485. ---help---
  486. Saying Y to this adds support for /dev/parport device nodes. This
  487. is needed for programs that want portable access to the parallel
  488. port, for instance deviceid (which displays Plug-and-Play device
  489. IDs).
  490. This is the parallel port equivalent of SCSI generic support (sg).
  491. It is safe to say N to this -- it is not needed for normal printing
  492. or parallel port CD-ROM/disk support.
  493. To compile this driver as a module, choose M here: the
  494. module will be called ppdev.
  495. If unsure, say N.
  496. config HVC_DRIVER
  497. bool
  498. help
  499. Generic "hypervisor virtual console" infrastructure for various
  500. hypervisors (pSeries, iSeries, Xen, lguest).
  501. It will automatically be selected if one of the back-end console drivers
  502. is selected.
  503. config HVC_IRQ
  504. bool
  505. config HVC_CONSOLE
  506. bool "pSeries Hypervisor Virtual Console support"
  507. depends on PPC_PSERIES
  508. select HVC_DRIVER
  509. select HVC_IRQ
  510. help
  511. pSeries machines when partitioned support a hypervisor virtual
  512. console. This driver allows each pSeries partition to have a console
  513. which is accessed via the HMC.
  514. config HVC_ISERIES
  515. bool "iSeries Hypervisor Virtual Console support"
  516. depends on PPC_ISERIES
  517. default y
  518. select HVC_DRIVER
  519. select HVC_IRQ
  520. help
  521. iSeries machines support a hypervisor virtual console.
  522. config HVC_RTAS
  523. bool "IBM RTAS Console support"
  524. depends on PPC_RTAS
  525. select HVC_DRIVER
  526. help
  527. IBM Console device driver which makes use of RTAS
  528. config HVC_BEAT
  529. bool "Toshiba's Beat Hypervisor Console support"
  530. depends on PPC_CELLEB
  531. select HVC_DRIVER
  532. help
  533. Toshiba's Cell Reference Set Beat Console device driver
  534. config HVC_IUCV
  535. bool "z/VM IUCV Hypervisor console support (VM only)"
  536. depends on S390
  537. select HVC_DRIVER
  538. select IUCV
  539. default y
  540. help
  541. This driver provides a Hypervisor console (HVC) back-end to access
  542. a Linux (console) terminal via a z/VM IUCV communication path.
  543. config HVC_XEN
  544. bool "Xen Hypervisor Console support"
  545. depends on XEN
  546. select HVC_DRIVER
  547. select HVC_IRQ
  548. default y
  549. help
  550. Xen virtual console device driver
  551. config HVC_UDBG
  552. bool "udbg based fake hypervisor console"
  553. depends on PPC && EXPERIMENTAL
  554. select HVC_DRIVER
  555. default n
  556. config VIRTIO_CONSOLE
  557. tristate "Virtio console"
  558. depends on VIRTIO
  559. select HVC_DRIVER
  560. help
  561. Virtio console for use with lguest and other hypervisors.
  562. config HVCS
  563. tristate "IBM Hypervisor Virtual Console Server support"
  564. depends on PPC_PSERIES
  565. help
  566. Partitionable IBM Power5 ppc64 machines allow hosting of
  567. firmware virtual consoles from one Linux partition by
  568. another Linux partition. This driver allows console data
  569. from Linux partitions to be accessed through TTY device
  570. interfaces in the device tree of a Linux partition running
  571. this driver.
  572. To compile this driver as a module, choose M here: the
  573. module will be called hvcs.ko. Additionally, this module
  574. will depend on arch specific APIs exported from hvcserver.ko
  575. which will also be compiled when this driver is built as a
  576. module.
  577. config IBM_BSR
  578. tristate "IBM POWER Barrier Synchronization Register support"
  579. depends on PPC_PSERIES
  580. help
  581. This devices exposes a hardware mechanism for fast synchronization
  582. of threads across a large system which avoids bouncing a cacheline
  583. between several cores on a system
  584. source "drivers/char/ipmi/Kconfig"
  585. config DS1620
  586. tristate "NetWinder thermometer support"
  587. depends on ARCH_NETWINDER
  588. help
  589. Say Y here to include support for the thermal management hardware
  590. found in the NetWinder. This driver allows the user to control the
  591. temperature set points and to read the current temperature.
  592. It is also possible to say M here to build it as a module (ds1620)
  593. It is recommended to be used on a NetWinder, but it is not a
  594. necessity.
  595. config NWBUTTON
  596. tristate "NetWinder Button"
  597. depends on ARCH_NETWINDER
  598. ---help---
  599. If you say Y here and create a character device node /dev/nwbutton
  600. with major and minor numbers 10 and 158 ("man mknod"), then every
  601. time the orange button is pressed a number of times, the number of
  602. times the button was pressed will be written to that device.
  603. This is most useful for applications, as yet unwritten, which
  604. perform actions based on how many times the button is pressed in a
  605. row.
  606. Do not hold the button down for too long, as the driver does not
  607. alter the behaviour of the hardware reset circuitry attached to the
  608. button; it will still execute a hard reset if the button is held
  609. down for longer than approximately five seconds.
  610. To compile this driver as a module, choose M here: the
  611. module will be called nwbutton.
  612. Most people will answer Y to this question and "Reboot Using Button"
  613. below to be able to initiate a system shutdown from the button.
  614. config NWBUTTON_REBOOT
  615. bool "Reboot Using Button"
  616. depends on NWBUTTON
  617. help
  618. If you say Y here, then you will be able to initiate a system
  619. shutdown and reboot by pressing the orange button a number of times.
  620. The number of presses to initiate the shutdown is two by default,
  621. but this can be altered by modifying the value of NUM_PRESSES_REBOOT
  622. in nwbutton.h and recompiling the driver or, if you compile the
  623. driver as a module, you can specify the number of presses at load
  624. time with "insmod button reboot_count=<something>".
  625. config NWFLASH
  626. tristate "NetWinder flash support"
  627. depends on ARCH_NETWINDER
  628. ---help---
  629. If you say Y here and create a character device /dev/flash with
  630. major 10 and minor 160 you can manipulate the flash ROM containing
  631. the NetWinder firmware. Be careful as accidentally overwriting the
  632. flash contents can render your computer unbootable. On no account
  633. allow random users access to this device. :-)
  634. To compile this driver as a module, choose M here: the
  635. module will be called nwflash.
  636. If you're not sure, say N.
  637. source "drivers/char/hw_random/Kconfig"
  638. config NVRAM
  639. tristate "/dev/nvram support"
  640. depends on ATARI || X86 || ARM || GENERIC_NVRAM
  641. ---help---
  642. If you say Y here and create a character special file /dev/nvram
  643. with major number 10 and minor number 144 using mknod ("man mknod"),
  644. you get read and write access to the extra bytes of non-volatile
  645. memory in the real time clock (RTC), which is contained in every PC
  646. and most Ataris. The actual number of bytes varies, depending on the
  647. nvram in the system, but is usually 114 (128-14 for the RTC).
  648. This memory is conventionally called "CMOS RAM" on PCs and "NVRAM"
  649. on Ataris. /dev/nvram may be used to view settings there, or to
  650. change them (with some utility). It could also be used to frequently
  651. save a few bits of very important data that may not be lost over
  652. power-off and for which writing to disk is too insecure. Note
  653. however that most NVRAM space in a PC belongs to the BIOS and you
  654. should NEVER idly tamper with it. See Ralf Brown's interrupt list
  655. for a guide to the use of CMOS bytes by your BIOS.
  656. On Atari machines, /dev/nvram is always configured and does not need
  657. to be selected.
  658. To compile this driver as a module, choose M here: the
  659. module will be called nvram.
  660. #
  661. # These legacy RTC drivers just cause too many conflicts with the generic
  662. # RTC framework ... let's not even try to coexist any more.
  663. #
  664. if RTC_LIB=n
  665. config RTC
  666. tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)"
  667. depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \
  668. && !ARM && !SUPERH && !S390 && !AVR32
  669. ---help---
  670. If you say Y here and create a character special file /dev/rtc with
  671. major number 10 and minor number 135 using mknod ("man mknod"), you
  672. will get access to the real time clock (or hardware clock) built
  673. into your computer.
  674. Every PC has such a clock built in. It can be used to generate
  675. signals from as low as 1Hz up to 8192Hz, and can also be used
  676. as a 24 hour alarm. It reports status information via the file
  677. /proc/driver/rtc and its behaviour is set by various ioctls on
  678. /dev/rtc.
  679. If you run Linux on a multiprocessor machine and said Y to
  680. "Symmetric Multi Processing" above, you should say Y here to read
  681. and set the RTC in an SMP compatible fashion.
  682. If you think you have a use for such a device (such as periodic data
  683. sampling), then say Y here, and read <file:Documentation/rtc.txt>
  684. for details.
  685. To compile this driver as a module, choose M here: the
  686. module will be called rtc.
  687. config JS_RTC
  688. tristate "Enhanced Real Time Clock Support"
  689. depends on SPARC32 && PCI
  690. ---help---
  691. If you say Y here and create a character special file /dev/rtc with
  692. major number 10 and minor number 135 using mknod ("man mknod"), you
  693. will get access to the real time clock (or hardware clock) built
  694. into your computer.
  695. Every PC has such a clock built in. It can be used to generate
  696. signals from as low as 1Hz up to 8192Hz, and can also be used
  697. as a 24 hour alarm. It reports status information via the file
  698. /proc/driver/rtc and its behaviour is set by various ioctls on
  699. /dev/rtc.
  700. If you think you have a use for such a device (such as periodic data
  701. sampling), then say Y here, and read <file:Documentation/rtc.txt>
  702. for details.
  703. To compile this driver as a module, choose M here: the
  704. module will be called js-rtc.
  705. config GEN_RTC
  706. tristate "Generic /dev/rtc emulation"
  707. depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32
  708. ---help---
  709. If you say Y here and create a character special file /dev/rtc with
  710. major number 10 and minor number 135 using mknod ("man mknod"), you
  711. will get access to the real time clock (or hardware clock) built
  712. into your computer.
  713. It reports status information via the file /proc/driver/rtc and its
  714. behaviour is set by various ioctls on /dev/rtc. If you enable the
  715. "extended RTC operation" below it will also provide an emulation
  716. for RTC_UIE which is required by some programs and may improve
  717. precision in some cases.
  718. To compile this driver as a module, choose M here: the
  719. module will be called genrtc.
  720. config GEN_RTC_X
  721. bool "Extended RTC operation"
  722. depends on GEN_RTC
  723. help
  724. Provides an emulation for RTC_UIE which is required by some programs
  725. and may improve precision of the generic RTC support in some cases.
  726. config EFI_RTC
  727. bool "EFI Real Time Clock Services"
  728. depends on IA64
  729. config DS1302
  730. tristate "DS1302 RTC support"
  731. depends on M32R && (PLAT_M32700UT || PLAT_OPSPUT)
  732. help
  733. If you say Y here and create a character special file /dev/rtc with
  734. major number 121 and minor number 0 using mknod ("man mknod"), you
  735. will get access to the real time clock (or hardware clock) built
  736. into your computer.
  737. endif # RTC_LIB
  738. config DTLK
  739. tristate "Double Talk PC internal speech card support"
  740. depends on ISA
  741. help
  742. This driver is for the DoubleTalk PC, a speech synthesizer
  743. manufactured by RC Systems (<http://www.rcsys.com/>). It is also
  744. called the `internal DoubleTalk'.
  745. To compile this driver as a module, choose M here: the
  746. module will be called dtlk.
  747. config XILINX_HWICAP
  748. tristate "Xilinx HWICAP Support"
  749. depends on XILINX_VIRTEX
  750. help
  751. This option enables support for Xilinx Internal Configuration
  752. Access Port (ICAP) driver. The ICAP is used on Xilinx Virtex
  753. FPGA platforms to partially reconfigure the FPGA at runtime.
  754. If unsure, say N.
  755. config R3964
  756. tristate "Siemens R3964 line discipline"
  757. ---help---
  758. This driver allows synchronous communication with devices using the
  759. Siemens R3964 packet protocol. Unless you are dealing with special
  760. hardware like PLCs, you are unlikely to need this.
  761. To compile this driver as a module, choose M here: the
  762. module will be called n_r3964.
  763. If unsure, say N.
  764. config APPLICOM
  765. tristate "Applicom intelligent fieldbus card support"
  766. depends on PCI
  767. ---help---
  768. This driver provides the kernel-side support for the intelligent
  769. fieldbus cards made by Applicom International. More information
  770. about these cards can be found on the WWW at the address
  771. <http://www.applicom-int.com/>, or by email from David Woodhouse
  772. <dwmw2@infradead.org>.
  773. To compile this driver as a module, choose M here: the
  774. module will be called applicom.
  775. If unsure, say N.
  776. config SONYPI
  777. tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)"
  778. depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT
  779. ---help---
  780. This driver enables access to the Sony Programmable I/O Control
  781. Device which can be found in many (all ?) Sony Vaio laptops.
  782. If you have one of those laptops, read
  783. <file:Documentation/laptops/sonypi.txt>, and say Y or M here.
  784. To compile this driver as a module, choose M here: the
  785. module will be called sonypi.
  786. config GPIO_TB0219
  787. tristate "TANBAC TB0219 GPIO support"
  788. depends on TANBAC_TB022X
  789. select GPIO_VR41XX
  790. source "drivers/char/pcmcia/Kconfig"
  791. config MWAVE
  792. tristate "ACP Modem (Mwave) support"
  793. depends on X86
  794. select SERIAL_8250
  795. ---help---
  796. The ACP modem (Mwave) for Linux is a WinModem. It is composed of a
  797. kernel driver and a user level application. Together these components
  798. support direct attachment to public switched telephone networks (PSTNs)
  799. and support selected world wide countries.
  800. This version of the ACP Modem driver supports the IBM Thinkpad 600E,
  801. 600, and 770 that include on board ACP modem hardware.
  802. The modem also supports the standard communications port interface
  803. (ttySx) and is compatible with the Hayes AT Command Set.
  804. The user level application needed to use this driver can be found at
  805. the IBM Linux Technology Center (LTC) web site:
  806. <http://www.ibm.com/linux/ltc/>.
  807. If you own one of the above IBM Thinkpads which has the Mwave chipset
  808. in it, say Y.
  809. To compile this driver as a module, choose M here: the
  810. module will be called mwave.
  811. config SCx200_GPIO
  812. tristate "NatSemi SCx200 GPIO Support"
  813. depends on SCx200
  814. select NSC_GPIO
  815. help
  816. Give userspace access to the GPIO pins on the National
  817. Semiconductor SCx200 processors.
  818. If compiled as a module, it will be called scx200_gpio.
  819. config PC8736x_GPIO
  820. tristate "NatSemi PC8736x GPIO Support"
  821. depends on X86
  822. default SCx200_GPIO # mostly N
  823. select NSC_GPIO # needed for support routines
  824. help
  825. Give userspace access to the GPIO pins on the National
  826. Semiconductor PC-8736x (x=[03456]) SuperIO chip. The chip
  827. has multiple functional units, inc several managed by
  828. hwmon/pc87360 driver. Tested with PC-87366
  829. If compiled as a module, it will be called pc8736x_gpio.
  830. config NSC_GPIO
  831. tristate "NatSemi Base GPIO Support"
  832. depends on X86_32
  833. # selected by SCx200_GPIO and PC8736x_GPIO
  834. # what about 2 selectors differing: m != y
  835. help
  836. Common support used (and needed) by scx200_gpio and
  837. pc8736x_gpio drivers. If those drivers are built as
  838. modules, this one will be too, named nsc_gpio
  839. config CS5535_GPIO
  840. tristate "AMD CS5535/CS5536 GPIO (Geode Companion Device)"
  841. depends on X86_32
  842. help
  843. Give userspace access to the GPIO pins on the AMD CS5535 and
  844. CS5536 Geode companion devices.
  845. If compiled as a module, it will be called cs5535_gpio.
  846. config GPIO_VR41XX
  847. tristate "NEC VR4100 series General-purpose I/O Unit support"
  848. depends on CPU_VR41XX
  849. config RAW_DRIVER
  850. tristate "RAW driver (/dev/raw/rawN)"
  851. depends on BLOCK
  852. help
  853. The raw driver permits block devices to be bound to /dev/raw/rawN.
  854. Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
  855. See the raw(8) manpage for more details.
  856. Applications should preferably open the device (eg /dev/hda1)
  857. with the O_DIRECT flag.
  858. config MAX_RAW_DEVS
  859. int "Maximum number of RAW devices to support (1-8192)"
  860. depends on RAW_DRIVER
  861. default "256"
  862. help
  863. The maximum number of RAW devices that are supported.
  864. Default is 256. Increase this number in case you need lots of
  865. raw devices.
  866. config HPET
  867. bool "HPET - High Precision Event Timer" if (X86 || IA64)
  868. default n
  869. depends on ACPI
  870. help
  871. If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
  872. open selects one of the timers supported by the HPET. The timers are
  873. non-periodic and/or periodic.
  874. config HPET_MMAP
  875. bool "Allow mmap of HPET"
  876. default y
  877. depends on HPET
  878. help
  879. If you say Y here, user applications will be able to mmap
  880. the HPET registers.
  881. In some hardware implementations, the page containing HPET
  882. registers may also contain other things that shouldn't be
  883. exposed to the user. If this applies to your hardware,
  884. say N here.
  885. config HANGCHECK_TIMER
  886. tristate "Hangcheck timer"
  887. depends on X86 || IA64 || PPC64 || S390
  888. help
  889. The hangcheck-timer module detects when the system has gone
  890. out to lunch past a certain margin. It can reboot the system
  891. or merely print a warning.
  892. config MMTIMER
  893. tristate "MMTIMER Memory mapped RTC for SGI Altix"
  894. depends on IA64_GENERIC || IA64_SGI_SN2
  895. default y
  896. help
  897. The mmtimer device allows direct userspace access to the
  898. Altix system timer.
  899. source "drivers/char/tpm/Kconfig"
  900. config TELCLOCK
  901. tristate "Telecom clock driver for ATCA SBC"
  902. depends on EXPERIMENTAL && X86
  903. default n
  904. help
  905. The telecom clock device is specific to the MPCBL0010 and MPCBL0050
  906. ATCA computers and allows direct userspace access to the
  907. configuration of the telecom clock configuration settings. This
  908. device is used for hardware synchronization across the ATCA backplane
  909. fabric. Upon loading, the driver exports a sysfs directory,
  910. /sys/devices/platform/telco_clock, with a number of files for
  911. controlling the behavior of this hardware.
  912. config DEVPORT
  913. bool
  914. depends on !M68K
  915. depends on ISA || PCI
  916. default y
  917. source "drivers/s390/char/Kconfig"
  918. endmenu