Config.in 817 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
  2. bool
  3. default y if BR2_aarch64 || BR2_aarch64_be
  4. default y if BR2_arc
  5. default y if BR2_arm || BR2_armeb
  6. default y if BR2_i386 || BR2_x86_64
  7. default y if BR2_m68k
  8. default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
  9. default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
  10. default y if BR2_riscv
  11. default y if BR2_sh
  12. default y if BR2_sparc || BR2_sparc64
  13. config BR2_PACKAGE_FLASHROM
  14. bool "flashrom"
  15. depends on BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
  16. help
  17. flashrom is a utility for identifying, reading, writing,
  18. verifying and erasing flash chips. It is designed to flash
  19. BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
  20. network/graphics/storage controller cards, and various other
  21. programmer devices.
  22. http://flashrom.org/