From 43c6713d468ddae20640cb8483a87a7e9587a62b Mon Sep 17 00:00:00 2001 From: Sylwester Nawrocki Date: Wed, 27 Mar 2019 12:39:55 +0100 Subject: [PATCH] arm64: configs: tizen_tm2_defconfig: Enable MTD_EXYNOS_OTP Enable MTD_EXYNOS_OTP which is required for the ASV driver on Exynos5433. Change-Id: I6b176856405ea38c51436e73d5aa4df80c79f6b1 Signed-off-by: Sylwester Nawrocki --- arch/arm64/configs/tizen_tm2_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 761a50d..6822996 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -183,6 +183,8 @@ CONFIG_DMA_CMA=y CONFIG_CMA_SIZE_MBYTES=256 CONFIG_ARM_CCI400_PMU=y CONFIG_CONNECTOR=y +CONFIG_MTD=y +CONFIG_MTD_EXYNOS_OTP=y CONFIG_ZRAM=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y -- 2.7.4