4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 15:43:32 +08:00

[bsp]Add SOC type

This commit is contained in:
tangyuxin 2017-11-22 20:00:59 +08:00
parent 5b8aa350ac
commit a702dde0c7

View File

@ -20,6 +20,12 @@ config $PKGS_DIR
source "$RTT_DIR/KConfig"
source "$PKGS_DIR/KConfig"
config SOC_LPC54608
bool
select ARCH_ARM_CORTEX_M4
default y
source "$BSP_DIR/drivers/Kconfig"