xref: /openbmc/u-boot/common/Kconfig (revision dba1697057abed60bcb46ff724dad9f3e090c566)
1ed36323fSMasahiro Yamadamenu "Command line interface"
2ed36323fSMasahiro Yamada	depends on !SPL_BUILD
3ed36323fSMasahiro Yamada
4*dba16970SMasahiro Yamadaconfig CMD_BOOTM
5*dba16970SMasahiro Yamada	bool "Enable bootm command"
6*dba16970SMasahiro Yamada	default y
7*dba16970SMasahiro Yamada	help
8*dba16970SMasahiro Yamada	  Boot an application image from the memory.
9*dba16970SMasahiro Yamada
10ed36323fSMasahiro Yamadaendmenu
11