4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 21:39:51 +08:00

25 lines
401 B
Plaintext
Raw Normal View History

2017-11-01 13:30:17 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2017-11-01 13:30:17 +08:00
RTT_DIR := ../../../..
2017-11-01 13:30:17 +08:00
PKGS_DIR := packages
2017-11-01 13:30:17 +08:00
config BOARD_IMX6UL
2023-01-08 21:14:23 -05:00
bool
2017-11-01 13:30:17 +08:00
select ARCH_ARM_CORTEX_A7
select RT_USING_GIC_V2
2017-11-01 13:30:17 +08:00
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
2017-11-01 13:30:17 +08:00
source "$(BSP_DIR)/drivers/Kconfig"
config SOC_MCIMX6X4
2023-01-08 21:14:23 -05:00
bool
select RT_USING_COMPONENTS_INIT
2019-09-22 10:51:29 +08:00
#select RT_USING_USER_MAIN
default y