• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config MIDDLEWARE_SUPPORT_TIOT
2    bool
3    prompt "TIoT porting"
4    default n
5    help
6        This option means support TIoT.
7
8if MIDDLEWARE_SUPPORT_TIOT
9menu "TIoT porting Configuration"
10    comment "Config TIoT porting"
11    osource  "middleware/services/srv_tiot_host/Kconfig"
12endmenu
13endif