summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-12-11 15:40:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-07 08:46:09 +0100
commitf98b02365ff32646475b1c39e3affd9502d27280 (patch)
tree30e0656f324896068ab684b2702d068237f12ce5 /net/Kconfig
parente25911524369db851d3d2f1d2f048e6d85a221b6 (diff)
downloadbarebox-f98b02365ff32646475b1c39e3affd9502d27280.tar.gz
barebox-f98b02365ff32646475b1c39e3affd9502d27280.tar.xz
net: Add SNTP support
This adds support for retrieving the time via Simple Network Time Protocol (SNTP). No fancy features are supported, only plainly getting the current time. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index a89049201d..f6ef0ce89c 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -26,4 +26,8 @@ config NET_DHCP
bool
prompt "dhcp support"
+config NET_SNTP
+ bool
+ prompt "sntp support"
+
endif