hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
authorThomas Huth <thuth@redhat.com>
Fri, 13 Sep 2024 13:18:58 +0000 (15:18 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 05:06:57 +0000 (08:06 +0300)
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>
hw/virtio/Kconfig

index aa63ff7fd4155e6082e197c00fbb7b70fb9ef6e9..bea5be4d4a1587729c96fcb173e4a6e2bbc37238 100644 (file)
@@ -109,4 +109,4 @@ config VHOST_USER_SND
 config VHOST_USER_SCMI
     bool
     default y
-    depends on VIRTIO && VHOST_USER
+    depends on VIRTIO && VHOST_USER && ARM