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

config NET_IGMP
	bool "IGMPv2 client support"
	default n
	depends on NET
	---help---
		Enable IGMPv2 client support.

if NET_IGMP

endif # NET_IGMP