mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
2274c31950
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>