mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-24 02:21:52 -06:00
hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
The System Control and Management Interface is specific to arm machines, so don't include this device in non-arm targets. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
81b72ee66a
commit
26111a30ad
1 changed files with 1 additions and 1 deletions
|
@ -109,4 +109,4 @@ config VHOST_USER_SND
|
||||||
config VHOST_USER_SCMI
|
config VHOST_USER_SCMI
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on VIRTIO && VHOST_USER
|
depends on VIRTIO && VHOST_USER && ARM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue