mirror of
https://github.com/apache/nuttx.git
synced 2026-03-24 07:35:07 +08:00
Change DRIVERS_VIRTIO and DRIVERS_VHOST from menuconfig to hidden config options. Each virtio/vhost sub-driver now automatically selects its parent config, eliminating the need to manually enable DRIVERS_VIRTIO or DRIVERS_VHOST in defconfig files. This simplifies board configuration by removing redundant CONFIG_DRIVERS_VIRTIO entries from affected defconfig files. Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>