2014-05-31 04:44:07 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-05-31 04:44:07 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
config NET_IGMP
|
2014-06-26 01:01:08 +08:00
|
|
|
bool "IGMPv2 client support"
|
2014-05-31 04:44:07 +08:00
|
|
|
default n
|
2018-11-01 05:03:51 +08:00
|
|
|
depends on NET_IPv4
|
|
|
|
select NET_MCASTGROUP
|
2018-11-04 21:43:51 +08:00
|
|
|
select NETDEV_IFINDEX
|
2014-05-31 04:44:07 +08:00
|
|
|
---help---
|
|
|
|
Enable IGMPv2 client support.
|
|
|
|
|
2024-04-24 11:06:52 +08:00
|
|
|
config NET_IGMP_CHECKSUMS
|
|
|
|
bool "IGMP checksums"
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Enable/disable IGMP checksum support.
|
|
|
|
|
2014-05-31 04:44:07 +08:00
|
|
|
if NET_IGMP
|
|
|
|
|
|
|
|
endif # NET_IGMP
|