Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Kconfig for bsp/qemu-virt64-riscv has problem. #9669

Open
unicornx opened this issue Nov 19, 2024 · 0 comments
Open

[Bug] Kconfig for bsp/qemu-virt64-riscv has problem. #9669

unicornx opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
Arch: RISC-V BSP related with risc-v BSP

Comments

@unicornx
Copy link
Contributor

unicornx commented Nov 19, 2024

RT-Thread Version

master

Hardware Type/Architectures

bsp/qemu-virt64-riscv

Develop Toolchain

Other

Describe the bug

In bsp/qemu-virt64-riscv/driver/Kconfig:

  • Problem 1 : Duplicated definition
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

@unicornx unicornx self-assigned this Nov 19, 2024
@unicornx unicornx added BSP Arch: RISC-V BSP related with risc-v labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: RISC-V BSP related with risc-v BSP
Projects
None yet
Development

No branches or pull requests

1 participant