blob: 972530cd776c3bf6bee02d875cae49a10697db03 [file] [log] [blame]
Per Åstrand87ca5da2021-04-15 09:47:03 +02001#
Per Åstrand087ea212022-04-06 09:40:11 +02002# Copyright (c) 2020-2022 Arm Limited. All rights reserved.
Per Åstrand87ca5da2021-04-15 09:47:03 +02003#
4# This program is free software and is provided to you under the terms of the
5# GNU General Public License version 2 as published by the Free Software
6# Foundation, and any use by you of this program is subject to the terms
7# of such GNU licence.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, you can access it online at
16# http://www.gnu.org/licenses/gpl-2.0.html.
17#
18# SPDX-License-Identifier: GPL-2.0-only
19#
20
Per Åstrand9f36f2e2021-09-30 09:57:34 +020021config ARM_JUNO_FPGA_RESET
22 tristate "Arm Juno FPGA Reset"
23 depends on RESET_CONTROLLER
24 help
25 Say Y here if you want to build the Arm Juno FPGA reset controller
26 reference module for controlling the reset of Juno FPGA.
27
Per Åstrand2cd53972021-04-12 13:46:04 +020028config ARM_ETHOSU_RPROC
Per Åstrand9f36f2e2021-09-30 09:57:34 +020029 tristate "Arm Ethos-U remoteproc"
Per Åstrand2cd53972021-04-12 13:46:04 +020030 depends on REMOTEPROC
31 help
32 Say Y here if you want to build the Arm Ethos-U remoteproc
33 reference module for controlling the Cortex-M CPU on the Ethos-U
34 subsystem.
35
Per Åstrand087ea212022-04-06 09:40:11 +020036config ARM_CORSTONE1000_ES_RESET
37 tristate "Arm Corstone1000 External System reset"
38 depends on REMOTEPROC
39 help
40 Say Y here if you want to build the reset driver for the external
41 systems on Corstone1000.