OSDN Git Service

Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / arm / mach-qcom / Kconfig
1 config ARCH_QCOM
2         bool "Qualcomm Support" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select ARM_GIC
5         select CLKSRC_OF
6         select GENERIC_CLOCKEVENTS
7         select HAVE_SMP
8         select QCOM_SCM if SMP
9         help
10           Support for Qualcomm's devicetree based systems.
11
12 if ARCH_QCOM
13
14 menu "Qualcomm SoC Selection"
15
16 config ARCH_MSM8X60
17         bool "Enable support for MSM8X60"
18         select CLKSRC_QCOM
19
20 config ARCH_MSM8960
21         bool "Enable support for MSM8960"
22         select CLKSRC_QCOM
23
24 config ARCH_MSM8974
25         bool "Enable support for MSM8974"
26         select HAVE_ARM_ARCH_TIMER
27
28 endmenu
29
30 config QCOM_SCM
31         bool
32
33 endif