Skip to content

Commit

Permalink
[Deepin-Kernel-SIG] disable ARM_PSCI_CHECKER && ARM_PSCI_CPUIDLE
Browse files Browse the repository at this point in the history
Log:

We should support Phytium FT2000/4、D2000/8、、etc old arm cpu.
For compat old cpu, their PSCI idle are broken.
If we use PSCI_CHECKER to detect, it caused some FT2000/4
hotplug failed and three core not online.
  • Loading branch information
opsiff authored Jul 31, 2024
1 parent c690b39 commit bf5ea4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/configs/deepin_arm64_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ CONFIG_ENERGY_MODEL=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_CPU_IDLE_GOV_TEO=y
CONFIG_ARM_PSCI_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
Expand Down Expand Up @@ -826,7 +825,6 @@ CONFIG_EFI_ZBOOT=y
CONFIG_EFI_BOOTLOADER_CONTROL=m
CONFIG_EFI_CAPSULE_LOADER=m
CONFIG_RESET_ATTACK_MITIGATION=y
CONFIG_ARM_PSCI_CHECKER=y
CONFIG_TEGRA_IVC=y
CONFIG_GNSS=m
CONFIG_GNSS_MTK_SERIAL=m
Expand Down

0 comments on commit bf5ea4b

Please sign in to comment.