rt-thread/bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/Kconfig

19 lines
319 B
Plaintext
Raw Normal View History

2019-10-24 17:56:09 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2019-10-24 17:56:09 +08:00
RTT_DIR := ../../../../..
2019-10-24 17:56:09 +08:00
PKGS_DIR := packages
2019-10-24 17:56:09 +08:00
config SOC_LPC55S69
2023-01-09 10:14:23 +08:00
bool
2019-10-24 17:56:09 +08:00
select ARCH_ARM_CORTEX_M33
select ARCH_ARM_CORTEX_SECURE
2019-10-24 17:56:09 +08:00
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
rsource "board/Kconfig"