summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.in
blob: 1c11d65d832ff051dc9121378926963b93655f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## 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.

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

comment "busybox' lspci is selected"
	depends on BUSYBOX_LSPCI