1comment "linux-fusion needs a Linux kernel to be built"
2	depends on !BR2_LINUX_KERNEL
3
4config BR2_PACKAGE_LINUX_FUSION
5	bool "linux-fusion communication layer for DirectFB multi"
6	depends on BR2_LINUX_KERNEL
7	select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
8	help
9	  DirectFB Communication Layer allowing multiple DirectFB
10	  applications to run concurrently
11
12	  https://github.com/deniskropp/linux-fusion
13