kconfig: move CONFIG_CMD_CRC32 to Kconfig
[oweals/u-boot.git] / common / Kconfig
index 5dc8ebf04b4081db332e713cf37d92cc1d7cc75d..5dfac250a2e2ac1ece80924af00c2de42b25dd72 100644 (file)
@@ -7,4 +7,10 @@ config CMD_BOOTM
        help
          Boot an application image from the memory.
 
+config CMD_CRC32
+       bool "Enable crc32 command"
+       default y
+       help
+         Compute CRC32.
+
 endmenu