summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-01-19 16:04:58 +0100
committerJuergen Beisert <jbe@pengutronix.de>2011-01-19 16:04:58 +0100
commitd6e95b48831fdaa05d9c0b4e84d56c18f5e5c92e (patch)
treedc8a86b13c6af42ef8afb728b275d87fe8343e34 /rules/pciutils.in
parentf1d3dbf91d369b41a15838d007cb51f04f618588 (diff)
downloadptxdist-d6e95b48831fdaa05d9c0b4e84d56c18f5e5c92e.tar.gz
ptxdist-d6e95b48831fdaa05d9c0b4e84d56c18f5e5c92e.tar.xz
Do not allow 'lspci' from the 'pciutils' package, if the 'lspci' from busybox is enabled
If busybox's and pciutils' lspci command is enabled, the one from pciutils seems to lose. This patch allows the selection of only one of these commands. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'rules/pciutils.in')
-rw-r--r--rules/pciutils.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/pciutils.in b/rules/pciutils.in
index c9d0339b7..6074674ab 100644
--- a/rules/pciutils.in
+++ b/rules/pciutils.in
@@ -1,12 +1,16 @@
## SECTION=shell_and_console
menuconfig PCIUTILS
select ZLIB if PCIUTILS_COMPRESS
+ depends on !BUSYBOX_LSPCI || ALLYES
tristate
prompt "pciutils "
help
The PCI Utilities package contains a library for portable access to PCI bus
configuration registers and several utilities based on this library.
+comment "busybox' lspci is selected"
+ depends on BUSYBOX_LSPCI
+
if PCIUTILS
config PCIUTILS_COMPRESS