summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 5dc8ebf04b..5dfac250a2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -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
OpenPOWER on IntegriCloud