mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 21:28:15 +08:00
MCXA156 does not support CMSE (Secure Extension). Remove it from Kconfig. Minor: Fixed a typo in Kconfig which makes Kconfig fail on case-sensitive operating system. Signed-off-by: Yilin Sun <imi415@imi.moe>
18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
config SOC_MCX
|
|
bool
|
|
select ARCH_ARM_CORTEX_M33
|
|
default y
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "../Libraries/Kconfig"
|
|
rsource "board/Kconfig"
|