blob: 07fc49b82cb83d6b7e4ea6254eb1d614a601577f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
comment "pciutils has no inherent support for AVR32"
depends on BR2_avr32 && BR2_PACKAGE_PCIUTILS
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.
You'll need a copy of pci.ids or pci.ids.gz in your
target skeleton to enjoy verbose output.
http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
|