1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT 2# 3# (C) COPYRIGHT 2012-2021 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 21config MALI_XEN 22 tristate "Enable Xen Interface reference code" 23 depends on MALI_ARBITRATION && XEN 24 default n 25 help 26 Enables the build of xen interface modules used in the reference 27 virtualization setup for Mali 28 If unsure, say N. 29 30config MALI_ARBITER_MODULES 31 tristate "Enable mali arbiter modules" 32 depends on MALI_ARBITRATION 33 default y 34 help 35 Enables the build of the arbiter modules used in the reference 36 virtualization setup for Mali 37 If unsure, say N 38 39config MALI_GPU_POWER_MODULES 40 tristate "Enable gpu power modules" 41 depends on MALI_ARBITRATION 42 default y 43 help 44 Enables the build of the gpu power modules used in the reference 45 virtualization setup for Mali 46 If unsure, say N 47 48 49source "vendor/drivers/gpu/arm/bifrost/arbitration/ptm/Kconfig" 50