Files
rt-thread/bsp/renesas/rzt2m_rsk/Kconfig
Yuqiang Wang a9f0d2368c bsp: all Renesas bsp support the nano one-click switch. (#10629)
* bsp: all Renesas bsp support the nano one-click switch.

* fix pr conflicts.
2025-08-25 10:33:41 +08:00

27 lines
497 B
Plaintext

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../../..
# you can change the RTT_ROOT default "rt-thread"
# example : default "F:/git_repositories/rt-thread"
PKGS_DIR := packages
ENV_DIR := /
config SOC_R9A07G084
bool
select SOC_SERIES_R9A07G0
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
if !RT_USING_NANO
rsource "$(BSP_DIR)/board/Kconfig"
endif