Files
Yabin Cui 73b19a2342 msm: kgsl: Make coresight is built-in driver
We want to build coresight drivers as builtin drivers. But
adreno-coresight.c in msm_adreno.ko calls coresight functions.
To avoid exporting new symbols in vmlinux and breaking the ABI, this
patch separates adreno-coresight.c into CONFIG_CORESIGHT_ADRENO.
CONFIG_CORESIGHT_ADRENO is only enabled when both coresight and adreno
are builtin drivers.

Bug: 167414982
Bug: 170753932
Signed-off-by: Yabin Cui <yabinc@google.com>
Change-Id: I7488293445ade738ba03cc457320e0d74f910886
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
Signed-off-by: kanonifyX <kanonify01@gmail.com>
2025-08-31 09:51:06 +07:00
..