aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/config.in
blob: ede632a8a5fbfa481004f7db4403d97fcbdf434e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

mainmenu_option next_comment
comment 'udhcp Server/Client'

bool 'udhcp Server (udhcpd)'			CONFIG_UDHCPD
bool 'udhcp Client (udhcpc)'			CONFIG_UDHCPC
bool 'Lease display utility (dumpleases)'	CONFIG_DUMPLEASES
if [ "$CONFIG_UDHCPD" = "y" -o "$CONFIG_UDHCPC" = "y" ]; then
    bool '  Log udhcp messages to syslog (instead of stdout)' CONFIG_FEATURE_UDHCP_SYSLOG
    bool '  Compile udhcp with noisy debugging messages' CONFIG_FEATURE_UDHCP_DEBUG  
fi

endmenu