xref: /openbmc/u-boot/common/Kconfig (revision cccee18918a9bcc1b34ddcd33f219a4ed26fc690)
1ed36323fSMasahiro Yamadamenu "Command line interface"
2ed36323fSMasahiro Yamada	depends on !SPL_BUILD
3ed36323fSMasahiro Yamada
4dba16970SMasahiro Yamadaconfig CMD_BOOTM
5dba16970SMasahiro Yamada	bool "Enable bootm command"
6dba16970SMasahiro Yamada	default y
7dba16970SMasahiro Yamada	help
8dba16970SMasahiro Yamada	  Boot an application image from the memory.
9dba16970SMasahiro Yamada
10ca05ee9dSMasahiro Yamadaconfig CMD_CRC32
11ca05ee9dSMasahiro Yamada	bool "Enable crc32 command"
12ca05ee9dSMasahiro Yamada	default y
13ca05ee9dSMasahiro Yamada	help
14ca05ee9dSMasahiro Yamada	  Compute CRC32.
15ca05ee9dSMasahiro Yamada
16*cccee189SMasahiro Yamadaconfig CMD_EXPORTENV
17*cccee189SMasahiro Yamada	bool "Enable env export command"
18*cccee189SMasahiro Yamada	default y
19*cccee189SMasahiro Yamada	help
20*cccee189SMasahiro Yamada	  Export environments.
21*cccee189SMasahiro Yamada
22ed36323fSMasahiro Yamadaendmenu
23