drivers/vhost: add missing SCHED_WORKQUEUE dependency

The vhost driver uses work_queue() for deferred probe but was missing
the SCHED_WORKQUEUE Kconfig dependency, causing link errors on boards
that don't enable workqueue by default.

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
This commit is contained in:
wangzhi16
2025-04-25 14:57:55 +08:00
committed by Xiang Xiao
parent b3314b3813
commit 2274c31950

View File

@@ -6,6 +6,7 @@
config DRIVERS_VHOST
bool
select OPENAMP
select SCHED_WORKQUEUE
default n
config DRIVERS_VHOST_RNG