blob: db5d8a9cadea76c0b950cce35b5a31540e49ef03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config ADK_PACKAGE_CRYPTSETUP
prompt "cryptsetup........................ LUKS cryptsetup tools"
tristate
select ADK_PACKAGE_LIBPOPT
select ADK_PACKAGE_LIBUUID
select ADK_PACKAGE_LIBGCRYPT
select ADK_PACKAGE_DEVICE_MAPPER
select ADK_KPACKAGE_KMOD_BLK_DEV_DM
select ADK_KPACKAGE_KMOD_DM_CRYPT
select ADK_KPACKAGE_KMOD_CRYPTO_SHA256
select ADK_KPACKAGE_KMOD_CRYPTO_AES
select ADK_KPACKAGE_KMOD_CRYPTO_CBC
default n
help
LUKS cryptsetup tools. You need to enable crypto kernel
modules to get a working setup (f.e. aes and sha256).
|