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

From: Philipp Zabel
Date: Wed Sep 20 2017 - 11:54:42 EST


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@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.

Applied to reset/next, thank you.

regards
Philipp