Kconfig 333 B

1234567891011121314151617
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. config NET_IGMP
  6. bool "IGMPv2 client support"
  7. default n
  8. depends on NET_IPv4
  9. select NET_MCASTGROUP
  10. select NETDEV_IFINDEX
  11. ---help---
  12. Enable IGMPv2 client support.
  13. if NET_IGMP
  14. endif # NET_IGMP