ARM: add Kconfig option for PSCI 0.1
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / Kconfig
index 8eee801..60bb0a9 100644 (file)
@@ -44,6 +44,7 @@ config ARMV7_PSCI
 choice
        prompt "Supported PSCI version"
        depends on ARMV7_PSCI
+       default ARMV7_PSCI_0_1 if ARCH_SUNXI
        default ARMV7_PSCI_1_0
        help
          Select the supported PSCI version.
@@ -53,6 +54,9 @@ config ARMV7_PSCI_1_0
 
 config ARMV7_PSCI_0_2
        bool "PSCI V0.2"
+
+config ARMV7_PSCI_0_1
+       bool "PSCI V0.1"
 endchoice
 
 config ARMV7_PSCI_NR_CPUS