Config.in 523 B

1234567891011121314151617181920212223242526
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see docs/Kconfig-language.txt.
  5. #
  6. menu "Print Utilities"
  7. config BUSYBOX_LPD
  8. bool "lpd (5.5 kb)"
  9. default y
  10. help
  11. lpd is a print spooling daemon.
  12. config BUSYBOX_LPR
  13. bool "lpr (9.9 kb)"
  14. default y
  15. help
  16. lpr sends files (or standard input) to a print spooling daemon.
  17. config BUSYBOX_LPQ
  18. bool "lpq (9.9 kb)"
  19. default y
  20. help
  21. lpq is a print spool queue examination and manipulation program.
  22. endmenu