blob: 4884cd2845566b6923602123e1aac158285696b8 [file] [log] [blame]
Per Åstrand87ca5da2021-04-15 09:47:03 +02001#
2# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
3#
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
21config ARM_ETHOSU_SGM775_RESET
22 tristate "Arm Ethos-U SGM775 Reset"
23 depends on RESET_CONTROLLER
24 help
25 Say Y here if you want to build the Arm Ethos-U reset controller
26 reference module for controlling the reset of Cortex-M CPU on
27 the Ethos-U subsystem.
28