rt-thread-official/components/lwp/Kconfig

9 lines
278 B
Plaintext
Raw Normal View History

2018-12-10 16:31:33 +08:00
config RT_USING_LWP
bool "Using light-weight process"
2021-11-29 11:30:35 +08:00
select RT_USING_POSIX_FS
2021-11-09 00:07:54 +08:00
select RT_USING_POSIX_SELECT
2018-12-10 16:31:33 +08:00
depends on ARCH_ARM_CORTEX_M || ARCH_ARM_ARM9 || ARCH_ARM_CORTEX_A
default n
help
The lwP is a light weight process running in user mode.