defconfig: kona: Enable FDE and QSEECOM PROXY
Enable FDE support for kona le target, the ice driver will call to sec-kernel qseecom module through QSEECOM PROXY. Change-Id: Ic9299b7a1e0604ee08006808b1dc78dcaf10b886 Signed-off-by: Abhinav Gupta <quic_abgupt@quicinc.com>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
153cb1a03c
commit
96a81a5204
6
arch/arm64/configs/vendor/kona_le_GKI.config
vendored
6
arch/arm64/configs/vendor/kona_le_GKI.config
vendored
@@ -259,12 +259,16 @@ CONFIG_QRTR_NODE_ID=1
|
|||||||
CONFIG_QRTR_SMD=m
|
CONFIG_QRTR_SMD=m
|
||||||
# CONFIG_QRTR_TUN is not set
|
# CONFIG_QRTR_TUN is not set
|
||||||
CONFIG_QRTR_WAKEUP_MS=0
|
CONFIG_QRTR_WAKEUP_MS=0
|
||||||
|
CONFIG_QSEECOM_PROXY=m
|
||||||
CONFIG_QTI_BCL_PMIC5=m
|
CONFIG_QTI_BCL_PMIC5=m
|
||||||
CONFIG_QTI_BCL_SOC_DRIVER=m
|
CONFIG_QTI_BCL_SOC_DRIVER=m
|
||||||
CONFIG_QTI_CPUFREQ_CDEV=m
|
CONFIG_QTI_CPUFREQ_CDEV=m
|
||||||
CONFIG_QTI_CPU_HOTPLUG_COOLING_DEVICE=m
|
CONFIG_QTI_CPU_HOTPLUG_COOLING_DEVICE=m
|
||||||
CONFIG_QTI_CPU_PAUSE_COOLING_DEVICE=m
|
CONFIG_QTI_CPU_PAUSE_COOLING_DEVICE=m
|
||||||
# CONFIG_QTI_CRYPTO_COMMON is not set
|
CONFIG_QTI_CRYPTO_COMMON=m
|
||||||
|
CONFIG_QTI_CRYPTO_FDE=m
|
||||||
|
CONFIG_QTI_CRYPTO_LEGACY_KEY_FDE=m
|
||||||
|
CONFIG_QTI_CRYPTO_TZ=m
|
||||||
CONFIG_QTI_DEVFREQ_CDEV=m
|
CONFIG_QTI_DEVFREQ_CDEV=m
|
||||||
CONFIG_QTI_IOMMU_SUPPORT=m
|
CONFIG_QTI_IOMMU_SUPPORT=m
|
||||||
# CONFIG_QTI_PMIC_LPM is not set
|
# CONFIG_QTI_PMIC_LPM is not set
|
||||||
|
|||||||
@@ -1057,6 +1057,25 @@ config QTI_CRYPTO_TZ
|
|||||||
programmed and managed through SCM calls to TZ where ICE driver
|
programmed and managed through SCM calls to TZ where ICE driver
|
||||||
will configure keys.
|
will configure keys.
|
||||||
|
|
||||||
|
config QTI_CRYPTO_FDE
|
||||||
|
tristate "Enable common crypto functionality used for FDE"
|
||||||
|
depends on QTI_CRYPTO_COMMON
|
||||||
|
help
|
||||||
|
Say 'Y' to enable hardware Full Disk Encryption implementation to be used by
|
||||||
|
different storage layers such as UFS or eMMC. Enabling the FDE will reserve
|
||||||
|
one slot of KSM(Key Slot Manager) for the FDE. Making one less slot available
|
||||||
|
for FBE(File based encryption) in case both encryption mechanism are enabled
|
||||||
|
on device.
|
||||||
|
|
||||||
|
config QTI_CRYPTO_LEGACY_KEY_FDE
|
||||||
|
tristate "Enable legacy single key for functionality to be used for FDE"
|
||||||
|
depends on QTI_CRYPTO_FDE
|
||||||
|
help
|
||||||
|
Say 'Y' to enable hardware Full Disk Encryption implementation to use the
|
||||||
|
legacy key generation.Keep using only single slot of KSM with
|
||||||
|
the legacy key id for all the partitions.
|
||||||
|
The Legacy support will be deprecated in the future versions.
|
||||||
|
|
||||||
config QTI_CRYPTO_VIRTUALIZATION
|
config QTI_CRYPTO_VIRTUALIZATION
|
||||||
tristate "Enable hypervysor to be used for FBE"
|
tristate "Enable hypervysor to be used for FBE"
|
||||||
depends on FS_ENCRYPTION_INLINE_CRYPT
|
depends on FS_ENCRYPTION_INLINE_CRYPT
|
||||||
|
|||||||
@@ -45,6 +45,9 @@ phy-qcom-ufs.ko
|
|||||||
phy-qcom-ufs-qmp-v4.ko
|
phy-qcom-ufs-qmp-v4.ko
|
||||||
phy-qcom-ufs-qmp-v4-kona.ko
|
phy-qcom-ufs-qmp-v4-kona.ko
|
||||||
ufshcd-crypto-qti.ko
|
ufshcd-crypto-qti.ko
|
||||||
|
crypto-qti-common.ko
|
||||||
|
crypto-qti-tz.ko
|
||||||
|
qseecom_proxy.ko
|
||||||
camcc-sm8250.ko
|
camcc-sm8250.ko
|
||||||
videocc-sm8250.ko
|
videocc-sm8250.ko
|
||||||
dispcc-sm8250.ko
|
dispcc-sm8250.ko
|
||||||
|
|||||||
Reference in New Issue
Block a user