summaryrefslogtreecommitdiffstats
path: root/config/setup/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'config/setup/Kconfig')
-rw-r--r--config/setup/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 266e94298..5ca7786eb 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -56,6 +56,16 @@ config SETUP_HTTP_PROXY
http://your.proxy.org:80
+config SETUP_HTTPS_PROXY
+ prompt "HTTPS Proxy"
+ string
+ default ""
+ help
+ If you have to use a proxy for HTTP transfers, please add the
+ proxy URL here. Example:
+
+ http://your.proxy.org:80
+
endmenu
menu "Project Searchpath"