]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/Kconfig
allow LEGACY_PTYS to be set to 0
[linux-2.6-omap-h63xx.git] / drivers / char / Kconfig
index 65491103e0fbc6c50ab9efa099d017806b58b3ba..a509b8d79781fe4c915a8444929348d758ad8c39 100644 (file)
@@ -457,7 +457,7 @@ config LEGACY_PTYS
 config LEGACY_PTY_COUNT
        int "Maximum number of legacy PTY in use"
        depends on LEGACY_PTYS
-       range 1 256
+       range 0 256
        default "256"
        ---help---
          The maximum number of legacy PTYs that can be used at any one time.
@@ -613,6 +613,10 @@ config HVC_XEN
        help
          Xen virtual console device driver
 
+config VIRTIO_CONSOLE
+       bool
+       select HVC_DRIVER
+
 config HVCS
        tristate "IBM Hypervisor Virtual Console Server support"
        depends on PPC_PSERIES