mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
meta-secure-core: initial commit
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Enable device-mapper crypt target
|
||||
CONFIG_DM_CRYPT=y
|
||||
|
||||
# Enable the default cipher-spec for LUKS
|
||||
CONFIG_CRYPTO_AES=y
|
||||
CONFIG_CRYPTO_AES_NI_INTEL=y
|
||||
CONFIG_CRYPTO_XTS=y
|
||||
|
||||
# Use entropy-strong source for RNG
|
||||
CONFIG_HW_RANDOM=y
|
||||
CONFIG_HW_RANDOM_TPM=m
|
||||
@@ -0,0 +1 @@
|
||||
kconf non-hardware dmcrypt.cfg
|
||||
Reference in New Issue
Block a user