xref: /OK3568_Linux_fs/buildroot/package/linux-fusion/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "linux-fusion needs a Linux kernel to be built"
2*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunconfig BR2_PACKAGE_LINUX_FUSION
5*4882a593Smuzhiyun	bool "linux-fusion communication layer for DirectFB multi"
6*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL
7*4882a593Smuzhiyun	select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  DirectFB Communication Layer allowing multiple DirectFB
10*4882a593Smuzhiyun	  applications to run concurrently
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/deniskropp/linux-fusion
13