Config.in 284 B

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