Config.in 461 B

12345678910111213141516171819
  1. #
  2. config BR2_READLINE
  3. bool "readline"
  4. default n
  5. help
  6. Enable GNU readline support?
  7. config BR2_PACKAGE_READLINE_TARGET
  8. bool "readline for the target"
  9. depends on BR2_READLINE
  10. help
  11. Say yes here to install the readline libraries on the target.
  12. config BR2_PACKAGE_READLINE_HEADERS
  13. bool "readline headers for the target"
  14. depends on BR2_PACKAGE_READLINE_TARGET
  15. help
  16. Say yes here to install the readline headers and documentation
  17. on the target.