Commit 792b8244 authored by Li Yuting's avatar Li Yuting
Browse files

Fix gic support for Phytium S2500

phytium inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I8UDQQ


CVE: NA

---------------------------------------------------------

Fix gic support for Phytium S2500

Signed-off-by: default avatarCui Fulong <cuifulong2112@phytium.com.cn>
Signed-off-by: default avatarLi Yuting <liyuting2071@phytium.com.cn>
parent 0b308045
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -218,12 +218,6 @@ config ARCH_MXC
	  This enables support for the ARMv8 based SoCs in the
	  NXP i.MX family.

config ARCH_PHYTIUM
    bool "Phytium SoC Family"
    help
      This enables support for Phytium ARMv8 SoC family.
    select ARM_GIC_PHYTIUM_2500

config ARCH_S32
	bool "NXP S32 SoC Family"
	help
@@ -250,6 +244,12 @@ config ARCH_NPCM
	  General support for NPCM8xx BMC (Arbel).
	  Nuvoton NPCM8xx BMC based on the Cortex A35.

config ARCH_PHYTIUM
    bool "Phytium SoC Family"
    select ARM_GIC_PHYTIUM_2500
    help
      This enables support for Phytium ARMv8 SoC family.

config ARCH_QCOM
	bool "Qualcomm Platforms"
	select GPIOLIB