[update] 整理cortex-a kconfig菜单,并更新相关BSP的配置。

This commit is contained in:
zhouji
2021-05-27 17:44:44 +08:00
parent d6e86a67bb
commit 3350b0ba4e
11 changed files with 20 additions and 17 deletions
+10 -11
View File
@@ -57,25 +57,24 @@ config ARCH_ARM_ARM11
config ARCH_ARM_CORTEX_A
bool
select ARCH_ARM
select RT_USING_CPU_FFS
if ARCH_ARM_CORTEX_A
config RT_SMP_AUTO_BOOT
bool
default n
choice
prompt "GIC controller selection"
default RT_USING_GIC_V2
config RT_USING_GIC_V2
bool
default n
config RT_USING_GIC_V2
bool " Gic version 2 "
config RT_USING_GIC_V3
bool
default n
config RT_USING_GIC_V3
bool " Gic version 3 "
config RT_NO_USING_GIC
bool " GIC controller is not used "
endchoice
config RT_NO_USING_GIC
bool
default y if !RT_USING_GIC_V2 && !RT_USING_GIC_V3
endif
config ARCH_ARM_CORTEX_A5