]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-qcom/Kconfig
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / arm / mach-qcom / Kconfig
1 menuconfig ARCH_QCOM
2         bool "Qualcomm Support" if ARCH_MULTI_V7
3         select ARCH_SUPPORTS_BIG_ENDIAN
4         select ARM_GIC
5         select ARM_AMBA
6         select PINCTRL
7         select QCOM_SCM if SMP
8         help
9           Support for Qualcomm's devicetree based systems.
10
11 if ARCH_QCOM
12
13 config ARCH_MSM8X60
14         bool "Enable support for MSM8X60"
15         select CLKSRC_QCOM
16
17 config ARCH_MSM8960
18         bool "Enable support for MSM8960"
19         select CLKSRC_QCOM
20
21 config ARCH_MSM8974
22         bool "Enable support for MSM8974"
23         select HAVE_ARM_ARCH_TIMER
24
25 endif