xref: /OK3568_Linux_fs/buildroot/package/bmap-tools/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_BMAP_TOOLS
2	bool "host bmap-tools"
3	select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
4	help
5	  Tool to flash image files to block devices using the block map
6	  bmaptool is a generic tool for creating the block map (bmap)
7	  for a file, and copying files using the block map. The idea is
8	  that large file containing unused blocks, like raw system
9	  image files, can be copied or flashed a lot faster with
10	  bmaptool than with traditional tools like "dd" or "cp".
11
12	  https://github.com/intel/bmap-tools
13