linuxOS_D21X/package/artinchip/openssl-hwengine/Config.in

14 lines
370 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
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