summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-03-09 11:37:11 +0000
committerWolfram Sang <w.sang@pengutronix.de>2009-03-09 11:37:11 +0000
commit3ca40fdd3f246d99ecdfaf4eee08ac259916bc12 (patch)
treec26a4929b7c61ff595cc22b77a95c521fbb1bea6 /rules/pciutils.in
parentb68f8eaba1aa42dcfcc6fe7462a6431b07b0ac75 (diff)
downloadptxdist-3ca40fdd3f246d99ecdfaf4eee08ac259916bc12.tar.gz
ptxdist-3ca40fdd3f246d99ecdfaf4eee08ac259916bc12.tar.xz
* pciutils: ensure zlib is built before
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10035 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pciutils.in')
-rw-r--r--rules/pciutils.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pciutils.in b/rules/pciutils.in
index 20ff22899..c9d0339b7 100644
--- a/rules/pciutils.in
+++ b/rules/pciutils.in
@@ -1,5 +1,6 @@
## SECTION=shell_and_console
menuconfig PCIUTILS
+ select ZLIB if PCIUTILS_COMPRESS
tristate
prompt "pciutils "
help
@@ -9,7 +10,6 @@ menuconfig PCIUTILS
if PCIUTILS
config PCIUTILS_COMPRESS
- depends on ZLIB
bool
default y
prompt "compress pci_ids"