17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
|
config BR2_PACKAGE_SLANG
|
||
|
bool "slang"
|
||
|
depends on BR2_USE_MMU # fork()
|
||
|
help
|
||
|
Multi-platform console display library.
|
||
|
|
||
|
http://www.jedsoft.org/slang/index.html
|
||
|
|
||
|
if BR2_PACKAGE_SLANG
|
||
|
|
||
|
config BR2_PACKAGE_SLANG_SLSH
|
||
|
bool "enable slsh"
|
||
|
help
|
||
|
Enable the S-lang interpreter
|
||
|
|
||
|
endif
|