mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 01:08:08 +02:00
The process to get current source code under midgard_for_linux/ : 1. On the status of commit18166b65, revert commit "91842c9 MALI: rockchip: upgrade midgard DDK to r18p0-01rel0", which upgraded drivers/gpu/arm/midgard/ from DDK r14 to r18. 2. copy directory drivers/gpu/arm/midgard/ to drivers/gpu/arm/midgard_for_linux/. It's ensured that changes of commits in drivers/gpu/arm/midgard/ from RK power management group early than commit18166b65are correspondingly remained in current drivers/gpu/arm/midgard_for_linux/. Change-Id: I41463a8c160e5d25365d6872eef1049de4a317fb Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
#
|
|
# (C) COPYRIGHT 2012 ARM Limited. All rights reserved.
|
|
#
|
|
# This program is free software and is provided to you under the terms of the
|
|
# GNU General Public License version 2 as published by the Free Software
|
|
# Foundation, and any use by you of this program is subject to the terms
|
|
# of such GNU licence.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, you can access it online at
|
|
# http://www.gnu.org/licenses/gpl-2.0.html.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
#
|
|
#
|
|
source "drivers/gpu/arm/mali400/mali/Kconfig"
|
|
|
|
choice
|
|
prompt "Mali Midgard driver"
|
|
|
|
config MALI_MIDGARD_FOR_ANDROID
|
|
bool "Mali Midgard for Android"
|
|
|
|
config MALI_MIDGARD_FOR_LINUX
|
|
bool "Mali Midgard for Linux only"
|
|
|
|
endchoice
|
|
|
|
source "drivers/gpu/arm/midgard/Kconfig"
|
|
|
|
choice
|
|
prompt "Mali bifrost driver"
|
|
|
|
config MALI_BIFROST_FOR_ANDROID
|
|
bool "Mali Bifrost for Android"
|
|
|
|
config MALI_BIFROST_FOR_LINUX
|
|
bool "Mali Bifrost for Linux only"
|
|
|
|
endchoice
|
|
|
|
source "drivers/gpu/arm/bifrost/Kconfig"
|