blob: 6912ece6cb06cdf11d33c706fa0838d77ca6510f [file] [log] [blame]
Bernhard Reutner-Fischeraa2a1c02008-10-24 19:48:47 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
Denis Vlasenkoaa9b1822008-03-17 09:10:39 +00006menu "Print Utilities"
Denis Vlasenko68444b92008-02-22 22:24:48 +00007
Denis Vlasenkof99afb52008-02-24 23:32:36 +00008config LPD
9 bool "lpd"
10 default n
11 help
12 lpd is a print spooling daemon.
13
Denis Vlasenko68444b92008-02-22 22:24:48 +000014config LPR
15 bool "lpr"
16 default n
17 help
18 lpr sends files (or standard input) to a print spooling daemon.
19
20config LPQ
21 bool "lpq"
22 default n
23 help
24 lpq is a print spool queue examination and manipulation program.
25
26endmenu