1# 2# (C) COPYRIGHT 2012 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 19# 20# 21# 22source "vendor/drivers/gpu/arm/mali400/mali/Kconfig" 23 24choice 25 prompt "Mali Midgard driver" 26 27config MALI_MIDGARD_FOR_ANDROID 28 bool "Mali Midgard for Android" 29 30config MALI_MIDGARD_FOR_LINUX 31 bool "Mali Midgard for Linux only" 32 33endchoice 34 35source "vendor/drivers/gpu/arm/midgard/Kconfig" 36 37choice 38 prompt "Mali bifrost driver" 39 40config MALI_BIFROST_FOR_ANDROID 41 bool "Mali Bifrost for Android" 42 43config MALI_BIFROST_FOR_LINUX 44 bool "Mali Bifrost for Linux only" 45 46endchoice 47 48source "vendor/drivers/gpu/arm/bifrost/Kconfig" 49