provide KERNEL_BITS
[buildroot.git] / package / dhcp / Config.in
blob26bc455ca82ffe7125550cadfb151af9d6ccfc5c
1 config BR2_PACKAGE_ISC_DHCP
2         bool "DHCP support"
3         default n
4         help
5           DHCP relay agent from the ISC DHCP distribution.
7           http://www.isc.org/products/DHCP
9 config BR2_PACKAGE_DHCP_SERVER
10         bool "dhcp server"
11         depends on BR2_PACKAGE_ISC_DHCP
12         default n
13         help
14           DHCP server from the ISC DHCP distribution.
17 config BR2_PACKAGE_DHCP_RELAY
18         bool "dhcp relay"
19         depends on BR2_PACKAGE_ISC_DHCP
20         default n
21         help
22           DHCP relay agent from the ISC DHCP distribution.
25 config BR2_PACKAGE_DHCP_CLIENT
26         bool "dhcp client"
27         depends on BR2_PACKAGE_ISC_DHCP
28         default n
29         help
30           DHCP client from the ISC DHCP distribution.