xref: /OK3568_Linux_fs/buildroot/package/luabitop/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUABITOP
2	bool "luabitop"
3	depends on BR2_PACKAGE_LUA_5_1
4	help
5	  Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
6	  bitwise operations on numbers.
7
8	  http://bitop.luajit.org
9
10comment "luabitop needs Lua 5.1"
11	depends on !BR2_PACKAGE_LUA_5_1
12