linuxOS_D21X/package/artinchip/openssl-hwengine/Config.in
2024-11-29 16:13:46 +08:00

14 lines
370 B
Plaintext

menuconfig BR2_PACKAGE_OPENSSL_HWENGINE
bool "openssl-hwengine"
default y
select BR2_PACKAGE_LIBKCAPI
select BR2_PACKAGE_LIBOPENSSL
help
ArtInChip's hardware crypto engine implementation for libopenssl.
if BR2_PACKAGE_OPENSSL_HWENGINE
config BR2_PACKAGE_OPENSSL_HWENGINE_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default n
endif