mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 07:39:33 +08:00
26 lines
457 B
Plaintext
26 lines
457 B
Plaintext
|
|
menu "AARCH64 qemu virt64 configs"
|
|
menuconfig BSP_SUPPORT_FPU
|
|
bool "Using Float"
|
|
default y
|
|
|
|
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
|
|
|
|
config BSP_USING_GIC
|
|
bool
|
|
default y
|
|
|
|
config BSP_USING_GIC390
|
|
bool
|
|
default y
|
|
endmenu
|