Commit Graph

4 Commits

Author SHA1 Message Date
Simon Glass
c0a60ee3e9 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>
2025-09-05 15:22:18 -06:00
Simon Glass
ae1f0f13e4 api: Rename api_init() to legacy_api_init()
Complete the rename of this API so that it is clear it is considered
deprecated.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-09-05 07:02:54 -06:00
Simon Glass
18d0bb3158 Kconfig: Rename API to LEGACY_API
Update Kconfig use use CONFIG_LEGACY_API since the API is now
deprecated.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-09-05 07:02:18 -06:00
Simon Glass
9268e78e44 api: Rename the api/ directory
Rename this directory legacy_api since it is now considered legacy.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
2025-09-05 07:02:10 -06:00