24 lines
446 B
Plaintext
24 lines
446 B
Plaintext
#
|
|
# 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_IPv4
|
|
select NET_MCASTGROUP
|
|
select NETDEV_IFINDEX
|
|
---help---
|
|
Enable IGMPv2 client support.
|
|
|
|
config NET_IGMP_CHECKSUMS
|
|
bool "IGMP checksums"
|
|
default y
|
|
---help---
|
|
Enable/disable IGMP checksum support.
|
|
|
|
if NET_IGMP
|
|
|
|
endif # NET_IGMP
|