linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] reset: socfpga: build the reset-socfpga for Stratix10 SOC
@ 2017-09-20 15:25 Dinh Nguyen
  2017-09-20 15:54 ` Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Dinh Nguyen @ 2017-09-20 15:25 UTC (permalink / raw)
  To: p.zabel; +Cc: dinguyen, linux-kernel

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

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] reset: socfpga: build the reset-socfpga for Stratix10 SOC
  2017-09-20 15:25 [PATCH] reset: socfpga: build the reset-socfpga for Stratix10 SOC Dinh Nguyen
@ 2017-09-20 15:54 ` Philipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2017-09-20 15:54 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: linux-kernel

Hi Dinh,

On Wed, 2017-09-20 at 10:25 -0500, Dinh Nguyen wrote:
> Enable the reset driver to get built for the Stratix10 platform.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---
>  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.

Applied to reset/next, thank you.

regards
Philipp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-20 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-20 15:25 [PATCH] reset: socfpga: build the reset-socfpga for Stratix10 SOC Dinh Nguyen
2017-09-20 15:54 ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).