summaryrefslogtreecommitdiff
path: root/boot/boot-wrapper-aarch64/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot-wrapper-aarch64/Config.in')
-rw-r--r--boot/boot-wrapper-aarch64/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/boot-wrapper-aarch64/Config.in b/boot/boot-wrapper-aarch64/Config.in
index c4e63e23d..73d790fed 100644
--- a/boot/boot-wrapper-aarch64/Config.in
+++ b/boot/boot-wrapper-aarch64/Config.in
@@ -32,4 +32,10 @@ config BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS
Kernel bootargs to embed inside the image generated by the
boot wrapper.
+config BR2_TARGET_BOOT_WRAPPER_AARCH64_PSCI
+ bool "Boot secondary SMP cores using PSCI"
+ help
+ Boot secondary SMP cores using PSCI firmware calls. If
+ disabled, the spin-table method is used instead.
+
endif