diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 43d6ba83a191..f5be8081cd81 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -190,7 +190,7 @@ config DIGIEPCA | |||
190 | 190 | ||
191 | config ESPSERIAL | 191 | config ESPSERIAL |
192 | tristate "Hayes ESP serial port support" | 192 | tristate "Hayes ESP serial port support" |
193 | depends on SERIAL_NONSTANDARD && ISA && ISA_DMA_API | 193 | depends on SERIAL_NONSTANDARD && ISA && ISA_DMA_API && BROKEN |
194 | help | 194 | help |
195 | This is a driver which supports Hayes ESP serial ports. Both single | 195 | This is a driver which supports Hayes ESP serial ports. Both single |
196 | port cards and multiport cards are supported. Make sure to read | 196 | port cards and multiport cards are supported. Make sure to read |
@@ -443,6 +443,17 @@ config UNIX98_PTYS | |||
443 | All modern Linux systems use the Unix98 ptys. Say Y unless | 443 | All modern Linux systems use the Unix98 ptys. Say Y unless |
444 | you're on an embedded system and want to conserve memory. | 444 | you're on an embedded system and want to conserve memory. |
445 | 445 | ||
446 | config DEVPTS_MULTIPLE_INSTANCES | ||
447 | bool "Support multiple instances of devpts" | ||
448 | depends on UNIX98_PTYS | ||
449 | default n | ||
450 | ---help--- | ||
451 | Enable support for multiple instances of devpts filesystem. | ||
452 | If you want to have isolated PTY namespaces (eg: in containers), | ||
453 | say Y here. Otherwise, say N. If enabled, each mount of devpts | ||
454 | filesystem with the '-o newinstance' option will create an | ||
455 | independent PTY namespace. | ||
456 | |||
446 | config LEGACY_PTYS | 457 | config LEGACY_PTYS |
447 | bool "Legacy (BSD) PTY support" | 458 | bool "Legacy (BSD) PTY support" |
448 | default y | 459 | default y |
@@ -605,6 +616,7 @@ config HVC_ISERIES | |||
605 | default y | 616 | default y |
606 | select HVC_DRIVER | 617 | select HVC_DRIVER |
607 | select HVC_IRQ | 618 | select HVC_IRQ |
619 | select VIOPATH | ||
608 | help | 620 | help |
609 | iSeries machines support a hypervisor virtual console. | 621 | iSeries machines support a hypervisor virtual console. |
610 | 622 | ||
@@ -622,6 +634,16 @@ config HVC_BEAT | |||
622 | help | 634 | help |
623 | Toshiba's Cell Reference Set Beat Console device driver | 635 | Toshiba's Cell Reference Set Beat Console device driver |
624 | 636 | ||
637 | config HVC_IUCV | ||
638 | bool "z/VM IUCV Hypervisor console support (VM only)" | ||
639 | depends on S390 | ||
640 | select HVC_DRIVER | ||
641 | select IUCV | ||
642 | default y | ||
643 | help | ||
644 | This driver provides a Hypervisor console (HVC) back-end to access | ||
645 | a Linux (console) terminal via a z/VM IUCV communication path. | ||
646 | |||
625 | config HVC_XEN | 647 | config HVC_XEN |
626 | bool "Xen Hypervisor Console support" | 648 | bool "Xen Hypervisor Console support" |
627 | depends on XEN | 649 | depends on XEN |
@@ -631,6 +653,12 @@ config HVC_XEN | |||
631 | help | 653 | help |
632 | Xen virtual console device driver | 654 | Xen virtual console device driver |
633 | 655 | ||
656 | config HVC_UDBG | ||
657 | bool "udbg based fake hypervisor console" | ||
658 | depends on PPC && EXPERIMENTAL | ||
659 | select HVC_DRIVER | ||
660 | default n | ||
661 | |||
634 | config VIRTIO_CONSOLE | 662 | config VIRTIO_CONSOLE |
635 | tristate "Virtio console" | 663 | tristate "Virtio console" |
636 | depends on VIRTIO | 664 | depends on VIRTIO |
@@ -814,7 +842,7 @@ config JS_RTC | |||
814 | 842 | ||
815 | config GEN_RTC | 843 | config GEN_RTC |
816 | tristate "Generic /dev/rtc emulation" | 844 | tristate "Generic /dev/rtc emulation" |
817 | depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 | 845 | depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 && !BLACKFIN |
818 | ---help--- | 846 | ---help--- |
819 | If you say Y here and create a character special file /dev/rtc with | 847 | If you say Y here and create a character special file /dev/rtc with |
820 | major number 10 and minor number 135 using mknod ("man mknod"), you | 848 | major number 10 and minor number 135 using mknod ("man mknod"), you |