From: Claudiu Beznea Date: Fri, 8 Apr 2022 08:00:31 +0000 (+0300) Subject: ARM: configs: at91: sama7: enable CONFIG_RESET_CONTROLLER X-Git-Tag: v5.19-rc1~142^2~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dac8e27c62d9acec3470d2675747abeacfb7422;p=thirdparty%2Fkernel%2Flinux.git ARM: configs: at91: sama7: enable CONFIG_RESET_CONTROLLER Enable CONFIG_RESET_CONTROLLER. It is necessary for resetting individual in SoC devices. Signed-off-by: Claudiu Beznea Signed-off-by: Nicolas Ferre Link: https://lore.kernel.org/r/20220408080031.2527232-11-claudiu.beznea@microchip.com --- diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index 11867a7d26c57..4a8466306b547 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -196,6 +196,7 @@ CONFIG_AT91_SAMA5D2_ADC=y CONFIG_PWM=y CONFIG_PWM_ATMEL=y CONFIG_MCHP_EIC=y +CONFIG_RESET_CONTROLLER=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_FANOTIFY=y