diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-04-08 11:00:31 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2022-05-06 11:05:46 +0300 |
commit | 7dac8e27c62d9acec3470d2675747abeacfb7422 (patch) | |
tree | 8c9f6aa3de9c2b120480ba00ccbe8d39793a3546 /arch | |
parent | 1cbc6291603db480908ae0c82eb87ac38a0ef7df (diff) | |
download | linux-7dac8e27c62d9acec3470d2675747abeacfb7422.tar.xz |
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 <claudiu.beznea@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220408080031.2527232-11-claudiu.beznea@microchip.com
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/sama7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |