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