Config.in 516 B

12345678910111213
  1. config BR2_PACKAGE_MEMTOOL
  2. bool "memtool"
  3. help
  4. Development tool to modify memory mapped registers.
  5. memtool allows one to read and write memory mapped registers
  6. via /dev/mem. The commands are inspired by the respective
  7. commands of the barebox bootloader. This is handy during
  8. driver development to inspect and modify register
  9. settings. It can also be used to modify regular files and
  10. character devices (e.g. to paint to /dev/fb0).
  11. http://www.pengutronix.de/software/memtool/index_en.html