blob: 674470a39df2c79f8f7fbb582032e902aa4638f8 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "udhcp Server/Client"
7
8config 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
14config 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
20config 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
27config 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
34config 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
Glenn L McGrath6b5bd0e2002-12-08 22:17:54 +000041config 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
Eric Andersenc9f20d92002-12-05 08:41:41 +000050endmenu
51