hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
u-boot/common/Kconfig
....@@ -682,5 +682,17 @@
682682
683683 endmenu
684684
685
+menu "MT support"
686
+
687
+config MP_BOOT
688
+ bool "Support MT boot"
689
+ default n
690
+
691
+config MP_BOOT_BOOTM
692
+ bool "MT simple bootm image"
693
+ depends on MP_BOOT
694
+
695
+endmenu
696
+
685697 source "common/spl/Kconfig"
686698 source "common/usbplug/Kconfig"