a5fe7371b2
Closes #1705 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
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
|