diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2017-05-25 11:08:25 +0200 |
|---|---|---|
| committer | Adrian Calianu <adrian.calianu@enea.com> | 2017-05-25 11:08:25 +0200 |
| commit | 4857db2528ae4602e65de18e950e0d4306c3089c (patch) | |
| tree | 233fb959a2d83c611052437ce2e30323f6142e93 /features | |
| parent | 8736ec5c2d782451086a7c7d2d438a5f0c3ed456 (diff) | |
| download | enea-kernel-cache-4857db2528ae4602e65de18e950e0d4306c3089c.tar.gz | |
virtio: add support to enable virtio input devices
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'features')
| -rw-r--r-- | features/kvm/virtio_input_y.cfg | 2 | ||||
| -rw-r--r-- | features/kvm/virtio_input_y.scc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/features/kvm/virtio_input_y.cfg b/features/kvm/virtio_input_y.cfg new file mode 100644 index 0000000..e83d993 --- /dev/null +++ b/features/kvm/virtio_input_y.cfg | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONFIG_VIRTIO=y | ||
| 2 | CONFIG_VIRTIO_INPUT=y | ||
diff --git a/features/kvm/virtio_input_y.scc b/features/kvm/virtio_input_y.scc new file mode 100644 index 0000000..b3e3a9a --- /dev/null +++ b/features/kvm/virtio_input_y.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "virtio support for input(keyboard, mice...) devices" | ||
| 2 | define KFEATURE_COMPATIBILITY arch | ||
| 3 | |||
| 4 | kconf non-hardware virtio_input_y.cfg | ||
