You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config RT_USING_VIRTIO
bool "Using VirtIO"
default y
depends on RT_USING_DEVICE_OPS
But we have defined this in components/drivers/virtio/Kconfig
menuconfig RT_USING_VIRTIO
bool "Using VirtIO device drivers"
default n
if RT_USING_VIRTIO
Problem 2 : AT the same time. the configs for othter BSP_USING_VIRTIO_BLK/... are also not correct, need learn that in bsp/qemu-virt64-aarch64/drivers/Kconfig
Other additional context
No response
The text was updated successfully, but these errors were encountered:
RT-Thread Version
master
Hardware Type/Architectures
bsp/qemu-virt64-riscv
Develop Toolchain
Other
Describe the bug
In
bsp/qemu-virt64-riscv/driver/Kconfig
:But we have defined this in
components/drivers/virtio/Kconfig
bsp/qemu-virt64-aarch64/drivers/Kconfig
Other additional context
No response
The text was updated successfully, but these errors were encountered: