[isar-cip-core][PATCH 2/3] kconfig: Allow to select encryption also for qemu-arm and qemu-arm64


Jan Kiszka
 

From: Jan Kiszka <jan.kiszka@...>

This is now possible with latest kernel configs.

Signed-off-by: Jan Kiszka <jan.kiszka@...>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index e1e187f9..630cd78d 100644
--- a/Kconfig
+++ b/Kconfig
@@ -195,7 +195,7 @@ config KAS_INCLUDE_SWUPDATE_SECBOOT

config IMAGE_DATA_ENCRYPTION
bool "Encrypt data partitions on first boot"
- depends on TARGET_QEMU_AMD64
+ depends on TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM
select IMAGE_SECURE_BOOT
help
This enables LUKS encryption for the partitions /var and /home.
--
2.35.3