Files
luban-lite/kernel/rt-thread/Kconfig
刘可亮 6e36e8e296 v1.2.0
2025-04-23 17:54:31 +08:00

26 lines
409 B
Plaintext

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