From: James S. <jsi...@us...> - 2002-11-01 23:18:35
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/char In directory usw-pr-cvs1:/tmp/cvs-serv595 Added Files: Kconfig Log Message: Synced to 2.5.45 --- NEW FILE: Kconfig --- # # Character device configuration # menu "Character devices" config VT bool "Virtual terminal" depends on INPUT ---help--- If you say Y here, you will get support for terminal devices with display and keyboard devices. These are called "virtual" because you can run several virtual terminals (also called virtual consoles) on one physical terminal. This is rather useful, for example one virtual terminal can collect system messages and warnings, another one can be used for a text-mode user session, and a third could run an X session, all in parallel. Switching between virtual terminals is done with certain key combinations, usually Alt-<function key>. [...1240 lines suppressed...] a module, say M here and read Documentation/modules.txt. config SCx200_GPIO tristate "NatSemi SCx200 GPIO Support" depends on SCx200 help Give userspace access to the GPIO pins on the National Semiconductor SCx200 processors. If compiled as a module, it will be called scx200_gpio.o. config RAW_DRIVER tristate "RAW driver (/dev/raw/rawN)" help The raw driver permits block devices to be bound to /dev/raw/rawN. Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. See the raw(8) manpage for more details. endmenu |