diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-05-30 20:21:43 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-02 11:19:32 +0200 |
commit | 16a20512d852f6ecebf8c57cd7fa2572a06a9d0b (patch) | |
tree | e985a6b67efc0f243058141bb02ba9b323809184 /target/linux/generic/config-6.1 | |
parent | edb3a4162c0763ecc9d5e7660700a68a25bf28e3 (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/generic/config-6.1')
-rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 74a2a3e3a7..18d4ec0bd8 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -2156,7 +2156,6 @@ CONFIG_FORTIFY_SOURCE=y # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set # CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set # CONFIG_FRAME_POINTER is not set -CONFIG_FRAME_WARN=1024 # CONFIG_FREEZER is not set # CONFIG_FRONTSWAP is not set # CONFIG_FSCACHE is not set |