2018-11-01 04:10:19 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if NET_ICMPv6
|
|
|
|
|
|
|
|
menuconfig NET_MLD
|
|
|
|
bool "Multicast Listener Discovery (MLD)"
|
|
|
|
default n
|
|
|
|
depends on EXPERIMENTAL
|
2018-11-01 05:03:51 +08:00
|
|
|
select NET_MCASTGROUP
|
2018-11-03 02:06:57 +08:00
|
|
|
select NETDEV_IFINDEX
|
2018-11-01 04:10:19 +08:00
|
|
|
---help---
|
|
|
|
Enable Multicast Listener Discovery (MLD) support.
|
|
|
|
|
|
|
|
if NET_MLD
|
|
|
|
|
|
|
|
endif # NET_MLD
|
|
|
|
endif # NET_ICMPv6
|