diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-12-16 17:27:00 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-02-06 22:00:02 +0100 |
commit | 99497df59427a11222571034afebf2f0f7f9a3e2 (patch) | |
tree | 2c304b631b9e01ae63f32909b04fc164cbc63df3 /arch/arm/mach-qcom | |
parent | ARM: qcom: drop most of 32-bit ARCH_QCOM subtypes (diff) | |
download | linux-99497df59427a11222571034afebf2f0f7f9a3e2.tar.xz linux-99497df59427a11222571034afebf2f0f7f9a3e2.zip |
ARM: qcom: merge remaining subplatforms into sensible Kconfig entry
Three remaining Qualcomm platforms have special handling of the
TEXT_OFFSET to reserve the memory at the beginnig of the system RAM, see
the commit 9e775ad19f52 ("ARM: 7012/1: Set proper TEXT_OFFSET for newer
MSMs"). This is required for older platforms like IPQ40xx, MSM8x60,
MSM8960 and APQ8064 and is compatible with other 32-bit Qualcomm
platforms.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20231216162700.863456-4-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 27d5ca0043be..f4765be1b2a0 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -15,13 +15,10 @@ menuconfig ARCH_QCOM if ARCH_QCOM -config ARCH_IPQ40XX - bool "Enable support for IPQ40XX" - -config ARCH_MSM8X60 - bool "Enable support for MSM8X60" - -config ARCH_MSM8960 - bool "Enable support for MSM8960" +config ARCH_QCOM_RESERVE_SMEM + bool "Reserve SMEM at the beginning of RAM" + help + Reserve 2MB at the beginning of the System RAM for shared mem. + This is required on IPQ40xx, MSM8x60 and MSM8960 platforms. endif |