0896e3ed64
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter a in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
config BR2_PACKAGE_A10DISP
|
|
bool "a10disp"
|
|
depends on BR2_arm
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Program to change the display mode of Allwinner ARM SOCs
|
|
running the linux-sunxi kernel (and not the mainline kernel.)
|
|
|
|
http://github.com/hglm/a10disp
|
|
|
|
comment "a10disp needs a Linux kernel to be built"
|
|
depends on BR2_arm
|
|
depends on !BR2_LINUX_KERNEL
|