hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
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"