OSDN Git Service

reset: build simple reset controller driver for Agilex
authorDinh Nguyen <dinguyen@kernel.org>
Mon, 14 Oct 2019 15:18:27 +0000 (10:18 -0500)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 22 Oct 2019 09:09:19 +0000 (11:09 +0200)
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>
drivers/reset/Kconfig

index 7b07281..46f7986 100644 (file)
@@ -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,