summaryrefslogtreecommitdiff
path: root/mali_pixel/Makefile
diff options
context:
space:
mode:
authorRobin Hsu <robinhsu@google.com>2022-03-14 22:17:49 +0800
committerRobin Hsu <robinhsu@google.com>2022-03-15 02:30:55 +0000
commit537e6c4158c1a9e0f973b299ffd756c82157ceb0 (patch)
treefeb1f18231e6c64a4ba51d6897fb5bcbc0722bb0 /mali_pixel/Makefile
parentac855831a4d92f29298323326aeb84ace876c55c (diff)
downloadgpu-537e6c4158c1a9e0f973b299ffd756c82157ceb0.tar.gz
add CONFIG_MALI_PIXEL_STATS
default to add mali_pixel_stat module Bug: 223361610 Test: local build test: ls /sys/kernel/pixel_stat/gpu/mem/* cat /sys/kernel/pixel_stat/gpu/mem/* Signed-off-by: Robin Hsu <robinhsu@google.com> Change-Id: I3bee7ae8ceece2aaf5e8e1c05b86a14d195037bc
Diffstat (limited to 'mali_pixel/Makefile')
-rw-r--r--mali_pixel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mali_pixel/Makefile b/mali_pixel/Makefile
index 8d80c07..39d491e 100644
--- a/mali_pixel/Makefile
+++ b/mali_pixel/Makefile
@@ -9,7 +9,7 @@ M ?= $(shell pwd)
KBUILD_OPTIONS += CONFIG_MALI_MEMORY_GROUP_MANAGER=m
KBUILD_OPTIONS += CONFIG_MALI_PRIORITY_CONTROL_MANAGER=m
KBUILD_OPTIONS += CONFIG_MALI_PROTECTED_MEMORY_ALLOCATOR=m
-KBUILD_OPTIONS += CONFIG_MALI_PIXEL_STATS=n
+KBUILD_OPTIONS += CONFIG_MALI_PIXEL_STATS=m
KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any