mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 14:24:25 +08:00
e7062b1015
Multi-platform support implies all these options are already selected and individual platforms don't need to select them. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Kumar Gala <galak@codeaurora.org> Cc: David Brown <davidb@codeaurora.org> Cc: linux-arm-msm@vger.kernel.org
32 lines
524 B
Plaintext
32 lines
524 B
Plaintext
config ARCH_QCOM
|
|
bool "Qualcomm Support" if ARCH_MULTI_V7
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_GIC
|
|
select CLKSRC_OF
|
|
select QCOM_SCM if SMP
|
|
help
|
|
Support for Qualcomm's devicetree based systems.
|
|
|
|
if ARCH_QCOM
|
|
|
|
menu "Qualcomm SoC Selection"
|
|
|
|
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
|
|
|
|
endmenu
|
|
|
|
config QCOM_SCM
|
|
bool
|
|
|
|
endif
|