Make sure we have a show_usage function prototype
[oweals/busybox.git] / networking / udhcp / Config.in
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 config CONFIG_FEATURE_UDHCPC_IP
42         bool "  Compile udhcpc with ip support"
43         default n
44         depends on CONFIG_UDHCPC
45         help
46           Say yes if you are using the ip command instead of route and ifconfig
47           in your scripts to bring up the interface.
48           This is needed as ip wants the subnet as a bitprefix not an ip value.
49
50 endmenu
51