add rt-smart mode Kconcfig select (#7369)

Co-authored-by: chenyisong <chenyisong@tuya.com>
This commit is contained in:
flyingcys 2023-04-25 13:36:40 +08:00 committed by GitHub
parent 7212e6bc1c
commit 5a1321b20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ config RT_USING_SMART
select RT_USING_RTC
select RT_USING_POSIX_TIMER
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
help
RT-Thread Smart is a microkernel based operating system on RT-Thread.