diff options
Diffstat (limited to 'package/memtool/Config.in')
-rw-r--r-- | package/memtool/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/memtool/Config.in b/package/memtool/Config.in new file mode 100644 index 0000000000..63099d0d5e --- /dev/null +++ b/package/memtool/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_MEMTOOL + bool "memtool" + help + Development tool to modify memory mapped registers. + + memtool allows one to read and write memory mapped registers + via /dev/mem. The commands are inspired by the respective + commands of the barebox bootloader. This is handy during + driver development to inspect and modify register + settings. It can also be used to modify regular files and + character devices (e.g. to paint to /dev/fb0). + + http://www.pengutronix.de/software/memtool/index_en.html |