xref: /OK3568_Linux_fs/buildroot/package/cryptsetup/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CRYPTSETUP
2*4882a593Smuzhiyun	bool "cryptsetup"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # lvm2, libargon2
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # lvm2, libargon2
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
7*4882a593Smuzhiyun	select BR2_PACKAGE_POPT
8*4882a593Smuzhiyun	select BR2_PACKAGE_LVM2
9*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX
10*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
11*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
12*4882a593Smuzhiyun	select BR2_PACKAGE_JSON_C
13*4882a593Smuzhiyun	select BR2_PACKAGE_LIBARGON2
14*4882a593Smuzhiyun	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
15*4882a593Smuzhiyun	help
16*4882a593Smuzhiyun	  This tool helps manipulate dm-crypt and luks partitions for
17*4882a593Smuzhiyun	  on-disk encryption.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  https://gitlab.com/cryptsetup/cryptsetup
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "cryptsetup needs a toolchain w/ threads, dynamic library"
22*4882a593Smuzhiyun	depends on BR2_USE_MMU
23*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
24*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
25