summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2019-11-13 13:26:44 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2019-11-13 13:36:15 +0900
commit69eba1c38a2f6467d86e5cc5b09ed364b169566a (patch)
treee08ffc0489bc5f177a0eb3e722dc69b5132b81a5 /arch
parent7a012e6e2bb23f3e1eb0f2ed277fa6ebc48b3825 (diff)
downloadlinux-4.9-exynos9110-69eba1c38a2f6467d86e5cc5b09ed364b169566a.tar.gz
linux-4.9-exynos9110-69eba1c38a2f6467d86e5cc5b09ed364b169566a.tar.bz2
linux-4.9-exynos9110-69eba1c38a2f6467d86e5cc5b09ed364b169566a.zip
arm64: tizen_tw3_defconfig: Enable CONFIG_CRYPTO_USER_APIsubmit/tizen/20191113.062026accepted/tizen/unified/20191113.123430
Enable CONFIG_CRYPTO_USER_API config options to use CRYPTO API from userspace. ALG(Algorithm) socket will be used for BLE Mesh functionality by bluez. Change-Id: Iaa07610176bba04a301449fdee5446f36124eb3e Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/tizen_tw3_defconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm64/configs/tizen_tw3_defconfig b/arch/arm64/configs/tizen_tw3_defconfig
index 718fc88abed7..bc39728fbce2 100644
--- a/arch/arm64/configs/tizen_tw3_defconfig
+++ b/arch/arm64/configs/tizen_tw3_defconfig
@@ -4538,10 +4538,11 @@ CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
-# CONFIG_CRYPTO_USER_API_HASH is not set
-# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
-# CONFIG_CRYPTO_USER_API_RNG is not set
-# CONFIG_CRYPTO_USER_API_AEAD is not set
+CONFIG_CRYPTO_USER_API=y
+CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_USER_API_SKCIPHER=y
+CONFIG_CRYPTO_USER_API_RNG=y
+CONFIG_CRYPTO_USER_API_AEAD=y
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_S5P is not set
# CONFIG_CRYPTO_DEV_CCP is not set