diff options
Diffstat (limited to 'arch/arm/mach-qcom/Kconfig')
| -rw-r--r-- | arch/arm/mach-qcom/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig new file mode 100644 index 00000000000..ee5697ba05b --- /dev/null +++ b/arch/arm/mach-qcom/Kconfig @@ -0,0 +1,29 @@ +menuconfig ARCH_QCOM + bool "Qualcomm Support" if ARCH_MULTI_V7 + select ARCH_REQUIRE_GPIOLIB + select ARM_GIC + select ARM_AMBA + select CLKSRC_OF + select PINCTRL + select QCOM_SCM if SMP + help + Support for Qualcomm's devicetree based systems. + +if ARCH_QCOM + +config ARCH_MSM8X60 + bool "Enable support for MSM8X60" + select CLKSRC_QCOM + +config ARCH_MSM8960 + bool "Enable support for MSM8960" + select CLKSRC_QCOM + +config ARCH_MSM8974 + bool "Enable support for MSM8974" + select HAVE_ARM_ARCH_TIMER + +config QCOM_SCM + bool + +endif |
