]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
net: Add Kconfig option for BOOTP_NTPSERVER
[u-boot] / cmd / Kconfig
index eb14e08f773d93cbec9ef5812544d22bc7361649..38406fcfdacf06fe278f7bb468231d5b5fcdfc77 100644 (file)
@@ -1094,6 +1094,10 @@ config BOOTP_SUBNETMASK
        default y
        depends on CMD_BOOTP
 
+config BOOTP_NTPSERVER
+       bool "Request & store 'ntpserverip' from BOOTP/DHCP server"
+       depends on CMD_BOOTP
+
 config BOOTP_PXE
        bool "Send PXE client arch to BOOTP/DHCP server"
        default y