2017-11-11 13:51:56 +08:00
|
|
|
mainmenu "RT-Thread Configuration"
|
|
|
|
|
2019-01-16 23:23:38 +08:00
|
|
|
config BSP_DIR
|
2017-11-11 13:51:56 +08:00
|
|
|
string
|
|
|
|
option env="BSP_ROOT"
|
|
|
|
default "."
|
|
|
|
|
2019-01-16 23:23:38 +08:00
|
|
|
config RTT_DIR
|
2017-11-11 13:51:56 +08:00
|
|
|
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"
|
|
|
|
|
2019-01-16 23:23:38 +08:00
|
|
|
config PKGS_DIR
|
2017-11-11 13:51:56 +08:00
|
|
|
string
|
|
|
|
option env="PKGS_ROOT"
|
|
|
|
default "packages"
|
|
|
|
|
2017-11-30 20:12:53 +08:00
|
|
|
source "$RTT_DIR/Kconfig"
|
|
|
|
source "$PKGS_DIR/Kconfig"
|
2017-11-13 16:00:52 +08:00
|
|
|
|
|
|
|
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"
|