xref: /OK3568_Linux_fs/buildroot/package/flashrom/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
14config BR2_PACKAGE_FLASHROM
15	bool "flashrom"
16	depends on BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS
17	help
18	  flashrom is a utility for identifying, reading, writing,
19	  verifying and erasing flash chips. It is designed to flash
20	  BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
21	  network/graphics/storage controller cards, and various other
22	  programmer devices.
23
24	  http://flashrom.org/
25