rt-thread-official/bsp/nxp/mcx/mcxn/frdm-mcxn947/Kconfig

19 lines
314 B
Plaintext
Raw Permalink Normal View History

2024-01-29 18:18:15 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2024-01-29 18:18:15 +08:00
RTT_DIR := ../../../../..
2024-01-29 18:18:15 +08:00
PKGS_DIR := packages
2024-01-29 18:18:15 +08:00
config SOC_MCX
bool
select ARCH_ARM_CORTEX_M33
select ARCH_ARM_CORTEX_SECURE
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../Libraries/Kconfig"
rsource "board/Kconfig"