rsoc/Kconfig

27 lines
423 B
Plaintext
Raw Normal View History

2024-07-22 20:00:29 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := rt-thread
PKGS_DIR := packages
config SOC_STM32F407ZG
bool
select SOC_SERIES_STM32F4
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
config BOARD_STM32F407_SPARK
bool
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "libraries/Kconfig"
if !RT_USING_NANO
rsource "board/Kconfig"
endif