1 # SPDX-License-Identifier: GPL-2.0-only 2 menuconfig 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 ba 13 This includes support for a few devi 14 ARM32 signed firmware that does not 15 16 if ARCH_QCOM 17 18 config ARCH_QCOM_RESERVE_SMEM 19 bool "Reserve SMEM at the beginning of 20 help 21 Reserve 2MB at the beginning of the 22 This is required on IPQ40xx, MSM8x60 23 24 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.