]> git.ipfire.org Git - people/ms/u-boot.git/blame - common/Kconfig
kconfig: move CONFIG_CMD_CRC32 to Kconfig
[people/ms/u-boot.git] / common / Kconfig
CommitLineData
ed36323f
MY
1menu "Command line interface"
2 depends on !SPL_BUILD
3
dba16970
MY
4config CMD_BOOTM
5 bool "Enable bootm command"
6 default y
7 help
8 Boot an application image from the memory.
9
ca05ee9d
MY
10config CMD_CRC32
11 bool "Enable crc32 command"
12 default y
13 help
14 Compute CRC32.
15
ed36323f 16endmenu