2022-10-26 12:53:30

by Claudiu Beznea

[permalink] [raw]
Subject: [PATCH 08/11] ARM: configs: at91: sama7: add config for microchip otpc

Add config flag for Microchip OTPC.

Signed-off-by: Claudiu Beznea <[email protected]>
---
arch/arm/configs/sama7_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
index dcd2705b7c97..d5b748e2e772 100644
--- a/arch/arm/configs/sama7_defconfig
+++ b/arch/arm/configs/sama7_defconfig
@@ -196,6 +196,7 @@ CONFIG_PWM=y
CONFIG_PWM_ATMEL=y
CONFIG_MCHP_EIC=y
CONFIG_RESET_CONTROLLER=y
+CONFIG_NVMEM_MICROCHIP_OTPC=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_FANOTIFY=y
--
2.34.1