u-boot/arch/arm/Kconfig
.. .. @@ -343,6 +343,10 @@ 343 343 help 344 344 This ARM64 system supports AArch32 execution state. 345 345 346 +config ARM_SMP347 + bool "Enable ARM Symmetric Multiprocessing"348 + default n349 +346 350 choice 347 351 prompt "Target select" 348 352 default TARGET_HIKEY