linuxOS_D21X/package/third-party/fscrypt/Config.in
2024-11-29 16:33:21 +08:00

17 lines
402 B
Plaintext

menuconfig BR2_PACKAGE_FSCRYPT
bool "fscrypt"
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS
if BR2_PACKAGE_FSCRYPT
config BR2_PACKAGE_FSCRYPT_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif
comment "needs a toolchain"
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
depends on !BR2_TOOLCHAIN_HAS_THREADS