summaryrefslogtreecommitdiffstats
path: root/rules/pnputils.in
blob: 778d6a35302322c47f881ea8faac89b64b5c609d (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
## SECTION=shell_and_console
menuconfig PNPUTILS
	tristate
	prompt "pnputils                      "
	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
	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