Config.in 458 B

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