diff --git a/net/Kconfig b/net/Kconfig index eb4e165b2..c6f9970ff 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -4,8 +4,13 @@ menuconfig NET if NET +config NET_BOOTP + bool + prompt "bootp support" + config NET_DHCP bool + depends on NET_BOOTP prompt "dhcp support" config NET_RARP