mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-15 07:02:15 +00:00
apps/netutils/dhcpc/Kconfig: Auto-select CONFIG_NET_UDP_BINDTODEVICE
DHCPC depends on CONFIG_NET_UDP_BINDTODEVICE in many cases. Safest thing is to just auto-select it whenever DHCPC is selected.
This commit is contained in:
parent
5b26068635
commit
844b193713
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ config NETUTILS_DHCPC
|
|||
bool "DHCP client"
|
||||
default n
|
||||
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
||||
select NET_UDP_BINDTODEVICE
|
||||
---help---
|
||||
Enable support for the DHCP client.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue