xref: /OK3568_Linux_fs/buildroot/package/a10disp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_A10DISP
2	bool "a10disp"
3	depends on BR2_arm
4	depends on BR2_LINUX_KERNEL
5	help
6	  Program to change the display mode of Allwinner ARM SOCs
7	  running the linux-sunxi kernel (and not the mainline kernel.)
8
9	  http://github.com/hglm/a10disp
10
11comment "a10disp needs a Linux kernel to be built"
12	depends on BR2_arm
13	depends on !BR2_LINUX_KERNEL
14