Kconfig: Split the EXAMPLES option into its own file

We want to build examples for things other than the legacy API. As a
first step, create a Kconfig file in examples/ and move CONFIG_EXAMPLES
into it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-05 12:14:45 -06:00
parent c3841693b3
commit c0a60ee3e9
3 changed files with 13 additions and 8 deletions

View File

@@ -733,6 +733,8 @@ config LDR_CPU
source "legacy_api/Kconfig"
source "examples/Kconfig"
endmenu # General setup
source "boot/Kconfig"