generic: filter out CONFIG_FRAME_WARN
authorRobert Marko <robert.marko@sartura.hr>
Tue, 27 Jun 2023 08:11:44 +0000 (10:11 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 Jul 2023 09:52:07 +0000 (11:52 +0200)
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>
target/linux/generic/config-filter

index e7aa90f8b548f40fc04c6956ca9d782b6a607e3b..e7eda471d0483811b7092ea7ada656705a8d9e61 100644 (file)
@@ -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