summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSrinivas Ramana <sramana@codeaurora.org>2016-06-01 12:28:08 +0530
committerKyle Yan <kyan@codeaurora.org>2016-06-30 15:10:38 -0700
commit7af744ebdfc52956a669a0a10488285b2984f59b (patch)
tree5cd07ca3242a9395fbd173a2205056000332dc80 /arch
parent45e27cd2378f293143fd3e2a87b6e148163ae53c (diff)
arm: qcom: Add support for msmfalcon chipset
Add support in Kconfig for msmfalcon chipset 32-bit platform. Change-Id: I5509787b16e7837c674203a3a900159f449b14a6 Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-qcom/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig
index 918a3fa7e938..c4e90e02bb83 100644
--- a/arch/arm/mach-qcom/Kconfig
+++ b/arch/arm/mach-qcom/Kconfig
@@ -1,6 +1,40 @@
if ARCH_QCOM
menu "QCOM SoC Type"
+config ARCH_MSMFALCON
+ bool "Enable Support for Qualcomm MSMFALCON"
+ 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 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 MSM_JTAGV8 if CORESIGHT_ETMV4
+ help
+ This enables support for the MSMFALCON 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