aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r--drivers/char/Kconfig44
1 files changed, 26 insertions, 18 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 2d854bb9373e..d0ac944e1696 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -36,6 +36,14 @@ config VT
36 If unsure, say Y, or else you won't be able to do much with your new 36 If unsure, say Y, or else you won't be able to do much with your new
37 shiny Linux system :-) 37 shiny Linux system :-)
38 38
39config CONSOLE_TRANSLATIONS
40 depends on VT
41 default y
42 bool "Enable character translations in console" if EMBEDDED
43 ---help---
44 This enables support for font mapping and Unicode translation
45 on virtual consoles.
46
39config VT_CONSOLE 47config VT_CONSOLE
40 bool "Support for console on virtual terminal" if EMBEDDED 48 bool "Support for console on virtual terminal" if EMBEDDED
41 depends on VT 49 depends on VT
@@ -300,16 +308,6 @@ config SPECIALIX
300 and compile this driver as kernel loadable module which will be 308 and compile this driver as kernel loadable module which will be
301 called specialix. 309 called specialix.
302 310
303config SPECIALIX_RTSCTS
304 bool "Specialix DTR/RTS pin is RTS"
305 depends on SPECIALIX
306 help
307 The Specialix IO8+ card can only support either RTS or DTR. If you
308 say N here, the driver will use the pin as "DTR" when the tty is in
309 software handshake mode. If you say Y here or hardware handshake is
310 on, it will always be RTS. Read the file
311 <file:Documentation/specialix.txt> for more information.
312
313config SX 311config SX
314 tristate "Specialix SX (and SI) card support" 312 tristate "Specialix SX (and SI) card support"
315 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) 313 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA)
@@ -588,11 +586,14 @@ config HVC_DRIVER
588 It will automatically be selected if one of the back-end console drivers 586 It will automatically be selected if one of the back-end console drivers
589 is selected. 587 is selected.
590 588
589config HVC_IRQ
590 bool
591 591
592config HVC_CONSOLE 592config HVC_CONSOLE
593 bool "pSeries Hypervisor Virtual Console support" 593 bool "pSeries Hypervisor Virtual Console support"
594 depends on PPC_PSERIES 594 depends on PPC_PSERIES
595 select HVC_DRIVER 595 select HVC_DRIVER
596 select HVC_IRQ
596 help 597 help
597 pSeries machines when partitioned support a hypervisor virtual 598 pSeries machines when partitioned support a hypervisor virtual
598 console. This driver allows each pSeries partition to have a console 599 console. This driver allows each pSeries partition to have a console
@@ -603,6 +604,7 @@ config HVC_ISERIES
603 depends on PPC_ISERIES 604 depends on PPC_ISERIES
604 default y 605 default y
605 select HVC_DRIVER 606 select HVC_DRIVER
607 select HVC_IRQ
606 help 608 help
607 iSeries machines support a hypervisor virtual console. 609 iSeries machines support a hypervisor virtual console.
608 610
@@ -624,13 +626,18 @@ config HVC_XEN
624 bool "Xen Hypervisor Console support" 626 bool "Xen Hypervisor Console support"
625 depends on XEN 627 depends on XEN
626 select HVC_DRIVER 628 select HVC_DRIVER
629 select HVC_IRQ
627 default y 630 default y
628 help 631 help
629 Xen virtual console device driver 632 Xen virtual console device driver
630 633
631config VIRTIO_CONSOLE 634config VIRTIO_CONSOLE
632 bool 635 tristate "Virtio console"
636 depends on VIRTIO
633 select HVC_DRIVER 637 select HVC_DRIVER
638 help
639 Virtio console for use with lguest and other hypervisors.
640
634 641
635config HVCS 642config HVCS
636 tristate "IBM Hypervisor Virtual Console Server support" 643 tristate "IBM Hypervisor Virtual Console Server support"
@@ -649,6 +656,14 @@ config HVCS
649 which will also be compiled when this driver is built as a 656 which will also be compiled when this driver is built as a
650 module. 657 module.
651 658
659config IBM_BSR
660 tristate "IBM POWER Barrier Synchronization Register support"
661 depends on PPC_PSERIES
662 help
663 This devices exposes a hardware mechanism for fast synchronization
664 of threads across a large system which avoids bouncing a cacheline
665 between several cores on a system
666
652source "drivers/char/ipmi/Kconfig" 667source "drivers/char/ipmi/Kconfig"
653 668
654config DS1620 669config DS1620
@@ -859,13 +874,6 @@ config DS1302
859 874
860endif # RTC_LIB 875endif # RTC_LIB
861 876
862config COBALT_LCD
863 bool "Support for Cobalt LCD"
864 depends on MIPS_COBALT
865 help
866 This option enables support for the LCD display and buttons found
867 on Cobalt systems through a misc device.
868
869config DTLK 877config DTLK
870 tristate "Double Talk PC internal speech card support" 878 tristate "Double Talk PC internal speech card support"
871 depends on ISA 879 depends on ISA