1config BR2_PACKAGE_HOST_CRYPTSETUP
2	bool "host cryptsetup"
3	select BR2_PACKAGE_HOST_UTIL_LINUX
4	help
5	  This tool helps manipulate dm-crypt and luks partitions for
6	  on-disk encryption.
7
8	  https://gitlab.com/cryptsetup/cryptsetup
9