ARM: debug: qcom: make UART address selection configuration option
[deliverable/linux.git] / arch / arm / mach-qcom / Kconfig
CommitLineData
8fc1b0f8
KG
1config ARCH_QCOM
2 bool "Qualcomm Support" if ARCH_MULTI_V7
3 select ARCH_REQUIRE_GPIOLIB
4 select ARM_GIC
7831c4b2 5 select ARM_AMBA
8fc1b0f8
KG
6 select CLKSRC_OF
7 select GENERIC_CLOCKEVENTS
8 select HAVE_SMP
9 select QCOM_SCM if SMP
10 help
11 Support for Qualcomm's devicetree based systems.
12
13if ARCH_QCOM
14
15menu "Qualcomm SoC Selection"
16
17config ARCH_MSM8X60
18 bool "Enable support for MSM8X60"
19 select CLKSRC_QCOM
20
21config ARCH_MSM8960
22 bool "Enable support for MSM8960"
23 select CLKSRC_QCOM
24
25config ARCH_MSM8974
26 bool "Enable support for MSM8974"
27 select HAVE_ARM_ARCH_TIMER
28
29endmenu
30
31config QCOM_SCM
32 bool
33
34endif
This page took 0.078668 seconds and 5 git commands to generate.