summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-03-03 23:31:22 +0100
committerTom Rini <trini@konsulko.com>2023-03-30 15:09:58 -0400
commitfef0f1cc38a19f68e215fcc2504b4f60005179a2 (patch)
tree515bd5bf0feb7c4bfc1e069542b11a61996b44a0 /Kconfig
parent66e49f047651f6e104d36db12e835b423d456108 (diff)
downloadu-boot-fef0f1cc38a19f68e215fcc2504b4f60005179a2.tar.gz
u-boot-fef0f1cc38a19f68e215fcc2504b4f60005179a2.tar.bz2
u-boot-fef0f1cc38a19f68e215fcc2504b4f60005179a2.zip
api: move API related config options into submenu
Kconfig settings that are related to the API for standalone applications should be in the API sub-menu and not on the top level. CONFIG_STANDALONE_LOAD_ADDR is only relevant if standalone example applications are built. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/Kconfig b/Kconfig
index 7d04c5ab9f..7a8c190a7b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -575,14 +575,6 @@ config MP
This provides an option to bringup different processors
in multiprocessor cases.
-config EXAMPLES
- bool "Compile API examples"
- depends on !SANDBOX
- default y if ARCH_QEMU
- help
- U-Boot provides an API for standalone applications. Examples are
- provided in directory examples/.
-
endmenu # General setup
source "api/Kconfig"