mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00: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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| virtio-blk.c | ||
| virtio-blk.h | ||
| virtio-gpu.c | ||
| virtio-gpu.h | ||
| virtio-input.c | ||
| virtio-input.h | ||
| virtio-mmio.c | ||
| virtio-net.c | ||
| virtio-net.h | ||
| virtio-pci-legacy.c | ||
| virtio-pci-modern.c | ||
| virtio-pci.c | ||
| virtio-pci.h | ||
| virtio-rng.c | ||
| virtio-rng.h | ||
| virtio-rpmb.c | ||
| virtio-rpmb.h | ||
| virtio-rpmsg.c | ||
| virtio-rpmsg.h | ||
| virtio-serial.c | ||
| virtio-serial.h | ||
| virtio-snd.c | ||
| virtio-snd.h | ||
| virtio.c | ||