xref: /rk3399_rockchip-uboot/common/Kconfig (revision dba1697057abed60bcb46ff724dad9f3e090c566)
1menu "Command line interface"
2	depends on !SPL_BUILD
3
4config CMD_BOOTM
5	bool "Enable bootm command"
6	default y
7	help
8	  Boot an application image from the memory.
9
10endmenu
11