[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
From: |
Thomas Huth |
Subject: |
[PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets |
Date: |
Fri, 13 Sep 2024 15:18:58 +0200 |
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>
---
hw/virtio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/virtio/Kconfig b/hw/virtio/Kconfig
index aa63ff7fd4..bea5be4d4a 100644
--- a/hw/virtio/Kconfig
+++ b/hw/virtio/Kconfig
@@ -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
--
2.46.0
- [PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets,
Thomas Huth <=