a8b39ad901
This package has been tested on Nitrogen8M with the following commands: # modprobe galcore # cd /usr/share/examples/viv_samples/vdk/ # ./tutorial7 Also update the help text as we shouldn't specify a kernel revision. It is just that this module isn't meant for mainline kernel, only its NXP forked version. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
comment "kernel-module-imx-gpu-viv needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_KERNEL_MODULE_IMX_GPU_VIV
|
|
bool "kernel-module-imx-gpu-viv"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Kernel loadable module for Vivante GPU.
|
|
|
|
This package uses an exact copy of the GPU kernel driver
|
|
source code of the same version as base and include fixes
|
|
and improvements developed by FSL Community.
|
|
|
|
This module is only meant for NXP-based kernel.
|
|
|
|
https://github.com/Freescale/kernel-module-imx-gpu-viv
|