2008-10-24 19:48:47 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
2008-03-17 09:10:39 +00:00
|
|
|
menu "Print Utilities"
|
2008-02-22 22:24:48 +00:00
|
|
|
|
2010-06-08 10:15:11 +00:00
|
|
|
INSERT
|
|
|
|
|
2008-02-24 23:32:36 +00:00
|
|
|
config LPD
|
|
|
|
bool "lpd"
|
2010-06-06 02:14:28 +00:00
|
|
|
default y
|
2008-02-24 23:32:36 +00:00
|
|
|
help
|
|
|
|
lpd is a print spooling daemon.
|
|
|
|
|
2008-02-22 22:24:48 +00:00
|
|
|
config LPR
|
|
|
|
bool "lpr"
|
2010-06-06 02:14:28 +00:00
|
|
|
default y
|
2008-02-22 22:24:48 +00:00
|
|
|
help
|
|
|
|
lpr sends files (or standard input) to a print spooling daemon.
|
|
|
|
|
|
|
|
config LPQ
|
|
|
|
bool "lpq"
|
2010-06-06 02:14:28 +00:00
|
|
|
default y
|
2008-02-22 22:24:48 +00:00
|
|
|
help
|
|
|
|
lpq is a print spool queue examination and manipulation program.
|
|
|
|
|
|
|
|
endmenu
|