aria2: Add SFTP support choice
[feed/packages.git] / net / aria2 / Config.in
index ec21fafe7dab98d5a081308ec3669b95f3e07bc4..b0d7309d33c00320aeda1d65ff94a688426282e6 100644 (file)
@@ -23,6 +23,23 @@ config ARIA2_BITTORRENT
 
 config ARIA2_METALINK
        bool "Enable metalink support"
-       default N
+       default n
+
+config ARIA2_SFTP
+        bool "Enable sftp support"
+        default n
+
+choice
+       prompt "XML library"
+       default ARIA2_EXPAT
+       depends on ARIA2_METALINK
+
+config ARIA2_EXPAT
+       bool "EXPAT"
+
+config ARIA2_LIBXML2
+       bool "LIBXML2"
+
+endchoice
 
 endmenu