1config BR2_PACKAGE_SLANG
2	bool "slang"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Multi-platform console display library.
6
7	  http://www.jedsoft.org/slang/index.html
8
9if BR2_PACKAGE_SLANG
10
11config BR2_PACKAGE_SLANG_SLSH
12	bool "enable slsh"
13	help
14	  Enable the S-lang interpreter
15
16endif
17