--- zzzz-none-000/linux-5.4.213/arch/arm/mach-qcom/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/arch/arm/mach-qcom/Kconfig 2024-05-29 11:19:50.000000000 +0000 @@ -7,11 +7,48 @@ select ARM_AMBA select PINCTRL select QCOM_SCM if SMP + select ARM_GIC_V2M if PCI + select HAVE_NO_AVM_GPIO + select GPIOLIB_AVM_EXTENSION help Support for Qualcomm's devicetree based systems. if ARCH_QCOM +config ARCH_IPQ5332 + bool "Enable support for IPQ5332" + help + This enables support for the IPQ5332 chipset. If you dont + know what do here, say N + +config ARCH_IPQ6018 + bool "Enable support for IPQ6018" + help + This enables support for the IPQ6018 chipset. If you dont + know what do here, say N + +config ARCH_IPQ5018 + bool "Enable support for IPQ5018" + help + This enables support for the IPQ5018 chipset. If you dont + know what do here, say N + +config ARCH_IPQ8074 + bool "Enable Support for IPQ8074" + select PINCTRL_IPQ8074 + select COMMON_CLK_QCOM + select IPQ_APSS_8074 + select IPQ_GCC_8074 + help + This enables support for the IPQ8074 chipset. If you dont + know what do here, say N + +config ARCH_IPQ9574 + bool "Enable support for IPQ9574" + help + This enables support for the IPQ9574 chipset. If you dont + know what do here, say N + config ARCH_MSM8X60 bool "Enable support for MSM8X60" select CLKSRC_QCOM @@ -28,4 +65,35 @@ bool "Enable support for MDM9615" select CLKSRC_QCOM +config IPQ_MEM_PROFILE + int "Select Memory Profile" + range 0 1024 + default 0 + ---help--- + This option select memory profile to be used, which defines + the reserved memory configuration used in device tree. + + If unsure, say 0 + +config SKB_FIXED_SIZE_2K + bool "SKB size fixed at 2K" + default n + help + This is a hint to the NSS driver that the ‘skbuff’ size might + need to be fixed at 2KB, to conserve memory. + +config ARCH_IPQ256M + bool "Enable 256M config" + default n + help + This sets the text offset of 256M profile, which makes kernel aware of + first 16MB of DDR. + +config IPQ_FLASH_16M_PROFILE + bool "Enable 16M Flash Profile" + ---help--- + This option select flash profile to be used. + + If unsure, say N. + endif