openssl: add parallel build support
[openwrt.git] / package / libs / openssl / Config.in
index 11591de0476d9c596ff748e8271af7408dc0aa8a..34eff28338be5147f0ed06666c4de94961926ce2 100644 (file)
@@ -1,13 +1,23 @@
 menu "Configuration"
        depends on PACKAGE_libopenssl
 
+config OPENSSL_WITH_EC
+       bool
+       default y
+       prompt "Enable elliptic curve support"
+
+config OPENSSL_WITH_EC2M
+        bool
+        depends on OPENSSL_WITH_EC
+        prompt "Enable ec2m support"
+
 config OPENSSL_ENGINE_CRYPTO
        bool
        prompt "Crypto acceleration support"
 
 config OPENSSL_ENGINE_DIGEST
        bool
-       depends OPENSSL_ENGINE_CRYPTO
+       depends on OPENSSL_ENGINE_CRYPTO
        prompt "Digests acceleration support"
 
 endmenu