blob: bc026602f58ca3a61c782a6f468d5a991c8e4ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
|