Loading arch/arm/mach-qcom/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,18 @@ config ARCH_MSM8917 select HAVE_CLK_PREPARE select COMMON_CLK_MSM config ARCH_QM215 bool "Enable support for QM215" select CPU_V7 select HAVE_ARM_ARCH_TIMER select PINCTRL select QCOM_SCM if SMP select PM_DEVFREQ select CLKDEV_LOOKUP select HAVE_CLK select HAVE_CLK_PREPARE select COMMON_CLK_MSM config ARCH_SDM439 bool "Enable support for SDM439" select CPU_V7 Loading arch/arm64/Kconfig.platforms +9 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,15 @@ config ARCH_MSM8917 This enables support for the MSM8917 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_QM215 bool "Enable Support for Qualcomm Technologies Inc. QM215" depends on ARCH_QCOM select CPU_FREQ_QCOM select COMMON_CLK_MSM help This enables support for the QM215 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_SDM450 bool "Enable Support for Qualcomm Technologies Inc. SDM450" depends on ARCH_QCOM Loading Loading
arch/arm/mach-qcom/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,18 @@ config ARCH_MSM8917 select HAVE_CLK_PREPARE select COMMON_CLK_MSM config ARCH_QM215 bool "Enable support for QM215" select CPU_V7 select HAVE_ARM_ARCH_TIMER select PINCTRL select QCOM_SCM if SMP select PM_DEVFREQ select CLKDEV_LOOKUP select HAVE_CLK select HAVE_CLK_PREPARE select COMMON_CLK_MSM config ARCH_SDM439 bool "Enable support for SDM439" select CPU_V7 Loading
arch/arm64/Kconfig.platforms +9 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,15 @@ config ARCH_MSM8917 This enables support for the MSM8917 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_QM215 bool "Enable Support for Qualcomm Technologies Inc. QM215" depends on ARCH_QCOM select CPU_FREQ_QCOM select COMMON_CLK_MSM help This enables support for the QM215 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_SDM450 bool "Enable Support for Qualcomm Technologies Inc. SDM450" depends on ARCH_QCOM Loading