mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
virtio-input: fix Kconfig dependency and Makefile
Make VIRTIO_INPUT_HOST depend on VIRTIO_INPUT. Use CONFIG_VIRTIO_INPUT_HOST in Makefile. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20190510105137.17481-2-kraxel@redhat.com
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ config VIRTIO_INPUT
|
||||
config VIRTIO_INPUT_HOST
|
||||
bool
|
||||
default y
|
||||
depends on VIRTIO && LINUX
|
||||
depends on VIRTIO_INPUT && LINUX
|
||||
|
||||
config VHOST_USER_INPUT
|
||||
bool
|
||||
|
||||
@@ -9,9 +9,7 @@ common-obj-$(CONFIG_TSC2005) += tsc2005.o
|
||||
|
||||
common-obj-$(CONFIG_VIRTIO_INPUT) += virtio-input.o
|
||||
common-obj-$(CONFIG_VIRTIO_INPUT) += virtio-input-hid.o
|
||||
ifeq ($(CONFIG_LINUX),y)
|
||||
common-obj-$(CONFIG_VIRTIO_INPUT) += virtio-input-host.o
|
||||
endif
|
||||
common-obj-$(CONFIG_VIRTIO_INPUT_HOST) += virtio-input-host.o
|
||||
common-obj-$(CONFIG_VHOST_USER_INPUT) += vhost-user-input.o
|
||||
|
||||
obj-$(CONFIG_MILKYMIST) += milkymist-softusb.o
|
||||
|
||||
Reference in New Issue
Block a user