netutils: dhcpc: Fix Kconfig for the usrsock

Summary:
- This commit fixes the renew command with the usrsock

Impact:
- None

Testing:
- Tested with spresense:wifi and esp32-devkitc:wapi

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-04-29 13:46:24 +09:00 committed by Xiang Xiao
parent 844b193713
commit f902d900e1

View File

@ -7,7 +7,7 @@ config NETUTILS_DHCPC
bool "DHCP client"
default n
depends on NET_UDP && NET_BROADCAST && NET_IPv4
select NET_UDP_BINDTODEVICE
select NET_UDP_BINDTODEVICE if !NET_UDP_NO_STACK
---help---
Enable support for the DHCP client.