rt-thread/bsp/qemu-virt64-aarch64/driver/Kconfig

41 lines
852 B
Plaintext
Raw Normal View History

menu "AARCH64 qemu virt64 configs"
menuconfig BSP_USING_UART
bool "Using UART"
select RT_USING_SERIAL
default y
if BSP_USING_UART
config RT_USING_UART0
bool "Enabel UART 0"
default y
endif
2022-01-07 13:49:06 +08:00
menuconfig BSP_USING_RTC
bool "Using RTC"
select RT_USING_RTC
default y
if BSP_USING_RTC
config BSP_USING_ALARM
bool "Enable Alarm"
select RT_USING_ALARM
default n
endif
menuconfig BSP_USING_VIRTIO_BLK
bool "Using VirtIO BLK"
default y
if BSP_USING_VIRTIO_BLK
config RT_USING_VIRTIO_BLK0
bool "Enabel VirtIO BLK 0"
default y
endif
config BSP_USING_GIC
bool
default y
endmenu