#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config MATTER
	bool "Connected Home over IP (CHIP)"
	default n
	---help---
		Enable the Connected Home over IP (CHIP)

if MATTER

config MATTER_LOG
	bool "Build matter with logs"
	default n
	---help---
		To reduce flash size, logs are not opened by default

choice
	prompt "Matter Example Configuration"
	default MATTER_EXAMPLE_LIGHTING

config MATTER_EXAMPLE_LIGHTING
	bool "Enable Lighting Example"

config MATTER_EXAMPLE_ALL_CLUSTERS_APP
	bool "Enable All Clusters App Example"
endchoice

endif
