wavpack: properly wrap help text
[buildroot-gz.git] / package / flashrom / Config.in
blobadc068cbfa48710269978df18f0aa376d94eb861
1 config BR2_PACKAGE_FLASHROM
2         bool "flashrom"
3         select BR2_PACKAGE_PCIUTILS
4         select BR2_PACKAGE_LIBUSB
5         select BR2_PACKAGE_LIBUSB_COMPAT
6         select BR2_PACKAGE_LIBFTDI
7         # dmidecode is only a runtime dependency
8         select BR2_PACKAGE_DMIDECODE
9         depends on BR2_i386 || BR2_x86_64
10         depends on BR2_TOOLCHAIN_HAS_THREADS    # libusb
11         help
12           flashrom is a utility for identifying, reading, writing,
13           verifying and erasing flash chips. It is designed to flash
14           BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
15           network/graphics/storage controller cards, and various other
16           programmer devices.
18           http://flashrom.org/
20 comment "flashrom needs a toolchain w/ threads"
21         depends on BR2_i386 || BR2_x86_64
22         depends on !BR2_TOOLCHAIN_HAS_THREADS