android_kernel_oneplus_msm8998/arch/arm/mach-qcom/Kconfig
Neeraj Upadhyay 33eba0ae11 msm: Rename msmtriton/apqtriton to sdm630/sda630
Update the code name from msmtriton/apqtriton to sdm630/sda630.
As part of this, update the filename containing "triton" and
files content containing "triton".

Change-Id: Ia558be75041e41e83d304d5fb4091c2a098e87c0
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
2016-12-28 21:56:22 +05:30

102 lines
2.3 KiB
Text

if ARCH_QCOM
menu "QCOM SoC Type"
config ARCH_SDM660
bool "Enable Support for SDM660"
select CLKDEV_LOOKUP
select HAVE_CLK
select HAVE_CLK_PREPARE
select PM_OPP
select SOC_BUS
select MSM_IRQ
select THERMAL_WRITABLE_TRIPS
select ARM_GIC_V3
select ARM_AMBA
select SPARSE_IRQ
select MULTI_IRQ_HANDLER
select HAVE_ARM_ARCH_TIMER
select MAY_HAVE_SPARSE_IRQ
select COMMON_CLK
select COMMON_CLK_QCOM
select QCOM_GDSC
select PINCTRL_MSM_TLMM
select USE_PINCTRL_IRQ
select MSM_PM if PM
select QMI_ENCDEC
select CPU_FREQ
select CPU_FREQ_MSM
select PM_DEVFREQ
select MSM_DEVFREQ_DEVBW
select DEVFREQ_SIMPLE_DEV
select DEVFREQ_GOV_MSM_BW_HWMON
select MSM_BIMC_BWMON
select MSM_QDSP6V2_CODECS
select MSM_AUDIO_QDSP6V2 if SND_SOC
select MSM_RPM_SMD
select GENERIC_IRQ_MIGRATION
select MSM_JTAGV8 if CORESIGHT_ETMV4
help
This enables support for the SDM660 chipset. If you do not
wish to build a kernel that runs on this chipset, say 'N' here.
config ARCH_SDM630
bool "Enable Support for SDM630"
select CLKDEV_LOOKUP
select HAVE_CLK
select HAVE_CLK_PREPARE
select PM_OPP
select SOC_BUS
select MSM_IRQ
select THERMAL_WRITABLE_TRIPS
select ARM_GIC_V3
select ARM_AMBA
select SPARSE_IRQ
select MULTI_IRQ_HANDLER
select HAVE_ARM_ARCH_TIMER
select MAY_HAVE_SPARSE_IRQ
select MSM_PM if PM
select QMI_ENCDEC
select CPU_FREQ
select CPU_FREQ_MSM
select PM_DEVFREQ
select MSM_DEVFREQ_DEVBW
select DEVFREQ_SIMPLE_DEV
select DEVFREQ_GOV_MSM_BW_HWMON
select MSM_BIMC_BWMON
select MSM_QDSP6V2_CODECS
select MSM_AUDIO_QDSP6V2 if SND_SOC
select MSM_RPM_SMD
select MSM_JTAGV8 if CORESIGHT_ETMV4
help
This enables support for the SDM630 chipset. If you do not
wish to build a kernel that runs on this chipset, say 'N' here.
config ARCH_MSM8X60
bool "Enable support for MSM8X60"
select ARCH_SUPPORTS_BIG_ENDIAN
select ARM_AMBA
select QCOM_SCM if SMP
select CLKSRC_QCOM
select CLKSRC_OF
select COMMON_CLK
config ARCH_MSM8960
bool "Enable support for MSM8960"
select CLKSRC_QCOM
select ARCH_SUPPORTS_BIG_ENDIAN
select ARM_AMBA
select QCOM_SCM if SMP
select CLKSRC_OF
select COMMON_CLK
config ARCH_MSM8974
bool "Enable support for MSM8974"
select HAVE_ARM_ARCH_TIMER
select ARCH_SUPPORTS_BIG_ENDIAN
select ARM_AMBA
select QCOM_SCM if SMP
select CLKSRC_OF
select COMMON_CLK
endmenu
endif