mirror of
https://github.com/apache/nuttx.git
synced 2026-02-07 13:32:55 +08:00
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>