add rt-smart mode Kconcfig select (#7369)
Co-authored-by: chenyisong <chenyisong@tuya.com>
This commit is contained in:
parent
7212e6bc1c
commit
5a1321b20b
|
@ -32,6 +32,8 @@ config RT_USING_SMART
|
||||||
select RT_USING_RTC
|
select RT_USING_RTC
|
||||||
select RT_USING_POSIX_TIMER
|
select RT_USING_POSIX_TIMER
|
||||||
select RT_USING_POSIX_CLOCK
|
select RT_USING_POSIX_CLOCK
|
||||||
|
select RT_USING_POSIX_FS
|
||||||
|
select RT_USING_POSIX_TERMIOS
|
||||||
depends on ARCH_ARM_CORTEX_M || ARCH_ARM_ARM9 || ARCH_ARM_CORTEX_A || ARCH_ARMV8 || ARCH_RISCV64
|
depends on ARCH_ARM_CORTEX_M || ARCH_ARM_ARM9 || ARCH_ARM_CORTEX_A || ARCH_ARMV8 || ARCH_RISCV64
|
||||||
help
|
help
|
||||||
RT-Thread Smart is a microkernel based operating system on RT-Thread.
|
RT-Thread Smart is a microkernel based operating system on RT-Thread.
|
||||||
|
|
Loading…
Reference in New Issue