xref: /OK3568_Linux_fs/buildroot/package/ljsyscall/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LJSYSCALL
2	bool "ljsyscall"
3	# ljsyscall is specifically for LuaJIT, not Lua.
4	depends on BR2_PACKAGE_LUAJIT
5	help
6	  An FFI implementation of the Linux and NetBSD kernel ABIs for
7	  LuaJIT.
8
9	  http://www.myriabit.com/ljsyscall/
10
11comment "ljsyscall needs LuaJIT"
12	depends on !BR2_PACKAGE_LUAJIT
13