ath9k: fix selecting the second antenna on a single-stream device with diversity
[openwrt.git] / package / openssl / Config.in
index 8430cff940568ffba92f9028594e567a37d03ebe..11591de0476d9c596ff748e8271af7408dc0aa8a 100644 (file)
@@ -1,7 +1,13 @@
-config BR2_PACKAGE_OPENSSL
-       tristate "openssl"
-       default m
-       help
-         A library implementing the SSL and TLS protocols 
-         
-         http://www.openssl.org/
+menu "Configuration"
+       depends on PACKAGE_libopenssl
+
+config OPENSSL_ENGINE_CRYPTO
+       bool
+       prompt "Crypto acceleration support"
+
+config OPENSSL_ENGINE_DIGEST
+       bool
+       depends OPENSSL_ENGINE_CRYPTO
+       prompt "Digests acceleration support"
+
+endmenu