summaryrefslogtreecommitdiff
path: root/drivers/reset/Makefile
diff options
context:
space:
mode:
authorThor Thayer <thor.thayer@linux.intel.com>2017-02-22 11:10:17 -0600
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-03-15 12:19:11 +0100
commit627006820268f92b62b2bde486c76ccd0fadb671 (patch)
tree115ff7124e06bbcd7f655c3a1a74a96924994871 /drivers/reset/Makefile
parent843fc75af8f5fb690656d1529b250584d8923d2c (diff)
reset: Add Altera Arria10 SR Reset Controller
This patch adds the reset controller functionality for Peripheral PHYs to the Arria10 System Resource Chip. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r--drivers/reset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
index c7ac1d6908ee..02a74db94339 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -2,6 +2,7 @@ obj-y += core.o
obj-y += hisilicon/
obj-$(CONFIG_ARCH_STI) += sti/
obj-$(CONFIG_ARCH_TEGRA) += tegra/
+obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o
obj-$(CONFIG_RESET_IMX7) += reset-imx7.o