Files
luban-lite-t3e-pro/kernel/rt-thread/Kconfig

26 lines
407 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "Rt-Thread options"
config KERNEL_RTTHREAD
bool
default y
config DRIVER_HAL_EN
bool
default y
config DRIVER_DRV_EN
bool
default y
config RTT_DIR
string
option env="RTT_ROOT"
default "kernel/rt-thread"
source "$RTT_DIR/src/Kconfig"
source "$RTT_DIR/libcpu/Kconfig"
source "$RTT_DIR/components/Kconfig"
source "$RTT_DIR/examples/utest/testcases/Kconfig"
endmenu