1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# (C) COPYRIGHT 2022 ARM Limited. All rights reserved. 4# 5# This program is free software and is provided to you under the terms of the 6# GNU General Public License version 2 as published by the Free Software 7# Foundation, and any use by you of this program is subject to the terms 8# of such GNU license. 9# 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY; without even the implied warranty of 12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13# GNU General Public License for more details. 14# 15# You should have received a copy of the GNU General Public License 16# along with this program; if not, you can access it online at 17# http://www.gnu.org/licenses/gpl-2.0.html. 18# 19# 20 21 22config CORESIGHT_MALI_SOURCES_ETM 23 depends on MALI_CORESIGHT && ARM64 24 bool "Enable CoreSight Mali Sources ETM module" 25 default y 26 help 27 This option will build coresight ETM source driver, 28 that is used for configuring, enabling and disabling 29 the ETM component. 30 31config CORESIGHT_MALI_SOURCES_ITM 32 depends on MALI_CORESIGHT 33 bool "Enable CoreSight Mali Sources ITM module" 34 default y 35 help 36 This option will build coresight ITM source driver, 37 that is used for configuring, enabling and disabling 38 the ITM component. 39 40config CORESIGHT_MALI_SOURCES_ELA 41 depends on MALI_CORESIGHT 42 bool "Enable CoreSight Mali Sources ELA module" 43 default y 44 help 45 This option will build coresight ELA source driver, 46 that is used for configuring, enabling and disabling 47 the ELA component. 48