xref: /linux/drivers/char/Kconfig (revision 705b6c7b34f2621f95f606d0e683daa10cdb8eb9)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Character device configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
51da177e4SLinus Torvaldsmenu "Character devices"
61da177e4SLinus Torvalds
71da177e4SLinus Torvaldsconfig VT
81da177e4SLinus Torvalds	bool "Virtual terminal" if EMBEDDED
91da177e4SLinus Torvalds	select INPUT
101da177e4SLinus Torvalds	default y if !VIOCONS
111da177e4SLinus Torvalds	---help---
121da177e4SLinus Torvalds	  If you say Y here, you will get support for terminal devices with
131da177e4SLinus Torvalds	  display and keyboard devices. These are called "virtual" because you
141da177e4SLinus Torvalds	  can run several virtual terminals (also called virtual consoles) on
151da177e4SLinus Torvalds	  one physical terminal. This is rather useful, for example one
161da177e4SLinus Torvalds	  virtual terminal can collect system messages and warnings, another
171da177e4SLinus Torvalds	  one can be used for a text-mode user session, and a third could run
181da177e4SLinus Torvalds	  an X session, all in parallel. Switching between virtual terminals
191da177e4SLinus Torvalds	  is done with certain key combinations, usually Alt-<function key>.
201da177e4SLinus Torvalds
211da177e4SLinus Torvalds	  The setterm command ("man setterm") can be used to change the
221da177e4SLinus Torvalds	  properties (such as colors or beeping) of a virtual terminal. The
231da177e4SLinus Torvalds	  man page console_codes(4) ("man console_codes") contains the special
241da177e4SLinus Torvalds	  character sequences that can be used to change those properties
251da177e4SLinus Torvalds	  directly. The fonts used on virtual terminals can be changed with
261da177e4SLinus Torvalds	  the setfont ("man setfont") command and the key bindings are defined
271da177e4SLinus Torvalds	  with the loadkeys ("man loadkeys") command.
281da177e4SLinus Torvalds
291da177e4SLinus Torvalds	  You need at least one virtual terminal device in order to make use
301da177e4SLinus Torvalds	  of your keyboard and monitor. Therefore, only people configuring an
311da177e4SLinus Torvalds	  embedded system would want to say N here in order to save some
321da177e4SLinus Torvalds	  memory; the only way to log into such a system is then via a serial
331da177e4SLinus Torvalds	  or network connection.
341da177e4SLinus Torvalds
351da177e4SLinus Torvalds	  If unsure, say Y, or else you won't be able to do much with your new
361da177e4SLinus Torvalds	  shiny Linux system :-)
371da177e4SLinus Torvalds
381da177e4SLinus Torvaldsconfig VT_CONSOLE
391da177e4SLinus Torvalds	bool "Support for console on virtual terminal" if EMBEDDED
401da177e4SLinus Torvalds	depends on VT
411da177e4SLinus Torvalds	default y
421da177e4SLinus Torvalds	---help---
431da177e4SLinus Torvalds	  The system console is the device which receives all kernel messages
441da177e4SLinus Torvalds	  and warnings and which allows logins in single user mode. If you
451da177e4SLinus Torvalds	  answer Y here, a virtual terminal (the device used to interact with
461da177e4SLinus Torvalds	  a physical terminal) can be used as system console. This is the most
471da177e4SLinus Torvalds	  common mode of operations, so you should say Y here unless you want
481da177e4SLinus Torvalds	  the kernel messages be output only to a serial port (in which case
491da177e4SLinus Torvalds	  you should say Y to "Console on serial port", below).
501da177e4SLinus Torvalds
511da177e4SLinus Torvalds	  If you do say Y here, by default the currently visible virtual
521da177e4SLinus Torvalds	  terminal (/dev/tty0) will be used as system console. You can change
531da177e4SLinus Torvalds	  that with a kernel command line option such as "console=tty3" which
541da177e4SLinus Torvalds	  would use the third virtual terminal as system console. (Try "man
551da177e4SLinus Torvalds	  bootparam" or see the documentation of your boot loader (lilo or
561da177e4SLinus Torvalds	  loadlin) about how to pass options to the kernel at boot time.)
571da177e4SLinus Torvalds
581da177e4SLinus Torvalds	  If unsure, say Y.
591da177e4SLinus Torvalds
601da177e4SLinus Torvaldsconfig HW_CONSOLE
611da177e4SLinus Torvalds	bool
621da177e4SLinus Torvalds	depends on VT && !S390 && !UML
631da177e4SLinus Torvalds	default y
641da177e4SLinus Torvalds
651da177e4SLinus Torvaldsconfig SERIAL_NONSTANDARD
661da177e4SLinus Torvalds	bool "Non-standard serial port support"
671da177e4SLinus Torvalds	---help---
681da177e4SLinus Torvalds	  Say Y here if you have any non-standard serial boards -- boards
691da177e4SLinus Torvalds	  which aren't supported using the standard "dumb" serial driver.
701da177e4SLinus Torvalds	  This includes intelligent serial boards such as Cyclades,
711da177e4SLinus Torvalds	  Digiboards, etc. These are usually used for systems that need many
721da177e4SLinus Torvalds	  serial ports because they serve many terminals or dial-in
731da177e4SLinus Torvalds	  connections.
741da177e4SLinus Torvalds
751da177e4SLinus Torvalds	  Note that the answer to this question won't directly affect the
761da177e4SLinus Torvalds	  kernel: saying N will just cause the configurator to skip all
771da177e4SLinus Torvalds	  the questions about non-standard serial boards.
781da177e4SLinus Torvalds
791da177e4SLinus Torvalds	  Most people can say N here.
801da177e4SLinus Torvalds
811da177e4SLinus Torvaldsconfig COMPUTONE
821da177e4SLinus Torvalds	tristate "Computone IntelliPort Plus serial support"
83f91f4d92Sviro@ZenIV.linux.org.uk	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
841da177e4SLinus Torvalds	---help---
851da177e4SLinus Torvalds	  This driver supports the entire family of Intelliport II/Plus
861da177e4SLinus Torvalds	  controllers with the exception of the MicroChannel controllers and
871da177e4SLinus Torvalds	  products previous to the Intelliport II. These are multiport cards,
881da177e4SLinus Torvalds	  which give you many serial ports. You would need something like this
891da177e4SLinus Torvalds	  to connect more than two modems to your Linux box, for instance in
901da177e4SLinus Torvalds	  order to become a dial-in server. If you have a card like that, say
911da177e4SLinus Torvalds	  Y here and read <file:Documentation/computone.txt>.
921da177e4SLinus Torvalds
931da177e4SLinus Torvalds	  To compile this driver as modules, choose M here: the
941da177e4SLinus Torvalds	  modules will be called ip2 and ip2main.
951da177e4SLinus Torvalds
961da177e4SLinus Torvaldsconfig ROCKETPORT
971da177e4SLinus Torvalds	tristate "Comtrol RocketPort support"
981da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
991da177e4SLinus Torvalds	help
1001da177e4SLinus Torvalds	  This driver supports Comtrol RocketPort and RocketModem PCI boards.
1011da177e4SLinus Torvalds          These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or
1021da177e4SLinus Torvalds          modems.  For information about the RocketPort/RocketModem  boards
1031da177e4SLinus Torvalds          and this driver read <file:Documentation/rocket.txt>.
1041da177e4SLinus Torvalds
1051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1061da177e4SLinus Torvalds	  module will be called rocket.
1071da177e4SLinus Torvalds
1081da177e4SLinus Torvalds	  If you want to compile this driver into the kernel, say Y here.  If
1091da177e4SLinus Torvalds          you don't have a Comtrol RocketPort/RocketModem card installed, say N.
1101da177e4SLinus Torvalds
1111da177e4SLinus Torvaldsconfig CYCLADES
1121da177e4SLinus Torvalds	tristate "Cyclades async mux support"
1131da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
1141da177e4SLinus Torvalds	---help---
1151da177e4SLinus Torvalds	  This driver supports Cyclades Z and Y multiserial boards.
1161da177e4SLinus Torvalds	  You would need something like this to connect more than two modems to
1171da177e4SLinus Torvalds	  your Linux box, for instance in order to become a dial-in server.
1181da177e4SLinus Torvalds
1191da177e4SLinus Torvalds	  For information about the Cyclades-Z card, read
1201da177e4SLinus Torvalds	  <file:drivers/char/README.cycladesZ>.
1211da177e4SLinus Torvalds
1221da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1231da177e4SLinus Torvalds	  module will be called cyclades.
1241da177e4SLinus Torvalds
1251da177e4SLinus Torvalds	  If you haven't heard about it, it's safe to say N.
1261da177e4SLinus Torvalds
1271da177e4SLinus Torvaldsconfig CYZ_INTR
1281da177e4SLinus Torvalds	bool "Cyclades-Z interrupt mode operation (EXPERIMENTAL)"
1291da177e4SLinus Torvalds	depends on EXPERIMENTAL && CYCLADES
1301da177e4SLinus Torvalds	help
1311da177e4SLinus Torvalds	  The Cyclades-Z family of multiport cards allows 2 (two) driver op
1321da177e4SLinus Torvalds	  modes: polling and interrupt. In polling mode, the driver will check
1331da177e4SLinus Torvalds	  the status of the Cyclades-Z ports every certain amount of time
1341da177e4SLinus Torvalds	  (which is called polling cycle and is configurable). In interrupt
1351da177e4SLinus Torvalds	  mode, it will use an interrupt line (IRQ) in order to check the
1361da177e4SLinus Torvalds	  status of the Cyclades-Z ports. The default op mode is polling. If
1371da177e4SLinus Torvalds	  unsure, say N.
1381da177e4SLinus Torvalds
1391da177e4SLinus Torvaldsconfig DIGIEPCA
1401da177e4SLinus Torvalds	tristate "Digiboard Intelligent Async Support"
141f2cf8e25SAlan Cox	depends on SERIAL_NONSTANDARD
1421da177e4SLinus Torvalds	---help---
1431da177e4SLinus Torvalds	  This is a driver for Digi International's Xx, Xeve, and Xem series
1441da177e4SLinus Torvalds	  of cards which provide multiple serial ports. You would need
1451da177e4SLinus Torvalds	  something like this to connect more than two modems to your Linux
1461da177e4SLinus Torvalds	  box, for instance in order to become a dial-in server. This driver
1471da177e4SLinus Torvalds	  supports the original PC (ISA) boards as well as PCI, and EISA. If
1481da177e4SLinus Torvalds	  you have a card like this, say Y here and read the file
1491da177e4SLinus Torvalds	  <file:Documentation/digiepca.txt>.
1501da177e4SLinus Torvalds
1511da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1521da177e4SLinus Torvalds	  module will be called epca.
1531da177e4SLinus Torvalds
1541da177e4SLinus Torvaldsconfig ESPSERIAL
1551da177e4SLinus Torvalds	tristate "Hayes ESP serial port support"
156a5532606SAl Viro	depends on SERIAL_NONSTANDARD && ISA && BROKEN_ON_SMP && ISA_DMA_API
1571da177e4SLinus Torvalds	help
1581da177e4SLinus Torvalds	  This is a driver which supports Hayes ESP serial ports.  Both single
1591da177e4SLinus Torvalds	  port cards and multiport cards are supported.  Make sure to read
1601da177e4SLinus Torvalds	  <file:Documentation/hayes-esp.txt>.
1611da177e4SLinus Torvalds
1621da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1631da177e4SLinus Torvalds	  module will be called esp.
1641da177e4SLinus Torvalds
1651da177e4SLinus Torvalds	  If unsure, say N.
1661da177e4SLinus Torvalds
1671da177e4SLinus Torvaldsconfig MOXA_INTELLIO
1681da177e4SLinus Torvalds	tristate "Moxa Intellio support"
1691da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
1701da177e4SLinus Torvalds	help
1711da177e4SLinus Torvalds	  Say Y here if you have a Moxa Intellio multiport serial card.
1721da177e4SLinus Torvalds
1731da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1741da177e4SLinus Torvalds	  module will be called moxa.
1751da177e4SLinus Torvalds
1761da177e4SLinus Torvaldsconfig MOXA_SMARTIO
1771da177e4SLinus Torvalds	tristate "Moxa SmartIO support"
1781d25240fSAl Viro	depends on SERIAL_NONSTANDARD
1791da177e4SLinus Torvalds	help
1801da177e4SLinus Torvalds	  Say Y here if you have a Moxa SmartIO multiport serial card.
1811da177e4SLinus Torvalds
1821da177e4SLinus Torvalds	  This driver can also be built as a module ( = code which can be
1831da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
1841da177e4SLinus Torvalds	  The module will be called mxser. If you want to do that, say M
1851da177e4SLinus Torvalds	  here.
1861da177e4SLinus Torvalds
1871da177e4SLinus Torvaldsconfig ISI
1881da177e4SLinus Torvalds	tristate "Multi-Tech multiport card support (EXPERIMENTAL)"
1891da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
1901da177e4SLinus Torvalds	help
1911da177e4SLinus Torvalds	  This is a driver for the Multi-Tech cards which provide several
1921da177e4SLinus Torvalds	  serial ports.  The driver is experimental and can currently only be
1931da177e4SLinus Torvalds	  built as a module. The module will be called isicom.
1941da177e4SLinus Torvalds	  If you want to do that, choose M here.
1951da177e4SLinus Torvalds
1961da177e4SLinus Torvaldsconfig SYNCLINK
1971da177e4SLinus Torvalds	tristate "Microgate SyncLink card support"
198a5532606SAl Viro	depends on SERIAL_NONSTANDARD && PCI && ISA_DMA_API
1991da177e4SLinus Torvalds	help
2001da177e4SLinus Torvalds	  Provides support for the SyncLink ISA and PCI multiprotocol serial
2011da177e4SLinus Torvalds	  adapters. These adapters support asynchronous and HDLC bit
2021da177e4SLinus Torvalds	  synchronous communication up to 10Mbps (PCI adapter).
2031da177e4SLinus Torvalds
2041da177e4SLinus Torvalds	  This driver can only be built as a module ( = code which can be
2051da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
2061da177e4SLinus Torvalds	  The module will be called synclink.  If you want to do that, say M
2071da177e4SLinus Torvalds	  here.
2081da177e4SLinus Torvalds
2091da177e4SLinus Torvaldsconfig SYNCLINKMP
2101da177e4SLinus Torvalds	tristate "SyncLink Multiport support"
211f91f4d92Sviro@ZenIV.linux.org.uk	depends on SERIAL_NONSTANDARD
2121da177e4SLinus Torvalds	help
2131da177e4SLinus Torvalds	  Enable support for the SyncLink Multiport (2 or 4 ports)
2141da177e4SLinus Torvalds	  serial adapter, running asynchronous and HDLC communications up
2151da177e4SLinus Torvalds	  to 2.048Mbps. Each ports is independently selectable for
2161da177e4SLinus Torvalds	  RS-232, V.35, RS-449, RS-530, and X.21
2171da177e4SLinus Torvalds
2181da177e4SLinus Torvalds	  This driver may be built as a module ( = code which can be
2191da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
2201da177e4SLinus Torvalds	  The module will be called synclinkmp.  If you want to do that, say M
2211da177e4SLinus Torvalds	  here.
2221da177e4SLinus Torvalds
223*705b6c7bSPaul Fulghumconfig SYNCLINK_GT
224*705b6c7bSPaul Fulghum	tristate "SyncLink GT/AC support"
225*705b6c7bSPaul Fulghum	depends on SERIAL_NONSTANDARD
226*705b6c7bSPaul Fulghum	help
227*705b6c7bSPaul Fulghum	  Support for SyncLink GT and SyncLink AC families of
228*705b6c7bSPaul Fulghum	  synchronous and asynchronous serial adapters
229*705b6c7bSPaul Fulghum	  manufactured by Microgate Systems, Ltd. (www.microgate.com)
230*705b6c7bSPaul Fulghum
2311da177e4SLinus Torvaldsconfig N_HDLC
2321da177e4SLinus Torvalds	tristate "HDLC line discipline support"
2331da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
2341da177e4SLinus Torvalds	help
2351da177e4SLinus Torvalds	  Allows synchronous HDLC communications with tty device drivers that
2361da177e4SLinus Torvalds	  support synchronous HDLC such as the Microgate SyncLink adapter.
2371da177e4SLinus Torvalds
2381da177e4SLinus Torvalds	  This driver can only be built as a module ( = code which can be
2391da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
2401da177e4SLinus Torvalds	  The module will be called n_hdlc. If you want to do that, say M
2411da177e4SLinus Torvalds	  here.
2421da177e4SLinus Torvalds
2431da177e4SLinus Torvaldsconfig RISCOM8
2441da177e4SLinus Torvalds	tristate "SDL RISCom/8 card support"
2451da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
2461da177e4SLinus Torvalds	help
2471da177e4SLinus Torvalds	  This is a driver for the SDL Communications RISCom/8 multiport card,
2481da177e4SLinus Torvalds	  which gives you many serial ports. You would need something like
2491da177e4SLinus Torvalds	  this to connect more than two modems to your Linux box, for instance
2501da177e4SLinus Torvalds	  in order to become a dial-in server. If you have a card like that,
2511da177e4SLinus Torvalds	  say Y here and read the file <file:Documentation/riscom8.txt>.
2521da177e4SLinus Torvalds
2531da177e4SLinus Torvalds	  Also it's possible to say M here and compile this driver as kernel
2541da177e4SLinus Torvalds	  loadable module; the module will be called riscom8.
2551da177e4SLinus Torvalds
2561da177e4SLinus Torvaldsconfig SPECIALIX
2571da177e4SLinus Torvalds	tristate "Specialix IO8+ card support"
2581da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
2591da177e4SLinus Torvalds	help
2601da177e4SLinus Torvalds	  This is a driver for the Specialix IO8+ multiport card (both the
2611da177e4SLinus Torvalds	  ISA and the PCI version) which gives you many serial ports. You
2621da177e4SLinus Torvalds	  would need something like this to connect more than two modems to
2631da177e4SLinus Torvalds	  your Linux box, for instance in order to become a dial-in server.
2641da177e4SLinus Torvalds
2651da177e4SLinus Torvalds	  If you have a card like that, say Y here and read the file
2661da177e4SLinus Torvalds	  <file:Documentation/specialix.txt>. Also it's possible to say M here
2671da177e4SLinus Torvalds	  and compile this driver as kernel loadable module which will be
2681da177e4SLinus Torvalds	  called specialix.
2691da177e4SLinus Torvalds
2701da177e4SLinus Torvaldsconfig SPECIALIX_RTSCTS
2711da177e4SLinus Torvalds	bool "Specialix DTR/RTS pin is RTS"
2721da177e4SLinus Torvalds	depends on SPECIALIX
2731da177e4SLinus Torvalds	help
2741da177e4SLinus Torvalds	  The Specialix IO8+ card can only support either RTS or DTR. If you
2751da177e4SLinus Torvalds	  say N here, the driver will use the pin as "DTR" when the tty is in
2761da177e4SLinus Torvalds	  software handshake mode.  If you say Y here or hardware handshake is
2771da177e4SLinus Torvalds	  on, it will always be RTS.  Read the file
2781da177e4SLinus Torvalds	  <file:Documentation/specialix.txt> for more information.
2791da177e4SLinus Torvalds
2801da177e4SLinus Torvaldsconfig SX
2811da177e4SLinus Torvalds	tristate "Specialix SX (and SI) card support"
2821da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
2831da177e4SLinus Torvalds	help
2841da177e4SLinus Torvalds	  This is a driver for the SX and SI multiport serial cards.
2851da177e4SLinus Torvalds	  Please read the file <file:Documentation/sx.txt> for details.
2861da177e4SLinus Torvalds
2871da177e4SLinus Torvalds	  This driver can only be built as a module ( = code which can be
2881da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
2891da177e4SLinus Torvalds	  The module will be called sx. If you want to do that, say M here.
2901da177e4SLinus Torvalds
2911da177e4SLinus Torvaldsconfig RIO
2921da177e4SLinus Torvalds	tristate "Specialix RIO system support"
2931da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
2941da177e4SLinus Torvalds	help
2951da177e4SLinus Torvalds	  This is a driver for the Specialix RIO, a smart serial card which
2961da177e4SLinus Torvalds	  drives an outboard box that can support up to 128 ports.  Product
2971da177e4SLinus Torvalds	  information is at <http://www.perle.com/support/documentation.html#multiport>.
2981da177e4SLinus Torvalds	  There are both ISA and PCI versions.
2991da177e4SLinus Torvalds
3001da177e4SLinus Torvaldsconfig RIO_OLDPCI
3011da177e4SLinus Torvalds	bool "Support really old RIO/PCI cards"
3021da177e4SLinus Torvalds	depends on RIO
3031da177e4SLinus Torvalds	help
3041da177e4SLinus Torvalds	  Older RIO PCI cards need some initialization-time configuration to
3051da177e4SLinus Torvalds	  determine the IRQ and some control addresses.  If you have a RIO and
3061da177e4SLinus Torvalds	  this doesn't seem to work, try setting this to Y.
3071da177e4SLinus Torvalds
3081da177e4SLinus Torvaldsconfig STALDRV
3091da177e4SLinus Torvalds	bool "Stallion multiport serial support"
3101da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD
3111da177e4SLinus Torvalds	help
3121da177e4SLinus Torvalds	  Stallion cards give you many serial ports.  You would need something
3131da177e4SLinus Torvalds	  like this to connect more than two modems to your Linux box, for
3141da177e4SLinus Torvalds	  instance in order to become a dial-in server.  If you say Y here,
3151da177e4SLinus Torvalds	  you will be asked for your specific card model in the next
3161da177e4SLinus Torvalds	  questions.  Make sure to read <file:Documentation/stallion.txt> in
3171da177e4SLinus Torvalds	  this case.  If you have never heard about all this, it's safe to
3181da177e4SLinus Torvalds	  say N.
3191da177e4SLinus Torvalds
3201da177e4SLinus Torvaldsconfig STALLION
3211da177e4SLinus Torvalds	tristate "Stallion EasyIO or EC8/32 support"
3221da177e4SLinus Torvalds	depends on STALDRV && BROKEN_ON_SMP
3231da177e4SLinus Torvalds	help
3241da177e4SLinus Torvalds	  If you have an EasyIO or EasyConnection 8/32 multiport Stallion
3251da177e4SLinus Torvalds	  card, then this is for you; say Y.  Make sure to read
3261da177e4SLinus Torvalds	  <file:Documentation/stallion.txt>.
3271da177e4SLinus Torvalds
3281da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
3291da177e4SLinus Torvalds	  module will be called stallion.
3301da177e4SLinus Torvalds
3311da177e4SLinus Torvaldsconfig ISTALLION
3321da177e4SLinus Torvalds	tristate "Stallion EC8/64, ONboard, Brumby support"
3331da177e4SLinus Torvalds	depends on STALDRV && BROKEN_ON_SMP
3341da177e4SLinus Torvalds	help
3351da177e4SLinus Torvalds	  If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
3361da177e4SLinus Torvalds	  serial multiport card, say Y here. Make sure to read
3371da177e4SLinus Torvalds	  <file:Documentation/stallion.txt>.
3381da177e4SLinus Torvalds
3391da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
3401da177e4SLinus Torvalds	  module will be called istallion.
3411da177e4SLinus Torvalds
3421da177e4SLinus Torvaldsconfig AU1000_UART
3431da177e4SLinus Torvalds	bool "Enable Au1000 UART Support"
3441da177e4SLinus Torvalds	depends on SERIAL_NONSTANDARD && MIPS
3451da177e4SLinus Torvalds	help
3461da177e4SLinus Torvalds	  If you have an Alchemy AU1000 processor (MIPS based) and you want
3471da177e4SLinus Torvalds	  to use serial ports, say Y.  Otherwise, say N.
3481da177e4SLinus Torvalds
3491da177e4SLinus Torvaldsconfig AU1000_SERIAL_CONSOLE
3501da177e4SLinus Torvalds	bool "Enable Au1000 serial console"
3511da177e4SLinus Torvalds	depends on AU1000_UART
3521da177e4SLinus Torvalds	help
3531da177e4SLinus Torvalds	  If you have an Alchemy AU1000 processor (MIPS based) and you want
3541da177e4SLinus Torvalds	  to use a console on a serial port, say Y.  Otherwise, say N.
3551da177e4SLinus Torvalds
3561da177e4SLinus Torvaldsconfig QTRONIX_KEYBOARD
3571da177e4SLinus Torvalds	bool "Enable Qtronix 990P Keyboard Support"
3581da177e4SLinus Torvalds	depends on IT8712
3591da177e4SLinus Torvalds	help
3601da177e4SLinus Torvalds	  Images of Qtronix keyboards are at
3611da177e4SLinus Torvalds	  <http://www.qtronix.com/keyboard.html>.
3621da177e4SLinus Torvalds
3631da177e4SLinus Torvaldsconfig IT8172_CIR
3641da177e4SLinus Torvalds	bool
3651da177e4SLinus Torvalds	depends on QTRONIX_KEYBOARD
3661da177e4SLinus Torvalds	default y
3671da177e4SLinus Torvalds
3681da177e4SLinus Torvaldsconfig IT8172_SCR0
3691da177e4SLinus Torvalds	bool "Enable Smart Card Reader 0 Support "
3701da177e4SLinus Torvalds	depends on IT8712
3711da177e4SLinus Torvalds	help
3721da177e4SLinus Torvalds	  Say Y here to support smart-card reader 0 (SCR0) on the Integrated
3731da177e4SLinus Torvalds	  Technology Express, Inc. ITE8172 SBC.  Vendor page at
3741da177e4SLinus Torvalds	  <http://www.ite.com.tw/ia/brief_it8172bsp.htm>; picture of the
3751da177e4SLinus Torvalds	  board at <http://www.mvista.com/partners/semiconductor/ite.html>.
3761da177e4SLinus Torvalds
3771da177e4SLinus Torvaldsconfig IT8172_SCR1
3781da177e4SLinus Torvalds	bool "Enable Smart Card Reader 1 Support "
3791da177e4SLinus Torvalds	depends on IT8712
3801da177e4SLinus Torvalds	help
3811da177e4SLinus Torvalds	  Say Y here to support smart-card reader 1 (SCR1) on the Integrated
3821da177e4SLinus Torvalds	  Technology Express, Inc. ITE8172 SBC.  Vendor page at
3831da177e4SLinus Torvalds	  <http://www.ite.com.tw/ia/brief_it8172bsp.htm>; picture of the
3841da177e4SLinus Torvalds	  board at <http://www.mvista.com/partners/semiconductor/ite.html>.
3851da177e4SLinus Torvalds
3861da177e4SLinus Torvaldsconfig A2232
3871da177e4SLinus Torvalds	tristate "Commodore A2232 serial support (EXPERIMENTAL)"
3881da177e4SLinus Torvalds	depends on EXPERIMENTAL && ZORRO && BROKEN_ON_SMP
3891da177e4SLinus Torvalds	---help---
3901da177e4SLinus Torvalds	  This option supports the 2232 7-port serial card shipped with the
3911da177e4SLinus Torvalds	  Amiga 2000 and other Zorro-bus machines, dating from 1989.  At
3921da177e4SLinus Torvalds	  a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
3931da177e4SLinus Torvalds	  each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
3941da177e4SLinus Torvalds	  ports were connected with 8 pin DIN connectors on the card bracket,
3951da177e4SLinus Torvalds	  for which 8 pin to DB25 adapters were supplied. The card also had
3961da177e4SLinus Torvalds	  jumpers internally to toggle various pinning configurations.
3971da177e4SLinus Torvalds
3981da177e4SLinus Torvalds	  This driver can be built as a module; but then "generic_serial"
3991da177e4SLinus Torvalds	  will also be built as a module. This has to be loaded before
4001da177e4SLinus Torvalds	  "ser_a2232". If you want to do this, answer M here.
4011da177e4SLinus Torvalds
4021da177e4SLinus Torvaldsconfig SGI_SNSC
4031da177e4SLinus Torvalds	bool "SGI Altix system controller communication support"
4041da177e4SLinus Torvalds	depends on (IA64_SGI_SN2 || IA64_GENERIC)
4051da177e4SLinus Torvalds	help
4061da177e4SLinus Torvalds	  If you have an SGI Altix and you want to enable system
4071da177e4SLinus Torvalds	  controller communication from user space (you want this!),
4081da177e4SLinus Torvalds	  say Y.  Otherwise, say N.
4091da177e4SLinus Torvalds
410e1e19747SBruce Losureconfig SGI_TIOCX
411e1e19747SBruce Losure       bool "SGI TIO CX driver support"
412e1e19747SBruce Losure       depends on (IA64_SGI_SN2 || IA64_GENERIC)
413e1e19747SBruce Losure       help
414e1e19747SBruce Losure         If you have an SGI Altix and you have fpga devices attached
415e1e19747SBruce Losure         to your TIO, say Y here, otherwise say N.
416e1e19747SBruce Losure
417e1e19747SBruce Losureconfig SGI_MBCS
418e1e19747SBruce Losure       tristate "SGI FPGA Core Services driver support"
419ae40aae9SBruce Losure       depends on SGI_TIOCX
420e1e19747SBruce Losure       help
421e1e19747SBruce Losure         If you have an SGI Altix with an attached SABrick
422e1e19747SBruce Losure         say Y or M here, otherwise say N.
423e1e19747SBruce Losure
4241da177e4SLinus Torvaldssource "drivers/serial/Kconfig"
4251da177e4SLinus Torvalds
4261da177e4SLinus Torvaldsconfig UNIX98_PTYS
4271da177e4SLinus Torvalds	bool "Unix98 PTY support" if EMBEDDED
4281da177e4SLinus Torvalds	default y
4291da177e4SLinus Torvalds	---help---
4301da177e4SLinus Torvalds	  A pseudo terminal (PTY) is a software device consisting of two
4311da177e4SLinus Torvalds	  halves: a master and a slave. The slave device behaves identical to
4321da177e4SLinus Torvalds	  a physical terminal; the master device is used by a process to
4331da177e4SLinus Torvalds	  read data from and write data to the slave, thereby emulating a
4341da177e4SLinus Torvalds	  terminal. Typical programs for the master side are telnet servers
4351da177e4SLinus Torvalds	  and xterms.
4361da177e4SLinus Torvalds
4371da177e4SLinus Torvalds	  Linux has traditionally used the BSD-like names /dev/ptyxx for
4381da177e4SLinus Torvalds	  masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
4391da177e4SLinus Torvalds	  has a number of problems. The GNU C library glibc 2.1 and later,
4401da177e4SLinus Torvalds	  however, supports the Unix98 naming standard: in order to acquire a
4411da177e4SLinus Torvalds	  pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
4421da177e4SLinus Torvalds	  terminal is then made available to the process and the pseudo
4431da177e4SLinus Torvalds	  terminal slave can be accessed as /dev/pts/<number>. What was
4441da177e4SLinus Torvalds	  traditionally /dev/ttyp2 will then be /dev/pts/2, for example.
4451da177e4SLinus Torvalds
4461da177e4SLinus Torvalds	  All modern Linux systems use the Unix98 ptys.  Say Y unless
4471da177e4SLinus Torvalds	  you're on an embedded system and want to conserve memory.
4481da177e4SLinus Torvalds
4491da177e4SLinus Torvaldsconfig LEGACY_PTYS
4501da177e4SLinus Torvalds	bool "Legacy (BSD) PTY support"
4511da177e4SLinus Torvalds	default y
4521da177e4SLinus Torvalds	---help---
4531da177e4SLinus Torvalds	  A pseudo terminal (PTY) is a software device consisting of two
4541da177e4SLinus Torvalds	  halves: a master and a slave. The slave device behaves identical to
4551da177e4SLinus Torvalds	  a physical terminal; the master device is used by a process to
4561da177e4SLinus Torvalds	  read data from and write data to the slave, thereby emulating a
4571da177e4SLinus Torvalds	  terminal. Typical programs for the master side are telnet servers
4581da177e4SLinus Torvalds	  and xterms.
4591da177e4SLinus Torvalds
4601da177e4SLinus Torvalds	  Linux has traditionally used the BSD-like names /dev/ptyxx
4611da177e4SLinus Torvalds	  for masters and /dev/ttyxx for slaves of pseudo
4621da177e4SLinus Torvalds	  terminals. This scheme has a number of problems, including
4631da177e4SLinus Torvalds	  security.  This option enables these legacy devices; on most
4641da177e4SLinus Torvalds	  systems, it is safe to say N.
4651da177e4SLinus Torvalds
4661da177e4SLinus Torvalds
4671da177e4SLinus Torvaldsconfig LEGACY_PTY_COUNT
4681da177e4SLinus Torvalds	int "Maximum number of legacy PTY in use"
4691da177e4SLinus Torvalds	depends on LEGACY_PTYS
4701da177e4SLinus Torvalds	range 1 256
4711da177e4SLinus Torvalds	default "256"
4721da177e4SLinus Torvalds	---help---
4731da177e4SLinus Torvalds	  The maximum number of legacy PTYs that can be used at any one time.
4741da177e4SLinus Torvalds	  The default is 256, and should be more than enough.  Embedded
4751da177e4SLinus Torvalds	  systems may want to reduce this to save memory.
4761da177e4SLinus Torvalds
4771da177e4SLinus Torvalds	  When not in use, each legacy PTY occupies 12 bytes on 32-bit
4781da177e4SLinus Torvalds	  architectures and 24 bytes on 64-bit architectures.
4791da177e4SLinus Torvalds
4801da177e4SLinus Torvaldsconfig PRINTER
4811da177e4SLinus Torvalds	tristate "Parallel printer support"
4821da177e4SLinus Torvalds	depends on PARPORT
4831da177e4SLinus Torvalds	---help---
4841da177e4SLinus Torvalds	  If you intend to attach a printer to the parallel port of your Linux
4851da177e4SLinus Torvalds	  box (as opposed to using a serial printer; if the connector at the
4861da177e4SLinus Torvalds	  printer has 9 or 25 holes ["female"], then it's serial), say Y.
4871da177e4SLinus Torvalds	  Also read the Printing-HOWTO, available from
4881da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>.
4891da177e4SLinus Torvalds
4901da177e4SLinus Torvalds	  It is possible to share one parallel port among several devices
4911da177e4SLinus Torvalds	  (e.g. printer and ZIP drive) and it is safe to compile the
4921da177e4SLinus Torvalds	  corresponding drivers into the kernel.
4931da177e4SLinus Torvalds
4941da177e4SLinus Torvalds	  To compile this driver as a module, choose M here and read
4951da177e4SLinus Torvalds	  <file:Documentation/parport.txt>.  The module will be called lp.
4961da177e4SLinus Torvalds
4971da177e4SLinus Torvalds	  If you have several parallel ports, you can specify which ports to
4981da177e4SLinus Torvalds	  use with the "lp" kernel command line option.  (Try "man bootparam"
4991da177e4SLinus Torvalds	  or see the documentation of your boot loader (lilo or loadlin) about
5001da177e4SLinus Torvalds	  how to pass options to the kernel at boot time.)  The syntax of the
5011da177e4SLinus Torvalds	  "lp" command line option can be found in <file:drivers/char/lp.c>.
5021da177e4SLinus Torvalds
5031da177e4SLinus Torvalds	  If you have more than 8 printers, you need to increase the LP_NO
5041da177e4SLinus Torvalds	  macro in lp.c and the PARPORT_MAX macro in parport.h.
5051da177e4SLinus Torvalds
5061da177e4SLinus Torvaldsconfig LP_CONSOLE
5071da177e4SLinus Torvalds	bool "Support for console on line printer"
5081da177e4SLinus Torvalds	depends on PRINTER
5091da177e4SLinus Torvalds	---help---
5101da177e4SLinus Torvalds	  If you want kernel messages to be printed out as they occur, you
5111da177e4SLinus Torvalds	  can have a console on the printer. This option adds support for
5121da177e4SLinus Torvalds	  doing that; to actually get it to happen you need to pass the
5131da177e4SLinus Torvalds	  option "console=lp0" to the kernel at boot time.
5141da177e4SLinus Torvalds
5151da177e4SLinus Torvalds	  If the printer is out of paper (or off, or unplugged, or too
5161da177e4SLinus Torvalds	  busy..) the kernel will stall until the printer is ready again.
5171da177e4SLinus Torvalds	  By defining CONSOLE_LP_STRICT to 0 (at your own risk) you
5181da177e4SLinus Torvalds	  can make the kernel continue when this happens,
5191da177e4SLinus Torvalds	  but it'll lose the kernel messages.
5201da177e4SLinus Torvalds
5211da177e4SLinus Torvalds	  If unsure, say N.
5221da177e4SLinus Torvalds
5231da177e4SLinus Torvaldsconfig PPDEV
5241da177e4SLinus Torvalds	tristate "Support for user-space parallel port device drivers"
5251da177e4SLinus Torvalds	depends on PARPORT
5261da177e4SLinus Torvalds	---help---
5271da177e4SLinus Torvalds	  Saying Y to this adds support for /dev/parport device nodes.  This
5281da177e4SLinus Torvalds	  is needed for programs that want portable access to the parallel
5291da177e4SLinus Torvalds	  port, for instance deviceid (which displays Plug-and-Play device
5301da177e4SLinus Torvalds	  IDs).
5311da177e4SLinus Torvalds
5321da177e4SLinus Torvalds	  This is the parallel port equivalent of SCSI generic support (sg).
5331da177e4SLinus Torvalds	  It is safe to say N to this -- it is not needed for normal printing
5341da177e4SLinus Torvalds	  or parallel port CD-ROM/disk support.
5351da177e4SLinus Torvalds
5361da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5371da177e4SLinus Torvalds	  module will be called ppdev.
5381da177e4SLinus Torvalds
5391da177e4SLinus Torvalds	  If unsure, say N.
5401da177e4SLinus Torvalds
5411da177e4SLinus Torvaldsconfig TIPAR
5421da177e4SLinus Torvalds	tristate "Texas Instruments parallel link cable support"
5431da177e4SLinus Torvalds	depends on PARPORT
5441da177e4SLinus Torvalds	---help---
5451da177e4SLinus Torvalds	  If you own a Texas Instruments graphing calculator and use a
5461da177e4SLinus Torvalds	  parallel link cable, then you might be interested in this driver.
5471da177e4SLinus Torvalds
5481da177e4SLinus Torvalds	  If you enable this driver, you will be able to communicate with
5491da177e4SLinus Torvalds	  your calculator through a set of device nodes under /dev. The
5501da177e4SLinus Torvalds	  main advantage of this driver is that you don't have to be root
5511da177e4SLinus Torvalds	  to use this precise link cable (depending on the permissions on
5521da177e4SLinus Torvalds	  the device nodes, though).
5531da177e4SLinus Torvalds
5541da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5551da177e4SLinus Torvalds	  module will be called tipar.
5561da177e4SLinus Torvalds
5571da177e4SLinus Torvalds	  If you don't know what a parallel link cable is or what a Texas
5581da177e4SLinus Torvalds	  Instruments graphing calculator is, then you probably don't need this
5591da177e4SLinus Torvalds	  driver.
5601da177e4SLinus Torvalds
5611da177e4SLinus Torvalds	  If unsure, say N.
5621da177e4SLinus Torvalds
5631da177e4SLinus Torvaldsconfig HVC_CONSOLE
5641da177e4SLinus Torvalds	bool "pSeries Hypervisor Virtual Console support"
5651da177e4SLinus Torvalds	depends on PPC_PSERIES
5661da177e4SLinus Torvalds	help
5671da177e4SLinus Torvalds	  pSeries machines when partitioned support a hypervisor virtual
5681da177e4SLinus Torvalds	  console. This driver allows each pSeries partition to have a console
5691da177e4SLinus Torvalds	  which is accessed via the HMC.
5701da177e4SLinus Torvalds
5711da177e4SLinus Torvaldsconfig HVCS
5721da177e4SLinus Torvalds	tristate "IBM Hypervisor Virtual Console Server support"
5731da177e4SLinus Torvalds	depends on PPC_PSERIES
5741da177e4SLinus Torvalds	help
5751da177e4SLinus Torvalds	  Partitionable IBM Power5 ppc64 machines allow hosting of
5761da177e4SLinus Torvalds	  firmware virtual consoles from one Linux partition by
5771da177e4SLinus Torvalds	  another Linux partition.  This driver allows console data
5781da177e4SLinus Torvalds	  from Linux partitions to be accessed through TTY device
5791da177e4SLinus Torvalds	  interfaces in the device tree of a Linux partition running
5801da177e4SLinus Torvalds	  this driver.
5811da177e4SLinus Torvalds
5821da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5831da177e4SLinus Torvalds	  module will be called hvcs.ko.  Additionally, this module
5841da177e4SLinus Torvalds	  will depend on arch specific APIs exported from hvcserver.ko
5851da177e4SLinus Torvalds	  which will also be compiled when this driver is built as a
5861da177e4SLinus Torvalds	  module.
5871da177e4SLinus Torvalds
5881da177e4SLinus Torvaldssource "drivers/char/ipmi/Kconfig"
5891da177e4SLinus Torvalds
5901da177e4SLinus Torvaldssource "drivers/char/watchdog/Kconfig"
5911da177e4SLinus Torvalds
5921da177e4SLinus Torvaldsconfig DS1620
5931da177e4SLinus Torvalds	tristate "NetWinder thermometer support"
5941da177e4SLinus Torvalds	depends on ARCH_NETWINDER
5951da177e4SLinus Torvalds	help
5961da177e4SLinus Torvalds	  Say Y here to include support for the thermal management hardware
5971da177e4SLinus Torvalds	  found in the NetWinder. This driver allows the user to control the
5981da177e4SLinus Torvalds	  temperature set points and to read the current temperature.
5991da177e4SLinus Torvalds
6001da177e4SLinus Torvalds	  It is also possible to say M here to build it as a module (ds1620)
6011da177e4SLinus Torvalds	  It is recommended to be used on a NetWinder, but it is not a
6021da177e4SLinus Torvalds	  necessity.
6031da177e4SLinus Torvalds
6041da177e4SLinus Torvaldsconfig NWBUTTON
6051da177e4SLinus Torvalds	tristate "NetWinder Button"
6061da177e4SLinus Torvalds	depends on ARCH_NETWINDER
6071da177e4SLinus Torvalds	---help---
6081da177e4SLinus Torvalds	  If you say Y here and create a character device node /dev/nwbutton
6091da177e4SLinus Torvalds	  with major and minor numbers 10 and 158 ("man mknod"), then every
6101da177e4SLinus Torvalds	  time the orange button is pressed a number of times, the number of
6111da177e4SLinus Torvalds	  times the button was pressed will be written to that device.
6121da177e4SLinus Torvalds
6131da177e4SLinus Torvalds	  This is most useful for applications, as yet unwritten, which
6141da177e4SLinus Torvalds	  perform actions based on how many times the button is pressed in a
6151da177e4SLinus Torvalds	  row.
6161da177e4SLinus Torvalds
6171da177e4SLinus Torvalds	  Do not hold the button down for too long, as the driver does not
6181da177e4SLinus Torvalds	  alter the behaviour of the hardware reset circuitry attached to the
6191da177e4SLinus Torvalds	  button; it will still execute a hard reset if the button is held
6201da177e4SLinus Torvalds	  down for longer than approximately five seconds.
6211da177e4SLinus Torvalds
6221da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6231da177e4SLinus Torvalds	  module will be called nwbutton.
6241da177e4SLinus Torvalds
6251da177e4SLinus Torvalds	  Most people will answer Y to this question and "Reboot Using Button"
6261da177e4SLinus Torvalds	  below to be able to initiate a system shutdown from the button.
6271da177e4SLinus Torvalds
6281da177e4SLinus Torvaldsconfig NWBUTTON_REBOOT
6291da177e4SLinus Torvalds	bool "Reboot Using Button"
6301da177e4SLinus Torvalds	depends on NWBUTTON
6311da177e4SLinus Torvalds	help
6321da177e4SLinus Torvalds	  If you say Y here, then you will be able to initiate a system
6331da177e4SLinus Torvalds	  shutdown and reboot by pressing the orange button a number of times.
6341da177e4SLinus Torvalds	  The number of presses to initiate the shutdown is two by default,
6351da177e4SLinus Torvalds	  but this can be altered by modifying the value of NUM_PRESSES_REBOOT
6361da177e4SLinus Torvalds	  in nwbutton.h and recompiling the driver or, if you compile the
6371da177e4SLinus Torvalds	  driver as a module, you can specify the number of presses at load
6381da177e4SLinus Torvalds	  time with "insmod button reboot_count=<something>".
6391da177e4SLinus Torvalds
6401da177e4SLinus Torvaldsconfig NWFLASH
6411da177e4SLinus Torvalds	tristate "NetWinder flash support"
6421da177e4SLinus Torvalds	depends on ARCH_NETWINDER
6431da177e4SLinus Torvalds	---help---
6441da177e4SLinus Torvalds	  If you say Y here and create a character device /dev/flash with
6451da177e4SLinus Torvalds	  major 10 and minor 160 you can manipulate the flash ROM containing
6461da177e4SLinus Torvalds	  the NetWinder firmware. Be careful as accidentally overwriting the
6471da177e4SLinus Torvalds	  flash contents can render your computer unbootable. On no account
6481da177e4SLinus Torvalds	  allow random users access to this device. :-)
6491da177e4SLinus Torvalds
6501da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6511da177e4SLinus Torvalds	  module will be called nwflash.
6521da177e4SLinus Torvalds
6531da177e4SLinus Torvalds	  If you're not sure, say N.
6541da177e4SLinus Torvalds
6551da177e4SLinus Torvaldsconfig HW_RANDOM
6561da177e4SLinus Torvalds	tristate "Intel/AMD/VIA HW Random Number Generator support"
6571da177e4SLinus Torvalds	depends on (X86 || IA64) && PCI
6581da177e4SLinus Torvalds	---help---
6591da177e4SLinus Torvalds	  This driver provides kernel-side support for the Random Number
6601da177e4SLinus Torvalds	  Generator hardware found on Intel i8xx-based motherboards,
6611da177e4SLinus Torvalds	  AMD 76x-based motherboards, and Via Nehemiah CPUs.
6621da177e4SLinus Torvalds
6631da177e4SLinus Torvalds	  Provides a character driver, used to read() entropy data.
6641da177e4SLinus Torvalds
6651da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6661da177e4SLinus Torvalds	  module will be called hw_random.
6671da177e4SLinus Torvalds
6681da177e4SLinus Torvalds	  If unsure, say N.
6691da177e4SLinus Torvalds
6701da177e4SLinus Torvaldsconfig NVRAM
6711da177e4SLinus Torvalds	tristate "/dev/nvram support"
6720d078f6fSBrian Gerst	depends on ATARI || X86 || ARM || GENERIC_NVRAM
6731da177e4SLinus Torvalds	---help---
6741da177e4SLinus Torvalds	  If you say Y here and create a character special file /dev/nvram
6751da177e4SLinus Torvalds	  with major number 10 and minor number 144 using mknod ("man mknod"),
6761da177e4SLinus Torvalds	  you get read and write access to the extra bytes of non-volatile
6771da177e4SLinus Torvalds	  memory in the real time clock (RTC), which is contained in every PC
6781da177e4SLinus Torvalds	  and most Ataris.  The actual number of bytes varies, depending on the
6791da177e4SLinus Torvalds	  nvram in the system, but is usually 114 (128-14 for the RTC).
6801da177e4SLinus Torvalds
6811da177e4SLinus Torvalds	  This memory is conventionally called "CMOS RAM" on PCs and "NVRAM"
6821da177e4SLinus Torvalds	  on Ataris. /dev/nvram may be used to view settings there, or to
6831da177e4SLinus Torvalds	  change them (with some utility). It could also be used to frequently
6841da177e4SLinus Torvalds	  save a few bits of very important data that may not be lost over
6851da177e4SLinus Torvalds	  power-off and for which writing to disk is too insecure. Note
6861da177e4SLinus Torvalds	  however that most NVRAM space in a PC belongs to the BIOS and you
6871da177e4SLinus Torvalds	  should NEVER idly tamper with it. See Ralf Brown's interrupt list
6881da177e4SLinus Torvalds	  for a guide to the use of CMOS bytes by your BIOS.
6891da177e4SLinus Torvalds
6901da177e4SLinus Torvalds	  On Atari machines, /dev/nvram is always configured and does not need
6911da177e4SLinus Torvalds	  to be selected.
6921da177e4SLinus Torvalds
6931da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6941da177e4SLinus Torvalds	  module will be called nvram.
6951da177e4SLinus Torvalds
6961da177e4SLinus Torvaldsconfig RTC
6971da177e4SLinus Torvalds	tristate "Enhanced Real Time Clock Support"
6982919b510SDavid Howells	depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV
6991da177e4SLinus Torvalds	---help---
7001da177e4SLinus Torvalds	  If you say Y here and create a character special file /dev/rtc with
7011da177e4SLinus Torvalds	  major number 10 and minor number 135 using mknod ("man mknod"), you
7021da177e4SLinus Torvalds	  will get access to the real time clock (or hardware clock) built
7031da177e4SLinus Torvalds	  into your computer.
7041da177e4SLinus Torvalds
7051da177e4SLinus Torvalds	  Every PC has such a clock built in. It can be used to generate
7061da177e4SLinus Torvalds	  signals from as low as 1Hz up to 8192Hz, and can also be used
7071da177e4SLinus Torvalds	  as a 24 hour alarm. It reports status information via the file
7081da177e4SLinus Torvalds	  /proc/driver/rtc and its behaviour is set by various ioctls on
7091da177e4SLinus Torvalds	  /dev/rtc.
7101da177e4SLinus Torvalds
7111da177e4SLinus Torvalds	  If you run Linux on a multiprocessor machine and said Y to
7121da177e4SLinus Torvalds	  "Symmetric Multi Processing" above, you should say Y here to read
7131da177e4SLinus Torvalds	  and set the RTC in an SMP compatible fashion.
7141da177e4SLinus Torvalds
7151da177e4SLinus Torvalds	  If you think you have a use for such a device (such as periodic data
7161da177e4SLinus Torvalds	  sampling), then say Y here, and read <file:Documentation/rtc.txt>
7171da177e4SLinus Torvalds	  for details.
7181da177e4SLinus Torvalds
7191da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
7201da177e4SLinus Torvalds	  module will be called rtc.
7211da177e4SLinus Torvalds
7221da177e4SLinus Torvaldsconfig SGI_DS1286
7231da177e4SLinus Torvalds	tristate "SGI DS1286 RTC support"
7241da177e4SLinus Torvalds	depends on SGI_IP22
7251da177e4SLinus Torvalds	help
7261da177e4SLinus Torvalds	  If you say Y here and create a character special file /dev/rtc with
7271da177e4SLinus Torvalds	  major number 10 and minor number 135 using mknod ("man mknod"), you
7281da177e4SLinus Torvalds	  will get access to the real time clock built into your computer.
7291da177e4SLinus Torvalds	  Every SGI has such a clock built in. It reports status information
7301da177e4SLinus Torvalds	  via the file /proc/rtc and its behaviour is set by various ioctls on
7311da177e4SLinus Torvalds	  /dev/rtc.
7321da177e4SLinus Torvalds
7331da177e4SLinus Torvaldsconfig SGI_IP27_RTC
7341da177e4SLinus Torvalds	bool "SGI M48T35 RTC support"
7351da177e4SLinus Torvalds	depends on SGI_IP27
7361da177e4SLinus Torvalds	help
7371da177e4SLinus Torvalds	  If you say Y here and create a character special file /dev/rtc with
7381da177e4SLinus Torvalds	  major number 10 and minor number 135 using mknod ("man mknod"), you
7391da177e4SLinus Torvalds	  will get access to the real time clock built into your computer.
7401da177e4SLinus Torvalds	  Every SGI has such a clock built in. It reports status information
7411da177e4SLinus Torvalds	  via the file /proc/rtc and its behaviour is set by various ioctls on
7421da177e4SLinus Torvalds	  /dev/rtc.
7431da177e4SLinus Torvalds
7441da177e4SLinus Torvaldsconfig GEN_RTC
7451da177e4SLinus Torvalds	tristate "Generic /dev/rtc emulation"
7462919b510SDavid Howells	depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV
7471da177e4SLinus Torvalds	---help---
7481da177e4SLinus Torvalds	  If you say Y here and create a character special file /dev/rtc with
7491da177e4SLinus Torvalds	  major number 10 and minor number 135 using mknod ("man mknod"), you
7501da177e4SLinus Torvalds	  will get access to the real time clock (or hardware clock) built
7511da177e4SLinus Torvalds	  into your computer.
7521da177e4SLinus Torvalds
7531da177e4SLinus Torvalds	  It reports status information via the file /proc/driver/rtc and its
7541da177e4SLinus Torvalds	  behaviour is set by various ioctls on /dev/rtc. If you enable the
7551da177e4SLinus Torvalds	  "extended RTC operation" below it will also provide an emulation
7561da177e4SLinus Torvalds	  for RTC_UIE which is required by some programs and may improve
7571da177e4SLinus Torvalds	  precision in some cases.
7581da177e4SLinus Torvalds
7591da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
7601da177e4SLinus Torvalds	  module will be called genrtc.
7611da177e4SLinus Torvalds
7621da177e4SLinus Torvaldsconfig GEN_RTC_X
7631da177e4SLinus Torvalds	bool "Extended RTC operation"
7641da177e4SLinus Torvalds	depends on GEN_RTC
7651da177e4SLinus Torvalds	help
7661da177e4SLinus Torvalds	  Provides an emulation for RTC_UIE which is required by some programs
7671da177e4SLinus Torvalds	  and may improve precision of the generic RTC support in some cases.
7681da177e4SLinus Torvalds
7691da177e4SLinus Torvaldsconfig EFI_RTC
7701da177e4SLinus Torvalds	bool "EFI Real Time Clock Services"
7711da177e4SLinus Torvalds	depends on IA64
7721da177e4SLinus Torvalds
7731da177e4SLinus Torvaldsconfig DS1302
7741da177e4SLinus Torvalds	tristate "DS1302 RTC support"
7751da177e4SLinus Torvalds	depends on M32R && (PLAT_M32700UT || PLAT_OPSPUT)
7761da177e4SLinus Torvalds	help
7771da177e4SLinus Torvalds	  If you say Y here and create a character special file /dev/rtc with
7781da177e4SLinus Torvalds	  major number 121 and minor number 0 using mknod ("man mknod"), you
7791da177e4SLinus Torvalds	  will get access to the real time clock (or hardware clock) built
7801da177e4SLinus Torvalds	  into your computer.
7811da177e4SLinus Torvalds
7821da177e4SLinus Torvaldsconfig S3C2410_RTC
7831da177e4SLinus Torvalds	bool "S3C2410 RTC Driver"
7841da177e4SLinus Torvalds	depends on ARCH_S3C2410
7851da177e4SLinus Torvalds	help
7861da177e4SLinus Torvalds	  RTC (Realtime Clock) driver for the clock inbuilt into the
7871da177e4SLinus Torvalds	  Samsung S3C2410. This can provide periodic interrupt rates
7881da177e4SLinus Torvalds	  from 1Hz to 64Hz for user programs, and wakeup from Alarm.
7891da177e4SLinus Torvalds
7901da177e4SLinus Torvaldsconfig RTC_VR41XX
7911da177e4SLinus Torvalds	tristate "NEC VR4100 series Real Time Clock Support"
7921da177e4SLinus Torvalds	depends on CPU_VR41XX
7931da177e4SLinus Torvalds
7941da177e4SLinus Torvaldsconfig COBALT_LCD
7951da177e4SLinus Torvalds	bool "Support for Cobalt LCD"
7961da177e4SLinus Torvalds	depends on MIPS_COBALT
7971da177e4SLinus Torvalds	help
7981da177e4SLinus Torvalds	  This option enables support for the LCD display and buttons found
7991da177e4SLinus Torvalds	  on Cobalt systems through a misc device.
8001da177e4SLinus Torvalds
8011da177e4SLinus Torvaldsconfig DTLK
8021da177e4SLinus Torvalds	tristate "Double Talk PC internal speech card support"
8031da177e4SLinus Torvalds	help
8041da177e4SLinus Torvalds	  This driver is for the DoubleTalk PC, a speech synthesizer
8051da177e4SLinus Torvalds	  manufactured by RC Systems (<http://www.rcsys.com/>).  It is also
8061da177e4SLinus Torvalds	  called the `internal DoubleTalk'.
8071da177e4SLinus Torvalds
8081da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
8091da177e4SLinus Torvalds	  module will be called dtlk.
8101da177e4SLinus Torvalds
8111da177e4SLinus Torvaldsconfig R3964
8121da177e4SLinus Torvalds	tristate "Siemens R3964 line discipline"
8131da177e4SLinus Torvalds	---help---
8141da177e4SLinus Torvalds	  This driver allows synchronous communication with devices using the
8151da177e4SLinus Torvalds	  Siemens R3964 packet protocol. Unless you are dealing with special
8161da177e4SLinus Torvalds	  hardware like PLCs, you are unlikely to need this.
8171da177e4SLinus Torvalds
8181da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
8191da177e4SLinus Torvalds	  module will be called n_r3964.
8201da177e4SLinus Torvalds
8211da177e4SLinus Torvalds	  If unsure, say N.
8221da177e4SLinus Torvalds
8231da177e4SLinus Torvaldsconfig APPLICOM
8241da177e4SLinus Torvalds	tristate "Applicom intelligent fieldbus card support"
8251da177e4SLinus Torvalds	depends on PCI
8261da177e4SLinus Torvalds	---help---
8271da177e4SLinus Torvalds	  This driver provides the kernel-side support for the intelligent
8281da177e4SLinus Torvalds	  fieldbus cards made by Applicom International. More information
8291da177e4SLinus Torvalds	  about these cards can be found on the WWW at the address
8301da177e4SLinus Torvalds	  <http://www.applicom-int.com/>, or by email from David Woodhouse
8311da177e4SLinus Torvalds	  <dwmw2@infradead.org>.
8321da177e4SLinus Torvalds
8331da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
8341da177e4SLinus Torvalds	  module will be called applicom.
8351da177e4SLinus Torvalds
8361da177e4SLinus Torvalds	  If unsure, say N.
8371da177e4SLinus Torvalds
8381da177e4SLinus Torvaldsconfig SONYPI
8391da177e4SLinus Torvalds	tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)"
8401da177e4SLinus Torvalds	depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT
8411da177e4SLinus Torvalds	---help---
8421da177e4SLinus Torvalds	  This driver enables access to the Sony Programmable I/O Control
8431da177e4SLinus Torvalds	  Device which can be found in many (all ?) Sony Vaio laptops.
8441da177e4SLinus Torvalds
8451da177e4SLinus Torvalds	  If you have one of those laptops, read
8461da177e4SLinus Torvalds	  <file:Documentation/sonypi.txt>, and say Y or M here.
8471da177e4SLinus Torvalds
8481da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
8491da177e4SLinus Torvalds	  module will be called sonypi.
8501da177e4SLinus Torvalds
8511da177e4SLinus Torvaldsconfig TANBAC_TB0219
8521da177e4SLinus Torvalds	tristate "TANBAC TB0219 base board support"
85363b799f9SYoichi Yuasa	depends TANBAC_TB022X
8541da177e4SLinus Torvalds
8551da177e4SLinus Torvaldsmenu "Ftape, the floppy tape device driver"
8561da177e4SLinus Torvalds
8571da177e4SLinus Torvaldsconfig FTAPE
8581da177e4SLinus Torvalds	tristate "Ftape (QIC-80/Travan) support"
8591da177e4SLinus Torvalds	depends on BROKEN_ON_SMP && (ALPHA || X86)
8601da177e4SLinus Torvalds	---help---
8611da177e4SLinus Torvalds	  If you have a tape drive that is connected to your floppy
8621da177e4SLinus Torvalds	  controller, say Y here.
8631da177e4SLinus Torvalds
8641da177e4SLinus Torvalds	  Some tape drives (like the Seagate "Tape Store 3200" or the Iomega
8651da177e4SLinus Torvalds	  "Ditto 3200" or the Exabyte "Eagle TR-3") come with a "high speed"
8661da177e4SLinus Torvalds	  controller of their own. These drives (and their companion
8671da177e4SLinus Torvalds	  controllers) are also supported if you say Y here.
8681da177e4SLinus Torvalds
8691da177e4SLinus Torvalds	  If you have a special controller (such as the CMS FC-10, FC-20,
8701da177e4SLinus Torvalds	  Mountain Mach-II, or any controller that is based on the Intel 82078
8711da177e4SLinus Torvalds	  FDC like the high speed controllers by Seagate and Exabyte and
8721da177e4SLinus Torvalds	  Iomega's "Ditto Dash") you must configure it by selecting the
8731da177e4SLinus Torvalds	  appropriate entries from the "Floppy tape controllers" sub-menu
8741da177e4SLinus Torvalds	  below and possibly modify the default values for the IRQ and DMA
8751da177e4SLinus Torvalds	  channel and the IO base in ftape's configuration menu.
8761da177e4SLinus Torvalds
8771da177e4SLinus Torvalds	  If you want to use your floppy tape drive on a PCI-bus based system,
8781da177e4SLinus Torvalds	  please read the file <file:drivers/char/ftape/README.PCI>.
8791da177e4SLinus Torvalds
8801da177e4SLinus Torvalds	  The ftape kernel driver is also available as a runtime loadable
8811da177e4SLinus Torvalds	  module. To compile this driver as a module, choose M here: the
8821da177e4SLinus Torvalds	  module will be called ftape.
8831da177e4SLinus Torvalds
8841da177e4SLinus Torvalds	  Note that the Ftape-HOWTO is out of date (sorry) and documents the
8851da177e4SLinus Torvalds	  older version 2.08 of this software but still contains useful
8861da177e4SLinus Torvalds	  information.  There is a web page with more recent documentation at
8871da177e4SLinus Torvalds	  <http://www.instmath.rwth-aachen.de/~heine/ftape/>.  This page
8881da177e4SLinus Torvalds	  always contains the latest release of the ftape driver and useful
8891da177e4SLinus Torvalds	  information (backup software, ftape related patches and
8901da177e4SLinus Torvalds	  documentation, FAQ).  Note that the file system interface has
8911da177e4SLinus Torvalds	  changed quite a bit compared to previous versions of ftape.  Please
8921da177e4SLinus Torvalds	  read <file:Documentation/ftape.txt>.
8931da177e4SLinus Torvalds
8941da177e4SLinus Torvaldssource "drivers/char/ftape/Kconfig"
8951da177e4SLinus Torvalds
8961da177e4SLinus Torvaldsendmenu
8971da177e4SLinus Torvalds
8981da177e4SLinus Torvaldssource "drivers/char/agp/Kconfig"
8991da177e4SLinus Torvalds
9001da177e4SLinus Torvaldssource "drivers/char/drm/Kconfig"
9011da177e4SLinus Torvalds
9021da177e4SLinus Torvaldssource "drivers/char/pcmcia/Kconfig"
9031da177e4SLinus Torvalds
9041da177e4SLinus Torvaldsconfig MWAVE
9051da177e4SLinus Torvalds	tristate "ACP Modem (Mwave) support"
9061da177e4SLinus Torvalds	depends on X86
9071da177e4SLinus Torvalds	select SERIAL_8250
9081da177e4SLinus Torvalds	---help---
9091da177e4SLinus Torvalds	  The ACP modem (Mwave) for Linux is a WinModem. It is composed of a
9101da177e4SLinus Torvalds	  kernel driver and a user level application. Together these components
9111da177e4SLinus Torvalds	  support direct attachment to public switched telephone networks (PSTNs)
9121da177e4SLinus Torvalds	  and support selected world wide countries.
9131da177e4SLinus Torvalds
9141da177e4SLinus Torvalds	  This version of the ACP Modem driver supports the IBM Thinkpad 600E,
9151da177e4SLinus Torvalds	  600, and 770 that include on board ACP modem hardware.
9161da177e4SLinus Torvalds
9171da177e4SLinus Torvalds	  The modem also supports the standard communications port interface
9181da177e4SLinus Torvalds	  (ttySx) and is compatible with the Hayes AT Command Set.
9191da177e4SLinus Torvalds
9201da177e4SLinus Torvalds	  The user level application needed to use this driver can be found at
9211da177e4SLinus Torvalds	  the IBM Linux Technology Center (LTC) web site:
9221da177e4SLinus Torvalds	  <http://www.ibm.com/linux/ltc/>.
9231da177e4SLinus Torvalds
9241da177e4SLinus Torvalds	  If you own one of the above IBM Thinkpads which has the Mwave chipset
9251da177e4SLinus Torvalds	  in it, say Y.
9261da177e4SLinus Torvalds
9271da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
9281da177e4SLinus Torvalds	  module will be called mwave.
9291da177e4SLinus Torvalds
9301da177e4SLinus Torvaldsconfig SCx200_GPIO
9311da177e4SLinus Torvalds	tristate "NatSemi SCx200 GPIO Support"
9321da177e4SLinus Torvalds	depends on SCx200
9331da177e4SLinus Torvalds	help
9341da177e4SLinus Torvalds	  Give userspace access to the GPIO pins on the National
9351da177e4SLinus Torvalds	  Semiconductor SCx200 processors.
9361da177e4SLinus Torvalds
9371da177e4SLinus Torvalds	  If compiled as a module, it will be called scx200_gpio.
9381da177e4SLinus Torvalds
939e400bae9SYoichi Yuasaconfig GPIO_VR41XX
940e400bae9SYoichi Yuasa	tristate "NEC VR4100 series General-purpose I/O Unit support"
941e400bae9SYoichi Yuasa	depends on CPU_VR41XX
942e400bae9SYoichi Yuasa
9431da177e4SLinus Torvaldsconfig RAW_DRIVER
9441da177e4SLinus Torvalds	tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)"
9451da177e4SLinus Torvalds	help
9461da177e4SLinus Torvalds	  The raw driver permits block devices to be bound to /dev/raw/rawN.
9471da177e4SLinus Torvalds	  Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
9481da177e4SLinus Torvalds	  See the raw(8) manpage for more details.
9491da177e4SLinus Torvalds
95098e7f294SAdrian Bunk          The raw driver is deprecated and will be removed soon.
95198e7f294SAdrian Bunk          Applications should simply open the device (eg /dev/hda1)
9521da177e4SLinus Torvalds          with the O_DIRECT flag.
9531da177e4SLinus Torvalds
9540de502aaSAndrew Mortonconfig MAX_RAW_DEVS
9550de502aaSAndrew Morton	int "Maximum number of RAW devices to support (1-8192)"
9560de502aaSAndrew Morton	depends on RAW_DRIVER
9570de502aaSAndrew Morton	default "256"
9580de502aaSAndrew Morton	help
9590de502aaSAndrew Morton	  The maximum number of RAW devices that are supported.
9600de502aaSAndrew Morton	  Default is 256. Increase this number in case you need lots of
9610de502aaSAndrew Morton	  raw devices.
9620de502aaSAndrew Morton
9631da177e4SLinus Torvaldsconfig HPET
9641da177e4SLinus Torvalds	bool "HPET - High Precision Event Timer" if (X86 || IA64)
9651da177e4SLinus Torvalds	default n
9661da177e4SLinus Torvalds	depends on ACPI
9671da177e4SLinus Torvalds	help
9681da177e4SLinus Torvalds	  If you say Y here, you will have a miscdevice named "/dev/hpet/".  Each
9691da177e4SLinus Torvalds	  open selects one of the timers supported by the HPET.  The timers are
9701da177e4SLinus Torvalds	  non-periodioc and/or periodic.
9711da177e4SLinus Torvalds
9721da177e4SLinus Torvaldsconfig HPET_RTC_IRQ
9731da177e4SLinus Torvalds	bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC
9741da177e4SLinus Torvalds	default n
9751da177e4SLinus Torvalds	depends on HPET
9761da177e4SLinus Torvalds	help
9771da177e4SLinus Torvalds	  If you say Y here, you will disable RTC_IRQ in drivers/char/rtc.c. It
9781da177e4SLinus Torvalds	  is assumed the platform called hpet_alloc with the RTC IRQ values for
9791da177e4SLinus Torvalds	  the HPET timers.
9801da177e4SLinus Torvalds
9811da177e4SLinus Torvaldsconfig HPET_MMAP
9821da177e4SLinus Torvalds	bool "Allow mmap of HPET"
9831da177e4SLinus Torvalds	default y
9841da177e4SLinus Torvalds	depends on HPET
9851da177e4SLinus Torvalds	help
9861da177e4SLinus Torvalds	  If you say Y here, user applications will be able to mmap
9871da177e4SLinus Torvalds	  the HPET registers.
9881da177e4SLinus Torvalds
9891da177e4SLinus Torvalds	  In some hardware implementations, the page containing HPET
9901da177e4SLinus Torvalds	  registers may also contain other things that shouldn't be
9911da177e4SLinus Torvalds	  exposed to the user.  If this applies to your hardware,
9921da177e4SLinus Torvalds	  say N here.
9931da177e4SLinus Torvalds
9941da177e4SLinus Torvaldsconfig HANGCHECK_TIMER
9951da177e4SLinus Torvalds	tristate "Hangcheck timer"
996347a8dc3SMartin Schwidefsky	depends on X86 || IA64 || PPC64 || S390
9971da177e4SLinus Torvalds	help
9981da177e4SLinus Torvalds	  The hangcheck-timer module detects when the system has gone
9991da177e4SLinus Torvalds	  out to lunch past a certain margin.  It can reboot the system
10001da177e4SLinus Torvalds	  or merely print a warning.
10011da177e4SLinus Torvalds
10021da177e4SLinus Torvaldsconfig MMTIMER
10031da177e4SLinus Torvalds	tristate "MMTIMER Memory mapped RTC for SGI Altix"
10041da177e4SLinus Torvalds	depends on IA64_GENERIC || IA64_SGI_SN2
10051da177e4SLinus Torvalds	default y
10061da177e4SLinus Torvalds	help
10071da177e4SLinus Torvalds	  The mmtimer device allows direct userspace access to the
10081da177e4SLinus Torvalds	  Altix system timer.
10091da177e4SLinus Torvalds
10101da177e4SLinus Torvaldssource "drivers/char/tpm/Kconfig"
10111da177e4SLinus Torvalds
10121a80ba88SMark Grossconfig TELCLOCK
10131a80ba88SMark Gross	tristate "Telecom clock driver for MPBL0010 ATCA SBC"
10141a80ba88SMark Gross	depends on EXPERIMENTAL
10151a80ba88SMark Gross	default n
10161a80ba88SMark Gross	help
10171a80ba88SMark Gross	  The telecom clock device is specific to the MPBL0010 ATCA computer and
10181a80ba88SMark Gross	  allows direct userspace access to the configuration of the telecom clock
10191a80ba88SMark Gross	  configuration settings.  This device is used for hardware synchronization
10201a80ba88SMark Gross	  across the ATCA backplane fabric.  Upon loading, the driver exports a
10211a80ba88SMark Gross	  sysfs directory, /sys/devices/platform/telco_clock, with a number of
10221a80ba88SMark Gross	  files for controlling the behavior of this hardware.
10231a80ba88SMark Gross
10241da177e4SLinus Torvaldsendmenu
10251da177e4SLinus Torvalds
1026