1comment "kernel-module-imx-gpu-viv needs a Linux kernel to be built" 2 depends on !BR2_LINUX_KERNEL 3 4config BR2_PACKAGE_KERNEL_MODULE_IMX_GPU_VIV 5 bool "kernel-module-imx-gpu-viv" 6 depends on BR2_LINUX_KERNEL 7 help 8 Kernel loadable module for Vivante GPU. 9 10 This package uses an exact copy of the GPU kernel driver 11 source code of the same version as base and include fixes 12 and improvements developed by FSL Community. 13 14 This module is only meant for NXP-based kernel. 15 16 https://github.com/Freescale/kernel-module-imx-gpu-viv 17