summaryrefslogblamecommitdiff
path: root/apps/examples/igmp/Kconfig
blob: d2122d4d22afaddb3c79e25a6af0c2a32c8cf046 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                                                             
                                      
 







                                       
















                                             
     
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_IGMP
	bool "IGMP example"
	default n
	---help---
		Enable the IGMP example

if EXAMPLES_IGMP

  config EXAMPLES_IGMP_IPADDR
    hex "Target IP address"
    default 0xc0a80a10

  config EXAMPLES_IGMP_DRIPADDR
    hex "Default Router IP address (Gateway)"
    default 0xc0a80aFA

  config EXAMPLES_IGMP_GRPADDR
    hex "Group address"
    default 0xE0000181

  config EXAMPLES_IGMP_NETMASK
    hex "Network Mask"
    default 0xffffff00

endif