]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
Merge git://git.denx.de/u-boot-x86
[u-boot] / lib / Kconfig
index 15c6a52d4a1b57273c1d84ce822191209004fa9f..dd54516f302146ec945b7aa4a2b2a253ef8f7357 100644 (file)
@@ -285,6 +285,11 @@ config ERRNO_STR
          - if errno is null or positive number - a pointer to "Success" message
          - if errno is negative - a pointer to errno related message
 
+config HEXDUMP
+       bool "Enable hexdump"
+       help
+         This enables functions for printing dumps of binary data.
+
 config OF_LIBFDT
        bool "Enable the FDT library"
        default y if OF_CONTROL