diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2008-07-25 13:06:06 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-07-24 22:06:07 -0400 |
commit | 7721c494a28e06543a3d6aa412957aa783a4a531 (patch) | |
tree | a37e13bcdf0029df3b22cec1b64caa7d549d92a8 /drivers/char/Kconfig | |
parent | 91fcad19d03ed67cb50fd0e1913a8b89cc3ed3ec (diff) |
virtio: console as a config option
I also added a small Kconfig change that allows the user to specify the
virtio console in menuconfig.
(Fixes to export symbols from Stephen Rothwell <sfr@canb.auug.org.au>)
(Fixes for CONFIG_VIRTIO_CONSOLE=y vs CONFIG_VIRTIO=m from Christian himself)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index d825361a6baf..6c070dc5f2d4 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -624,8 +624,12 @@ config HVC_XEN | |||
624 | Xen virtual console device driver | 624 | Xen virtual console device driver |
625 | 625 | ||
626 | config VIRTIO_CONSOLE | 626 | config VIRTIO_CONSOLE |
627 | bool | 627 | tristate "Virtio console" |
628 | depends on VIRTIO | ||
628 | select HVC_DRIVER | 629 | select HVC_DRIVER |
630 | help | ||
631 | Virtio console for use with lguest and other hypervisors. | ||
632 | |||
629 | 633 | ||
630 | config HVCS | 634 | config HVCS |
631 | tristate "IBM Hypervisor Virtual Console Server support" | 635 | tristate "IBM Hypervisor Virtual Console Server support" |