feat(secure-storage): add kernel config fragment for dm_crypt

This commit is contained in:
Patrick Vogelaar 2024-01-15 18:18:55 +01:00
parent ac8f81d4a1
commit e4fd830aa8
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
CONFIG_BLK_DEV_DM=y
CONFIG_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
CONFIG_DM_CRYPT=y

View File

@ -12,6 +12,7 @@ SRC_URI = "git://gitlab.com/netmodule/kernel/linux-netmodule.git;protocol=ssh;us
file://0001-fix-phy-support-for-falcon-board.patch \
file://0001-refactor-cn913x-defconfig-cleanup.patch \
file://cn913x_additions.cfg \
file://secure-storage.cfg \
"
SRCREV ?= "be2f2f0c96e85ecec9d807397194e46bb8bea4a5"