configs/bananapro: bump Linux to 4.10.4
[buildroot-gz.git] / package / ljlinenoise / Config.in
blobbe83bdba50a9b9ccafd69dfdbbd5121936728b96
1 config BR2_PACKAGE_LJLINENOISE
2         bool "ljlinenoise"
3         # run-time dependency only
4         select BR2_PACKAGE_LJSYSCALL
5         # ljsyscall is specifically for LuaJIT, not Lua.
6         depends on BR2_PACKAGE_LUAJIT
7         help
8           ljlinenoise is a pure LuaJIT port of linenoise,
9           a small alternative to readline and libedit.
11           http://fperrad.github.io/ljlinenoise/
13 comment "ljlinenoise needs LuaJIT"
14         depends on !BR2_PACKAGE_LUAJIT