2277fdeca8
This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
550 B
Plaintext
17 lines
550 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 up to 4.1.x.
|
|
|
|
https://github.com/Freescale/kernel-module-imx-gpu-viv
|