fix(kconfig): distinguish project configuration menu for excluded components

Currently both menu configs, for component's project configuration and
component's configuration, for components not included in the build have
the same name: "Configuration for components not included in the build".
This might be confusing. Let's use "Project configuration for components
not included in the build" for component Kconfig.projbuild files.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2025-11-04 11:39:19 +01:00
parent 37efbf8675
commit 947d78a04e
+1 -1
View File
@@ -729,7 +729,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
endmenu
menu "Configuration for components not included in the build"
menu "Project configuration for components not included in the build"
depends on "${IDF_BUILD_V2}"
osource "$COMPONENT_KCONFIGS_PROJBUILD_EXCLUDED_SOURCE_FILE"
endmenu