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 <erwan.gouriou@st.com>
This commit is contained in:
parent
677d377299
commit
16d9d4d1a5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue