mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 11:54:48 +00:00
96bb7c123b
make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_libopenssl
|
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
|
bool
|
|
prompt "Crypto acceleration support"
|
|
|
|
config OPENSSL_ENGINE_DIGEST
|
|
bool
|
|
depends on OPENSSL_ENGINE_CRYPTO
|
|
prompt "Digests acceleration support"
|
|
|
|
endmenu
|