1config ARCH_QCOM 2 bool "Qualcomm Support" if ARCH_MULTI_V7 3 select ARCH_REQUIRE_GPIOLIB 4 select ARM_GIC 5 select ARM_AMBA 6 select CLKSRC_OF 7 select GENERIC_CLOCKEVENTS 8 select HAVE_SMP 9 select PINCTRL 10 select QCOM_SCM if SMP 11 help 12 Support for Qualcomm's devicetree based systems. 13 14if ARCH_QCOM 15 16menu "Qualcomm SoC Selection" 17 18config ARCH_MSM8X60 19 bool "Enable support for MSM8X60" 20 select CLKSRC_QCOM 21 22config ARCH_MSM8960 23 bool "Enable support for MSM8960" 24 select CLKSRC_QCOM 25 26config ARCH_MSM8974 27 bool "Enable support for MSM8974" 28 select HAVE_ARM_ARCH_TIMER 29 30endmenu 31 32config QCOM_SCM 33 bool 34 35endif 36