aboutsummaryrefslogtreecommitdiff
path: root/target/linux/rockchip/armv8
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-05-30 20:21:43 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-06-02 11:19:32 +0200
commit16a20512d852f6ecebf8c57cd7fa2572a06a9d0b (patch)
treee985a6b67efc0f243058141bb02ba9b323809184 /target/linux/rockchip/armv8
parentedb3a4162c0763ecc9d5e7660700a68a25bf28e3 (diff)
kernel: Set CONFIG_FRAME_WARN depending on target
This set the CONFIG_FRAME_WARN option depending on some target settings. It will use the default from the upstream kernel and not the hard coded value of 1024 now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/rockchip/armv8')
-rw-r--r--target/linux/rockchip/armv8/config-5.151
-rw-r--r--target/linux/rockchip/armv8/config-6.11
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/rockchip/armv8/config-5.15 b/target/linux/rockchip/armv8/config-5.15
index 0ed009004f..08ce65d8ea 100644
--- a/target/linux/rockchip/armv8/config-5.15
+++ b/target/linux/rockchip/armv8/config-5.15
@@ -201,7 +201,6 @@ CONFIG_FIXED_PHY=y
CONFIG_FIX_EARLYCON_MEM=y
# CONFIG_FORTIFY_SOURCE is not set
CONFIG_FRAME_POINTER=y
-CONFIG_FRAME_WARN=2048
CONFIG_FS_IOMAP=y
CONFIG_FS_MBCACHE=y
CONFIG_FS_POSIX_ACL=y
diff --git a/target/linux/rockchip/armv8/config-6.1 b/target/linux/rockchip/armv8/config-6.1
index 57f481ccd4..4d747537e2 100644
--- a/target/linux/rockchip/armv8/config-6.1
+++ b/target/linux/rockchip/armv8/config-6.1
@@ -227,7 +227,6 @@ CONFIG_FIXED_PHY=y
CONFIG_FIX_EARLYCON_MEM=y
# CONFIG_FORTIFY_SOURCE is not set
CONFIG_FRAME_POINTER=y
-CONFIG_FRAME_WARN=2048
CONFIG_FS_IOMAP=y
CONFIG_FS_MBCACHE=y
CONFIG_FS_POSIX_ACL=y