Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 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 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 41 | endmenu |
| 42 | |