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

34 lines
631 B
Plaintext
Raw Normal View History

2017-11-11 13:51:56 +08:00
mainmenu "RT-Thread Configuration"
config $BSP_DIR
string
option env="BSP_ROOT"
default "."
config $RTT_DIR
string
option env="RTT_ROOT"
2017-11-13 15:21:31 +08:00
default "../.."
2017-11-11 13:51:56 +08:00
# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"
config $PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
config BOARD_X1000_REALBOARD
bool
select ARCH_MIPS_XBURST
default y
config RT_USING_HARD_FLOAT
bool "Enable Hardware Float Unit"
default y
2017-11-11 13:51:56 +08:00
source "$BSP_DIR/drivers/Kconfig"