mirror of
https://github.com/apache/nuttx.git
synced 2026-02-05 02:51:36 +08:00
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:
@@ -6,6 +6,7 @@
|
||||
config DRIVERS_VHOST
|
||||
bool
|
||||
select OPENAMP
|
||||
select SCHED_WORKQUEUE
|
||||
default n
|
||||
|
||||
config DRIVERS_VHOST_RNG
|
||||
|
||||
Reference in New Issue
Block a user