2018-10-02 14:33:16 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2020-03-17 19:30:33 +00:00
|
|
|
config EXAMPLE_IPV4
|
|
|
|
bool "IPV4"
|
|
|
|
default y
|
2019-01-25 16:10:53 +00:00
|
|
|
|
2020-03-17 19:30:33 +00:00
|
|
|
config EXAMPLE_IPV6
|
|
|
|
bool "IPV6"
|
|
|
|
default n
|
|
|
|
select EXAMPLE_CONNECT_IPV6
|
2019-01-25 16:10:53 +00:00
|
|
|
|
|
|
|
config EXAMPLE_PORT
|
|
|
|
int "Port"
|
|
|
|
range 0 65535
|
|
|
|
default 3333
|
|
|
|
help
|
|
|
|
Local port the example server will listen on.
|
2018-10-02 14:33:16 +00:00
|
|
|
|
|
|
|
endmenu
|