summaryrefslogtreecommitdiffstats
path: root/rules/pnputils.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
commit84b12e374b83af064a94a556941f4aece7a28e55 (patch)
tree22ec2ee4bdaf7825a3da3c3709b50f50eae376cb /rules/pnputils.in
parent6a99862df67668c49eed986c063d5688c8aa7c37 (diff)
downloadptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.gz
ptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.xz
* : tristate changes p-q.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8325 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pnputils.in')
-rw-r--r--rules/pnputils.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/pnputils.in b/rules/pnputils.in
index 739de02a4..9ce7a8828 100644
--- a/rules/pnputils.in
+++ b/rules/pnputils.in
@@ -1,14 +1,15 @@
menuconfig PNPUTILS
- prompt "pnputils "
- bool
+ 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"
- depends on PNPUTILS
bool
default n
help
@@ -17,9 +18,10 @@ config PNPUTILS_SETPNP
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.
+
+endif