rt-thread-official/bsp/nxp/lpc/lpc55sxx/lpc55s06_nxp_evk/Kconfig

19 lines
319 B
Plaintext
Raw Normal View History

2022-12-05 15:05:07 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2022-12-05 15:05:07 +08:00
RTT_DIR := ../../../../..
2022-12-05 15:05:07 +08:00
PKGS_DIR := packages
2022-12-05 15:05:07 +08:00
config SOC_LPC55S06
2023-01-09 10:14:23 +08:00
bool
2022-12-05 15:05:07 +08:00
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"