blob: 5baaa6a4923764ccbc4e300e10ffa16e0e1cfdf3 [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
Eric Andersenc9f20d92002-12-05 08:41:41 +000041endmenu
42