aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/Kbuild
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2022-04-06 09:40:11 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-06-01 11:17:26 +0000
commit087ea21ebad72c0b5563f04370abc3c6cc9ce8ad (patch)
tree6e5b3e8d99e8cfc7b503f0e0dff6696058b393c2 /remoteproc/Kbuild
parent7f9a4e36e573eb8e36c61711ce0fa8f885fe2b38 (diff)
downloadethos-u-linux-driver-stack-087ea21ebad72c0b5563f04370abc3c6cc9ce8ad.tar.gz
reset controller driver for corstone1000 ES
Add reset controller driver for external system. The driver is instantiated for each subsystem reset needed to control. Change-Id: I481e56124de30b807858ca3f5fe8f78fc18502ce
Diffstat (limited to 'remoteproc/Kbuild')
-rw-r--r--remoteproc/Kbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoteproc/Kbuild b/remoteproc/Kbuild
index bc96bdf..23b9c8e 100644
--- a/remoteproc/Kbuild
+++ b/remoteproc/Kbuild
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
+# Copyright (c) 2020-2022 Arm Limited. All rights reserved.
#
# This program is free software and is provided to you under the terms of the
# GNU General Public License version 2 as published by the Free Software
@@ -21,3 +21,4 @@
obj-$(CONFIG_ARM_SGM775_ETHOSU_RESET) += ethosu_bridge_reset.o
obj-$(CONFIG_ARM_JUNO_FPGA_RESET) += juno_fpga_reset.o
obj-$(CONFIG_ARM_ETHOSU_RPROC) += ethosu_remoteproc.o
+obj-$(CONFIG_ARM_CORSTONE1000_ES_RESET) += corstone1000_es_reset.o