2012-06-02 08:13:58 +02:00
|
|
|
config BR2_PACKAGE_FLASHROM
|
|
|
|
bool "flashrom"
|
|
|
|
select BR2_PACKAGE_PCIUTILS
|
2015-05-17 10:16:24 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
|
|
select BR2_PACKAGE_LIBFTDI
|
2012-06-02 08:13:58 +02:00
|
|
|
# dmidecode is only a runtime dependency
|
|
|
|
select BR2_PACKAGE_DMIDECODE
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2015-05-17 10:16:24 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2012-06-02 08:13:58 +02:00
|
|
|
help
|
2015-05-21 23:08:41 +02:00
|
|
|
flashrom is a utility for identifying, reading, writing,
|
|
|
|
verifying and erasing flash chips. It is designed to flash
|
|
|
|
BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
|
|
|
|
network/graphics/storage controller cards, and various other
|
|
|
|
programmer devices.
|
2012-06-02 08:13:58 +02:00
|
|
|
|
|
|
|
http://flashrom.org/
|
2015-05-17 10:16:24 +02:00
|
|
|
|
|
|
|
comment "flashrom needs a toolchain w/ threads"
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|