summaryrefslogtreecommitdiffstats
path: root/rules/hwdata.in
blob: c4e624b7ff90c45f1af8f844d05deca7b58d046a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## SECTION=shell_and_console

menuconfig HWDATA
	tristate
	prompt "hwdata                        "
	help
	  Hwdata package.
	  This package contains identity files for pci and usb etc.
	  Various packages that have not been ported to systemd's binary
	  hwdb may use this instead.

if HWDATA

config HWDATA_PCI
	bool
	prompt "hwdata PCI"
	help
	  The hwdata PCI (Vendor and product id) data set.

config HWDATA_USB
	bool
	prompt "hwdata USB"
	help
	  The hwdata USB (Vendor and product id) data set.

config HWDATA_PNP
	bool
	prompt "hwdata PNP"
	help
	  The hwdata PNP (Vendor names and vendor acronyms)
	  data set.

config HWDATA_OUI
	bool
	prompt "hwdata OUI"
	help
	  The hwdata OUI (IEEE Organizationally Unique Identifier)
	  data set.

config HWDATA_IAB
	bool
	prompt "hwdata IAB"
	help
	  The hwdata IAB (IEEE Individual Address Block)
	  data set.

endif