Kconfig (85148df36835d6bbdb2e4d06a3322629e4bb12c6) Kconfig (99497df59427a11222571034afebf2f0f7f9a3e2)
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
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_IPQ40XX
19 bool "Enable support for IPQ40XX"
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.
20
23
21config ARCH_MSM8X60
22 bool "Enable support for MSM8X60"
23
24config ARCH_MSM8960
25 bool "Enable support for MSM8960"
26
27endif
24endif