projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c05c4a
)
reset: socfpga: build the reset-socfpga for Stratix10 SOC
author
Dinh Nguyen
<dinguyen@kernel.org>
Wed, 20 Sep 2017 15:25:41 +0000
(10:25 -0500)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Wed, 4 Oct 2017 08:36:02 +0000
(10:36 +0200)
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>
drivers/reset/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/reset/Kconfig
b/drivers/reset/Kconfig
index e2baecbb9dd3a08c71e28a72b45bb504a7b5a6e1..1c88af294724582321502ff0ae1bb4b11904ab10 100644
(file)
--- 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.