summaryrefslogtreecommitdiffstats
path: root/rules/pnputils.in
blob: 3e15f770985a41ce6919f52eb3c39fbb5b229de1 (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
## SECTION=shell_and_console
menuconfig PNPUTILS
	tristate
	prompt "pnputils                      "
	default n
	help
	 Builds the pnputils to show debugging information about PNP
	 devices in your hardware. This is useful for x86 targets only.

if PNPUTILS

config PNPUTILS_SETPNP
	prompt "install setpnp"
	bool
	default n
	help
	  This utility updates the system resource information for Plug and
	  Play BIOS device nodes.

config PNPUTILS_LSPNP
	prompt "install lspnp"
	bool
	default y
	help
	  This utility presents a formatted interpretation of the contents
	  of the /sys/bus/pnp/devices or /proc/bus/pnp tree.

endif