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