diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-09-20 10:25:41 -0500 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-10-04 10:36:02 +0200 |
commit | db21f9cfd5adf7544f64573c1ea4c4f3876d898e (patch) | |
tree | df6dcc1b3e9c5fc2813ca4c8306ff9ebf1137a9d /drivers/reset | |
parent | 4c05c4a5ee64616583f836938ccf48dc01dd52cf (diff) | |
download | linux-db21f9cfd5adf7544f64573c1ea4c4f3876d898e.tar.bz2 |
reset: socfpga: build the reset-socfpga for Stratix10 SOC
Enable the reset driver to get built for the Stratix10 platform.
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index e2baecbb9dd3..1c88af294724 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -77,7 +77,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. |