mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-28 17:12:22 +00:00
34 lines
964 B
Diff
Executable File
34 lines
964 B
Diff
Executable File
From f7b27331b915477cd289c37b56efb0d28b2d6f38 Mon Sep 17 00:00:00 2001
|
|
From: Antonio Wu <antonio.wu@cybertan.com.tw>
|
|
Date: Tue, 5 Aug 2025 10:39:58 +0000
|
|
Subject: [PATCH] Add IPQ_MEM_PROFILE in arm64 kconfig
|
|
|
|
---
|
|
arch/arm64/Kconfig | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
|
|
index 702a289..7864e79 100644
|
|
--- a/arch/arm64/Kconfig
|
|
+++ b/arch/arm64/Kconfig
|
|
@@ -2143,6 +2143,16 @@ config STACKPROTECTOR_PER_TASK
|
|
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
|
|
+
|
|
# The GPIO number here must be sorted by descending number. In case of
|
|
# a multiplatform kernel, we just want the highest value required by the
|
|
# selected platforms.
|
|
--
|
|
2.17.1
|
|
|