3
0

Config.src 442 B

12345678910111213141516171819202122232425262728
  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. INSERT
  7. config LPD
  8. bool "lpd"
  9. default y
  10. help
  11. lpd is a print spooling daemon.
  12. config LPR
  13. bool "lpr"
  14. default y
  15. help
  16. lpr sends files (or standard input) to a print spooling daemon.
  17. config LPQ
  18. bool "lpq"
  19. default y
  20. help
  21. lpq is a print spool queue examination and manipulation program.
  22. endmenu