forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
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"