Loading arch/arm/boot/dts/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ dtb-$(CONFIG_ARCH_MSM8994) += msm8994-sim.dtb \ msm8994-cdp.dtb \ msm8994-mtp.dtb \ msm8994-liquid.dtb dtb-$(CONFIG_ARCH_MSM8992) += msm8992-sim.dtb \ msm8992-rumi.dtb DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE_NAMES)) ifneq ($(DTB_NAMES),) Loading arch/arm64/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,13 @@ config MSM8994_V1_PMUIRQ_WA percpu PMU interrupt is incorrectly connected to the corresponding CPUs in the other cluster. config ARCH_MSM8992 bool "Enable Support for Qualcomm MSM8992" depends on ARCH_MSM help Enable kernel support for the MSM8992 chipset. If you don't know what this is, you can safely say 'N' here. config ARCH_XGENE bool "AppliedMicro X-Gene SOC Family" help Loading Loading
arch/arm/boot/dts/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ dtb-$(CONFIG_ARCH_MSM8994) += msm8994-sim.dtb \ msm8994-cdp.dtb \ msm8994-mtp.dtb \ msm8994-liquid.dtb dtb-$(CONFIG_ARCH_MSM8992) += msm8992-sim.dtb \ msm8992-rumi.dtb DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE_NAMES)) ifneq ($(DTB_NAMES),) Loading
arch/arm64/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,13 @@ config MSM8994_V1_PMUIRQ_WA percpu PMU interrupt is incorrectly connected to the corresponding CPUs in the other cluster. config ARCH_MSM8992 bool "Enable Support for Qualcomm MSM8992" depends on ARCH_MSM help Enable kernel support for the MSM8992 chipset. If you don't know what this is, you can safely say 'N' here. config ARCH_XGENE bool "AppliedMicro X-Gene SOC Family" help Loading