[bsp/virt64/aarch64] Fixed Kconfig GIC's select format

This commit is contained in:
GuEe-GUI 2021-08-10 16:09:12 +08:00
parent aa11ddf59f
commit ab47a8f5af
3 changed files with 10 additions and 9 deletions

View File

@ -271,6 +271,7 @@ CONFIG_RT_LIBC_FIXED_TIMEZONE=8
# CONFIG_PKG_USING_AT_DEVICE is not set
# CONFIG_PKG_USING_ATSRV_SOCKET is not set
# CONFIG_PKG_USING_WIZNET is not set
# CONFIG_PKG_USING_ZB_COORDINATOR is not set
#
# IoT Cloud

View File

@ -24,7 +24,9 @@ config SOC_VIRT64_AARCH64
select ARCH_CPU_64BIT
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
select BSP_USING_GIC
select RT_USING_GIC
select BSP_USING_GIC390
select RT_USING_RTC
default y

View File

@ -15,13 +15,11 @@ menu "AARCH64 qemu virt64 configs"
default y
endif
menuconfig BSP_USING_GIC
bool "Enable GIC"
select RT_USING_GIC
default y
if BSP_USING_GIC
config BSP_USING_GIC390
bool "Enable GIC390"
default y
endif
config BSP_USING_GIC
bool
default y
config BSP_USING_GIC390
bool
default y
endmenu