From 334012492f3fe5d1abb4c2710ab80e9abed64609 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Fri, 7 Oct 2022 14:22:23 +0200 Subject: [PATCH] kernel: add missing symbol in generic config Found during work on qoriq target. Signed-off-by: Pawel Dembicki [improve commit message, remove from target configs] Signed-off-by: Stijn Tintel --- target/linux/generic/config-5.10 | 1 + target/linux/generic/config-5.15 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index dac9aad2f..2479d8a77 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2922,6 +2922,7 @@ CONFIG_LBDAF=y CONFIG_LDISC_AUTOLOAD=y # CONFIG_LDM_PARTITION is not set CONFIG_LD_DEAD_CODE_DATA_ELIMINATION=y +# CONFIG_LD_HEAD_STUB_CATCH is not set # CONFIG_LEDS_AN30259A is not set # CONFIG_LEDS_APU is not set # CONFIG_LEDS_AW2013 is not set diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 146f6b33d..01cb0037c 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -3063,6 +3063,7 @@ CONFIG_LBDAF=y CONFIG_LDISC_AUTOLOAD=y # CONFIG_LDM_PARTITION is not set CONFIG_LD_DEAD_CODE_DATA_ELIMINATION=y +# CONFIG_LD_HEAD_STUB_CATCH is not set # CONFIG_LEDS_AN30259A is not set # CONFIG_LEDS_APU is not set # CONFIG_LEDS_AW2013 is not set