2010-04-16 10:50:45 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_libopenssl
|
2010-01-28 19:28:06 +00:00
|
|
|
|
2013-07-24 12:37:55 +00:00
|
|
|
config OPENSSL_WITH_EC
|
|
|
|
bool
|
2013-07-24 12:38:06 +00:00
|
|
|
default y
|
2013-07-24 12:37:55 +00:00
|
|
|
prompt "Enable elliptic curve support"
|
|
|
|
|
|
|
|
config OPENSSL_WITH_EC2M
|
|
|
|
bool
|
|
|
|
depends on OPENSSL_WITH_EC
|
|
|
|
prompt "Enable ec2m support"
|
|
|
|
|
2012-07-11 23:38:16 +00:00
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
2010-01-28 19:28:06 +00:00
|
|
|
bool
|
|
|
|
prompt "Crypto acceleration support"
|
|
|
|
|
2012-07-11 23:38:16 +00:00
|
|
|
config OPENSSL_ENGINE_DIGEST
|
|
|
|
bool
|
2013-04-17 15:36:41 +00:00
|
|
|
depends on OPENSSL_ENGINE_CRYPTO
|
2012-07-11 23:38:16 +00:00
|
|
|
prompt "Digests acceleration support"
|
|
|
|
|
2010-04-16 10:50:45 +00:00
|
|
|
endmenu
|