• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1menu "HOME SYSTEM"
2
3	config SUPPORT_MATTER
4		bool "Enable MATTER"
5		default n
6
7	config COMMON_IO
8		depends on FREERTOS_V10
9		bool "Amazon Common IO"
10		default n
11endmenu
12