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: howlett/maple/20220722_2~449^2~10^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7dac8e27c62d9acec3470d2675747abeacfb7422;p=users%2Fjedix%2Flinux-maple.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 11867a7d26c5..4a8466306b54 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