summaryrefslogtreecommitdiffstats
path: root/rules/pnputils.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-04-25 21:42:20 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-04-25 21:42:20 +0000
commit511c9ee70332a719115eb921584fa47dac6628fc (patch)
tree04d0ab6649d2fa552c052b49710a61b62bb76dc5 /rules/pnputils.in
parent57ca4d1f82e14e95fbd0a5c037ee717ab1309288 (diff)
downloadptxdist-511c9ee70332a719115eb921584fa47dac6628fc.tar.gz
ptxdist-511c9ee70332a719115eb921584fa47dac6628fc.tar.xz
* pnputil: Packet added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8105 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pnputils.in')
-rw-r--r--rules/pnputils.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/rules/pnputils.in b/rules/pnputils.in
new file mode 100644
index 000000000..739de02a4
--- /dev/null
+++ b/rules/pnputils.in
@@ -0,0 +1,25 @@
+menuconfig PNPUTILS
+ prompt "pnputils "
+ bool
+ default n
+ help
+ Builds the pnputils to show debugging information about PNP
+ devices in your hardware. This is useful for x86 targets only.
+
+config PNPUTILS_SETPNP
+ prompt "install setpnp"
+ depends on PNPUTILS
+ bool
+ default n
+ help
+ This utility updates the system resource information for Plug and
+ Play BIOS device nodes.
+
+config PNPUTILS_LSPNP
+ prompt "install lspnp"
+ depends on PNPUTILS
+ bool
+ default y
+ help
+ This utility presents a formatted interpretation of the contents
+ of the /sys/bus/pnp/devices or /proc/bus/pnp tree.