--- zzzz-none-000/linux-5.4.213/arch/arm64/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/arch/arm64/Kconfig 2024-05-29 11:19:50.000000000 +0000 @@ -1599,6 +1599,22 @@ def_bool y depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_SYSREG +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. + endmenu menu "Boot options"