summaryrefslogtreecommitdiff
path: root/mali_pixel/Kconfig
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2021-04-14 19:12:04 +0100
committerSidath Senanayake <sidaths@google.com>2021-04-14 19:51:08 +0100
commit5ddb2927918bdf131080bc488eb1fb455d1cdfb7 (patch)
tree55486dfa0712903fef8f1e9b568d3112b759416c /mali_pixel/Kconfig
parent9748305a584b9f1f7705303ce6e33a5e8b923e60 (diff)
downloadgpu-5ddb2927918bdf131080bc488eb1fb455d1cdfb7.tar.gz
Consolidate Mali integration modules
As the number of integration modules for Mali is incerasing, we consolidate them into a single module, mali_pixel, rather than deal with the overhead of multiple modules. Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: I32297ffcda68ec9245d99433727534848e2c20fe
Diffstat (limited to 'mali_pixel/Kconfig')
-rw-r--r--mali_pixel/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/mali_pixel/Kconfig b/mali_pixel/Kconfig
new file mode 100644
index 0000000..da464ec
--- /dev/null
+++ b/mali_pixel/Kconfig
@@ -0,0 +1,28 @@
+#
+# (C) COPYRIGHT 2019 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
+#
+#
+
+
+config MALI_MEMORY_GROUP_MANAGER
+ tristate "MALI_MEMORY_GROUP_MANAGER"
+ help
+ This option enables an example implementation of a memory group manager
+ for allocation and release of pages for memory pools managed by Mali GPU
+ device drivers.