]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-qcom/Kconfig
Merge remote-tracking branch 'device-mapper/for-next'
[karo-tx-linux.git] / arch / arm / mach-qcom / Kconfig
1 menuconfig ARCH_QCOM
2         bool "Qualcomm Support"
3         depends on ARCH_MULTI_V7
4         select ARCH_SUPPORTS_BIG_ENDIAN
5         select ARM_GIC
6         select ARM_AMBA
7         select PINCTRL
8         select QCOM_SCM if SMP
9         help
10           Support for Qualcomm's devicetree based systems.
11
12 if ARCH_QCOM
13
14 config ARCH_QCOM_A_FAMILY
15         bool "Support a-family chipsets (msm8660, msm8960, apq8064)"
16         default y
17         select CLKSRC_QCOM
18         help
19           Select this option if you want to support a-family platforms.
20
21           A-family includes all Snapdragon S1/S2/S3/S4 chips before 2013,
22           up to the MSM8x60 and APQ8064 SoCs.
23
24           B-family includes all Snapdragon 2xx/4xx/6xx/8xx models starting
25           in 2013 with the MSM8x74 SoC.
26
27 endif