2014-06-10 22:06:10 +08:00
|
|
|
menuconfig ARCH_QCOM
|
2014-01-22 07:14:10 +08:00
|
|
|
bool "Qualcomm Support" if ARCH_MULTI_V7
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select ARM_GIC
|
2014-05-15 18:08:55 +08:00
|
|
|
select ARM_AMBA
|
2014-01-22 07:14:10 +08:00
|
|
|
select CLKSRC_OF
|
2014-04-15 11:10:37 +08:00
|
|
|
select PINCTRL
|
2014-01-22 07:14:10 +08:00
|
|
|
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
|