[PATCH] reset: socfpga: build the reset-socfpga for Stratix10 SOC

From: Dinh Nguyen
Date: Wed Sep 20 2017 - 11:25:50 EST


Enable the reset driver to get built for the Stratix10 platform.

Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>
---
drivers/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 608c071..ab8895b 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -71,7 +71,7 @@ config RESET_PISTACHIO

config RESET_SOCFPGA
bool "SoCFPGA Reset Driver" if COMPILE_TEST
- default ARCH_SOCFPGA
+ default ARCH_SOCFPGA || ARCH_STRATIX10
help
This enables the reset controller driver for Altera SoCFPGAs.

--
2.7.4