config/linux-talos-2.config: Enable POWER9 CPU

This commit is contained in:
Thierry Laurion 2023-07-05 11:25:13 -04:00 committed by Krystian Hebel
parent f980a4e2fa
commit 5272bf7e73
No known key found for this signature in database
GPG Key ID: 6CD35B07297B3CF9

View File

@ -206,10 +206,12 @@ CONFIG_PPC64=y
# #
CONFIG_PPC_BOOK3S_64=y CONFIG_PPC_BOOK3S_64=y
# CONFIG_PPC_BOOK3E_64 is not set # CONFIG_PPC_BOOK3E_64 is not set
CONFIG_GENERIC_CPU=y # CONFIG_GENERIC_CPU is not set
# CONFIG_POWER7_CPU is not set # CONFIG_POWER7_CPU is not set
# CONFIG_POWER8_CPU is not set # CONFIG_POWER8_CPU is not set
# CONFIG_POWER9_CPU is not set CONFIG_POWER9_CPU=y
CONFIG_TARGET_CPU_BOOL=y
CONFIG_TARGET_CPU="power9"
CONFIG_PPC_BOOK3S=y CONFIG_PPC_BOOK3S=y
CONFIG_PPC_FPU=y CONFIG_PPC_FPU=y
CONFIG_ALTIVEC=y CONFIG_ALTIVEC=y