summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index dc32f6a2cb..1549c9af6b 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -32,4 +32,14 @@ config NET_SNTP
bool
prompt "sntp support"
+config NET_FASTBOOT
+ bool
+ select BANNER
+ select FILE_LIST
+ select FASTBOOT_BASE
+ prompt "Android Fastboot support"
+ help
+ This option adds support for the UDP variant of the Fastboot
+ protocol.
+
endif