2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-13 04:14:09 +02:00
|
|
|
|
|
|
|
config EXAMPLES_IGMP
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "IGMP example"
|
2012-04-13 04:14:09 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the IGMP example
|
|
|
|
|
|
|
|
if EXAMPLES_IGMP
|
2014-03-24 16:30:41 +01:00
|
|
|
|
2018-11-05 01:21:32 +01:00
|
|
|
config EXAMPLES_IGMP_IPADDR
|
|
|
|
hex "Target IP address"
|
|
|
|
default 0xc0a80a10
|
2014-03-24 16:30:41 +01:00
|
|
|
|
2018-11-05 01:21:32 +01:00
|
|
|
config EXAMPLES_IGMP_DRIPADDR
|
|
|
|
hex "Default Router IP address (Gateway)"
|
|
|
|
default 0xc0a80aFA
|
2014-03-24 16:30:41 +01:00
|
|
|
|
2018-11-05 01:21:32 +01:00
|
|
|
config EXAMPLES_IGMP_GRPADDR
|
|
|
|
hex "Group address"
|
|
|
|
default 0xE0000181
|
2014-03-24 16:30:41 +01:00
|
|
|
|
2018-11-05 01:21:32 +01:00
|
|
|
config EXAMPLES_IGMP_NETMASK
|
|
|
|
hex "Network Mask"
|
|
|
|
default 0xffffff00
|
2014-03-24 16:30:41 +01:00
|
|
|
|
2012-04-13 04:14:09 +02:00
|
|
|
endif
|