summaryrefslogtreecommitdiff
path: root/busybox-printutils.kconfig
blob: a096fe995090afd85e6d309626a9ef79164a8333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

comment "-------------------------------------------------"
comment "Print Utilities"
comment "-------------------------------------------------"


config KEMBTK_BUSYB_LPD
	bool "lpd"
	default y
	help
	  lpd is a print spooling daemon.

config KEMBTK_BUSYB_LPR
	bool "lpr"
	default y
	help
	  lpr sends files (or standard input) to a print spooling daemon.

config KEMBTK_BUSYB_LPQ
	bool "lpq"
	default y
	help
	  lpq is a print spool queue examination and manipulation program.