aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/reset
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2019-10-14 10:18:27 -0500
committerPhilipp Zabel <p.zabel@pengutronix.de>2019-10-22 11:09:19 +0200
commit96a2f50305d11099d33d70014697da564e9ba6d0 (patch)
tree42389c4b62960afcdecc2968176eeb443aa80a51 /drivers/reset
parentreset: add support for the Meson-A1 SoC Reset Controller (diff)
downloadwireguard-linux-96a2f50305d11099d33d70014697da564e9ba6d0.tar.xz
wireguard-linux-96a2f50305d11099d33d70014697da564e9ba6d0.zip
reset: build simple reset controller driver for Agilex
The Intel SoCFPGA Agilex platform shares the same reset controller that is on the Stratix10. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset')
-rw-r--r--drivers/reset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 7b07281aa0ae..46f7986c3587 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -129,7 +129,7 @@ config RESET_SCMI
config RESET_SIMPLE
bool "Simple Reset Controller Driver" if COMPILE_TEST
- default ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED || ARCH_BITMAIN || ARC
+ default ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED || ARCH_BITMAIN || ARC || ARCH_AGILEX
help
This enables a simple reset controller driver for reset lines that
that can be asserted and deasserted by toggling bits in a contiguous,