-config BR2_PACKAGE_OPENSSL
- tristate "openssl"
- default m if CONFIG_DEVEL
- help
- A library implementing the SSL and TLS protocols
-
- http://www.openssl.org/
+menu "Configuration"
+ depends on PACKAGE_libopenssl
+
+config OPENSSL_ENGINE
+ bool
+ prompt "Crypto acceleration support"
+
+endmenu