From e1de25b68aac451321f404deb6f26def2f684b29 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 25 Mar 2022 00:46:44 +0200 Subject: [PATCH] qoriq: remove CONFIG_GDB_SCRIPTS from kernel config It is disabled in the generic kernel config and not used in any of the other targets. There was no specific reason for enabling it, so let's be consistent and remove it from the qoriq kernel config. Signed-off-by: Stijn Tintel --- target/linux/qoriq/config-5.10 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10 index 6a582bbcd5..e76ca379ff 100644 --- a/target/linux/qoriq/config-5.10 +++ b/target/linux/qoriq/config-5.10 @@ -140,7 +140,6 @@ CONFIG_FS_POSIX_ACL=y CONFIG_FTL=y CONFIG_FUNCTION_ERROR_INJECTION=y CONFIG_FW_LOADER_PAGED_BUF=y -CONFIG_GDB_SCRIPTS=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_CLOCKEVENTS=y -- 2.30.2