From 16d9d4d1a57bc2c993337879bb30778aa1dbb36f Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Wed, 22 Mar 2023 15:09:48 +0100 Subject: [PATCH] Kconfig: Provide name to orphan configuration choice symbol Kconfig choice section for LINKER_ORPHAN configuration has no name. This prevents configuring a default value in .defconfig files and constrain to set in _defconfig /.prj files. Then it is not possible to generalize this setting to a whole set of boards (soc series for instance) or make it dependent on another symbol. Provide it a name to add this flexibility. Signed-off-by: Erwan Gouriou --- Kconfig.zephyr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig.zephyr b/Kconfig.zephyr index 15427fa82b..b53bac57e7 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr @@ -56,7 +56,7 @@ menu "Build and Link Features" menu "Linker Options" -choice +choice LINKER_ORPHAN_CONFIGURATION prompt "Linker Orphan Section Handling" default LINKER_ORPHAN_SECTION_WARN