forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
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"