1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig ARCH_QCOM 3 bool "Qualcomm Support" 4 depends on ARCH_MULTI_V7 5 select ARM_GIC 6 select ARM_AMBA 7 select CLKSRC_QCOM 8 select HAVE_ARM_ARCH_TIMER 9 select PINCTRL 10 select QCOM_SCM if SMP 11 help 12 Support for Qualcomm's devicetree based systems. 13 This includes support for a few devices with ARM64 SoC, that have 14 ARM32 signed firmware that does not allow booting ARM64 kernels. 15 16if ARCH_QCOM 17 18config ARCH_QCOM_RESERVE_SMEM 19 bool "Reserve SMEM at the beginning of RAM" 20 help 21 Reserve 2MB at the beginning of the System RAM for shared mem. 22 This is required on IPQ40xx, MSM8x60 and MSM8960 platforms. 23 24endif 25