From: Kasin Lee Date: Thu, 26 Sep 2013 11:11:15 +0000 (+0800) Subject: PD #80411: enable ion X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=357d21b524bfa582cbd32a2ba9cee61839c05254;p=GitHub%2FLineageOS%2FG12%2Fandroid_hardware_amlogic_kernel-modules_mali-driver.git PD #80411: enable ion --- diff --git a/mali/Kconfig b/mali/Kconfig index 2691a49..4446e55 100644 --- a/mali/Kconfig +++ b/mali/Kconfig @@ -59,6 +59,7 @@ config MALI400_INTERNAL_PROFILING config MALI400_UMP bool "Enable UMP support" depends on MALI400 + default n ---help--- This enables support for the UMP memory sharing API in the Mali driver. diff --git a/ump/Kconfig b/ump/Kconfig index eb73796..6bc5044 100644 --- a/ump/Kconfig +++ b/ump/Kconfig @@ -3,7 +3,6 @@ config UMP tristate "UMP support" depends on m default m - select MALI400_UMP ---help--- This enables support for the UMP memory allocation and sharing API.