rt-thread-official/bsp/loongson/ls2kdev/Kconfig

34 lines
670 B
Plaintext
Raw Normal View History

2020-04-05 13:29:29 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2020-04-05 13:29:29 +08:00
RTT_DIR := ../../..
2020-04-05 13:29:29 +08:00
2022-03-29 17:36:01 +08:00
# you can change the RTT_ROOT default "../../.." to your rtthread_root,
2020-04-05 13:29:29 +08:00
# example : default "F:/git_repositories/rt-thread"
PKGS_DIR := packages
2020-04-05 13:29:29 +08:00
source "$(RTT_DIR)/Kconfig"
source "$(RTT_DIR)/libcpu/mips/common/Kconfig"
osource "$PKGS_DIR/Kconfig"
2020-04-05 13:29:29 +08:00
config SOC_LS2K1000
bool
select ARCH_MIPS64
select RT_USING_CACHE
2020-04-05 13:29:29 +08:00
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
select RT_USING_DEVICE
default y
2021-01-31 23:03:16 +08:00
if RT_USING_SERIAL
config RT_USING_UART0
bool "Using RT_USING_UART0"
default y
config RT_USING_UART4
bool "Using RT_USING_UART4"
default y
endif