Hi Forum ppl,
I have dowloaded source code BX301A01B-SW-99002-r23p0-01rel0 from mali official and
intigrating mali driver in kernel(5.15) for that i follow the procecess.
1. copied BX301A01B-SW-99002-r23p0-01rel0/driver/product/kernel/drivers/gpu/arm to drivers/gpu/ in kernel
2. Added arm directory to the list of directories in drivers/gpu/Makefile :
obj-y += drm/ vga/ stub/ arm/
3.Add the following line to drivers/video/Kconfig after adding it after the line source"drivers/gpu/ion/Kconfig" :
source "drivers/gpu/arm/Kconfig"
enable option in config as below but getting error ass below picture
Error window :
Have you found the solution?