Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121379
b: refs/heads/master
c: 44a01d5
h: refs/heads/master
i:
  121377: 9a2ce94
  121375: 75af7d7
v: v3
  • Loading branch information
Hendrik Brueckner authored and Martin Schwidefsky committed Dec 25, 2008
1 parent 01a6b90 commit dcf24bd
Show file tree
Hide file tree
Showing 4 changed files with 862 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d360a75f87f288e9a25d56cca503a7c7939e490
refs/heads/master: 44a01d5ba8a4d543694461cd3e178cfa6b3f221b
10 changes: 10 additions & 0 deletions trunk/drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,16 @@ config HVC_BEAT
help
Toshiba's Cell Reference Set Beat Console device driver

config HVC_IUCV
bool "z/VM IUCV Hypervisor console support (VM only)"
depends on S390
select HVC_DRIVER
select IUCV
default y
help
This driver provides a Hypervisor console (HVC) back-end to access
a Linux (console) terminal via a z/VM IUCV communication path.

config HVC_XEN
bool "Xen Hypervisor Console support"
depends on XEN
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ obj-$(CONFIG_HVC_BEAT) += hvc_beat.o
obj-$(CONFIG_HVC_DRIVER) += hvc_console.o
obj-$(CONFIG_HVC_IRQ) += hvc_irq.o
obj-$(CONFIG_HVC_XEN) += hvc_xen.o
obj-$(CONFIG_HVC_IUCV) += hvc_iucv.o
obj-$(CONFIG_VIRTIO_CONSOLE) += virtio_console.o
obj-$(CONFIG_RAW_DRIVER) += raw.o
obj-$(CONFIG_SGI_SNSC) += snsc.o snsc_event.o
Expand Down
Loading

0 comments on commit dcf24bd

Please sign in to comment.