mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
b3314b3813
commit
2274c31950
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
config DRIVERS_VHOST
|
||||
bool
|
||||
select OPENAMP
|
||||
select SCHED_WORKQUEUE
|
||||
default n
|
||||
|
||||
config DRIVERS_VHOST_RNG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue