diff options
| author | Yang Zhong <yang.zhong@intel.com> | 2019-01-23 14:56:15 +0800 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
| commit | b42075bb77672616127c9452c0f836e757e9ce1a (patch) | |
| tree | 97ce4d2682af74305ea3858f56793317022389c8 /hw/input | |
| parent | 2ac041c2c3d89691cda1657981c41fe4bc20244b (diff) | |
| download | focaccia-qemu-b42075bb77672616127c9452c0f836e757e9ce1a.tar.gz focaccia-qemu-b42075bb77672616127c9452c0f836e757e9ce1a.zip | |
virtio: express virtio dependencies with Kconfig
Signed-off-by: Yang Zhong <yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-42-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/input')
| -rw-r--r-- | hw/input/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig index e05b7bee24..e2e66f0858 100644 --- a/hw/input/Kconfig +++ b/hw/input/Kconfig @@ -21,11 +21,13 @@ config TSC2005 config VIRTIO_INPUT bool + default y + depends on VIRTIO config VIRTIO_INPUT_HOST bool default y - depends on LINUX + depends on VIRTIO && LINUX config TSC210X bool |