mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 06:30:56 +07:00
8fc1b0f87d
Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible while keeping mach-msm to legacy SoC/board support that will not transition over to multiplatform. As part of this, we move support for MSM8X60, MSM8960 and MSM8974 over to mach-qcom. Signed-off-by: Kumar Gala <galak@codeaurora.org>
34 lines
569 B
Plaintext
34 lines
569 B
Plaintext
config ARCH_QCOM
|
|
bool "Qualcomm Support" if ARCH_MULTI_V7
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_GIC
|
|
select CLKSRC_OF
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_SMP
|
|
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
|