rt-thread-official/bsp/raspberry-pi/raspi4-32/Kconfig

22 lines
367 B
Plaintext
Raw Normal View History

2020-05-25 17:30:05 +08:00
mainmenu "RT-Thread Project Configuration"
BSP_DIR := .
2020-05-25 17:30:05 +08:00
RTT_DIR := ../../..
2020-05-25 17:30:05 +08:00
PKGS_DIR := packages
2020-05-25 17:30:05 +08:00
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
2020-05-25 17:30:05 +08:00
config BCM2711_SOC
bool
select ARCH_ARMV8
select RT_USING_CACHE
2020-05-25 17:30:05 +08:00
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
2021-08-03 11:26:46 +08:00
select RT_USING_GIC_V2
2020-05-25 17:30:05 +08:00
default y
rsource "driver/Kconfig"