summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.in
blob: c9d0339b7159312c14be656a9597cea4b3cea069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=shell_and_console
menuconfig PCIUTILS
	select ZLIB if PCIUTILS_COMPRESS
	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.

if PCIUTILS

config PCIUTILS_COMPRESS
	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