2014-05-30 22:44:07 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:08:57 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-05-30 22:44:07 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config NET_IGMP
|
2014-06-25 19:01:08 +02:00
|
|
|
bool "IGMPv2 client support"
|
2014-05-30 22:44:07 +02:00
|
|
|
default n
|
2018-10-31 22:03:51 +01:00
|
|
|
depends on NET_IPv4
|
|
|
|
select NET_MCASTGROUP
|
2018-11-04 14:43:51 +01:00
|
|
|
select NETDEV_IFINDEX
|
2014-05-30 22:44:07 +02:00
|
|
|
---help---
|
|
|
|
Enable IGMPv2 client support.
|
|
|
|
|
|
|
|
if NET_IGMP
|
|
|
|
|
|
|
|
endif # NET_IGMP
|