aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2023-06-27 10:11:44 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-07-02 15:31:03 +0200
commit0d324c682cceb2576bbb2e31a6bf60f650f6794c (patch)
tree49d2d33fa506bf10ea7b72a64d22bd54fb329e9c /target/linux
parentfbb4aac69bde73051f95d3ebc9a10a8feb8fdfd9 (diff)
downloadupstream-0d324c682cceb2576bbb2e31a6bf60f650f6794c.tar.gz
upstream-0d324c682cceb2576bbb2e31a6bf60f650f6794c.tar.bz2
upstream-0d324c682cceb2576bbb2e31a6bf60f650f6794c.zip
generic: filter out CONFIG_FRAME_WARN
CONFIG_FRAME_WARN value is set by config/Config-kernel.in based on the target type dynamically since commit: 16a2051 ("kernel: Set CONFIG_FRAME_WARN depending on target"). However, CONFIG_FRAME_WARN was not set to get filtered out so it ended up in multiple target configs during refreshes. So, lets filter out CONFIG_FRAME_WARN as its set dynamically to prevent it ending up in more target configs. Signed-off-by: Robert Marko <robert.marko@sartura.hr> (cherry picked from commit 7a9a4168bb7f4b77c300afb99c163c793305e84f)
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/config-filter1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter
index e7aa90f8b5..e7eda471d0 100644
--- a/target/linux/generic/config-filter
+++ b/target/linux/generic/config-filter
@@ -5,6 +5,7 @@
# CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set
CONFIG_CLANG_VERSION=.*
# CONFIG_GCC_VERSION is not set
+CONFIG_FRAME_WARN=.*
# CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set
# CONFIG_INLINE_.* is not set
# CONFIG_LD_.* is not set