diff options
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in new file mode 100644 index 000000000..5baaa6a49 --- /dev/null +++ b/networking/udhcp/Config.in | |||
@@ -0,0 +1,42 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
6 | menu "udhcp Server/Client" | ||
7 | |||
8 | config CONFIG_UDHCPD | ||
9 | bool "udhcp Server (udhcpd)" | ||
10 | default n | ||
11 | help | ||
12 | Please submit a patch to add help text for this item. | ||
13 | |||
14 | config CONFIG_UDHCPC | ||
15 | bool "udhcp Client (udhcpc)" | ||
16 | default n | ||
17 | help | ||
18 | Please submit a patch to add help text for this item. | ||
19 | |||
20 | config CONFIG_DUMPLEASES | ||
21 | bool "Lease display utility (dumpleases)" | ||
22 | default n | ||
23 | depends on CONFIG_UDHCPD | ||
24 | help | ||
25 | Please submit a patch to add help text for this item. | ||
26 | |||
27 | config CONFIG_FEATURE_UDHCP_SYSLOG | ||
28 | bool " Log udhcp messages to syslog (instead of stdout)" | ||
29 | default n | ||
30 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | ||
31 | help | ||
32 | Please submit a patch to add help text for this item. | ||
33 | |||
34 | config CONFIG_FEATURE_UDHCP_DEBUG | ||
35 | bool " Compile udhcp with noisy debugging messages" | ||
36 | default n | ||
37 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | ||
38 | help | ||
39 | Please submit a patch to add help text for this item. | ||
40 | |||
41 | endmenu | ||
42 | |||