7a99e1fa29
Provides python interface to database stored in hwdata package. It allows you to get human readable description of USB and PCI devices. https://github.com/xsuchy/python-hwdata Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
config BR2_PACKAGE_PYTHON_HWDATA
|
|
bool "python-hwdata"
|
|
select BR2_PACKAGE_HWDATA # runtime
|
|
select BR2_PACKAGE_HWDATA_PCI_IDS
|
|
select BR2_PACKAGE_HWDATA_PNP_IDS
|
|
select BR2_PACKAGE_HWDATA_USB_IDS
|
|
help
|
|
Provides python interface to database stored in hwdata
|
|
package. It allows you to get human readable description of
|
|
USB and PCI devices.
|
|
|
|
https://github.com/xsuchy/python-hwdata
|