u-boot/common/Kconfig
.. .. @@ -682,5 +682,17 @@ 682 682 683 683 endmenu 684 684 685 +menu "MT support"686 +687 +config MP_BOOT688 + bool "Support MT boot"689 + default n690 +691 +config MP_BOOT_BOOTM692 + bool "MT simple bootm image"693 + depends on MP_BOOT694 +695 +endmenu696 +685 697 source "common/spl/Kconfig" 686 698 source "common/usbplug/Kconfig"