summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-03-09 10:48:49 +0000
committerWolfram Sang <w.sang@pengutronix.de>2009-03-09 10:48:49 +0000
commitb68f8eaba1aa42dcfcc6fe7462a6431b07b0ac75 (patch)
tree629f4c8536428531fc2552689dcac004205afdfc /rules/pciutils.in
parent32892da73ac170e65770dedb598050167d381e3e (diff)
downloadptxdist-b68f8eaba1aa42dcfcc6fe7462a6431b07b0ac75.tar.gz
ptxdist-b68f8eaba1aa42dcfcc6fe7462a6431b07b0ac75.tar.xz
* pciutils: bump out of the stone-age
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10034 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pciutils.in')
-rw-r--r--rules/pciutils.in16
1 files changed, 14 insertions, 2 deletions
diff --git a/rules/pciutils.in b/rules/pciutils.in
index 56fc5a5f6..20ff22899 100644
--- a/rules/pciutils.in
+++ b/rules/pciutils.in
@@ -1,8 +1,20 @@
## SECTION=shell_and_console
-config PCIUTILS
+menuconfig PCIUTILS
tristate
- prompt "pciutils"
+ 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.
+if PCIUTILS
+
+config PCIUTILS_COMPRESS
+ depends on ZLIB
+ bool
+ default y
+ prompt "compress pci_ids"
+ help
+ Save storage space by compressing the pci-id database. Access will be a
+ little bit slower then.
+
+endif