From: Claudiu Beznea Date: Fri, 29 Nov 2019 13:51:41 +0000 (+0200) Subject: power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60 X-Git-Tag: v5.6-rc1~20^2~4^2~5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a79fa0c12c932f8dc8631d7cad7fade1b01fa311;p=linux.git power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60 Select POWER_RESET_AT91_RESET for SAM9X60 SoC. Signed-off-by: Claudiu Beznea Acked-by: Sebastian Reichel Link: https://lore.kernel.org/r/1575035505-6310-6-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Alexandre Belloni --- diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index c721939767eb..886e60017f4d 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig @@ -26,7 +26,7 @@ config POWER_RESET_AT91_POWEROFF config POWER_RESET_AT91_RESET tristate "Atmel AT91 reset driver" depends on ARCH_AT91 - default SOC_AT91SAM9 || SOC_SAMA5 + default SOC_AT91SAM9 || SOC_SAM9X60 || SOC_SAMA5 help This driver supports restart for Atmel AT91SAM9 and SAMA5 SoCs