Skip to content
Snippets Groups Projects
Commit 4db98d3d authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Tom Rini
Browse files

kconfig: Add API kconfig file


Add kconfig file to enable API support

Signed-off-by: default avatarEmmanuel Vadot <manu@bidouilliste.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 1bdd942b
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,8 @@ config ARCH_FIXUP_FDT_MEMORY
endmenu # Boot images
source "api/Kconfig"
source "common/Kconfig"
source "cmd/Kconfig"
......
menu "API"
config API
bool "Enable U-Boot API"
default n
help
This option enables the U-Boot API. See api/README for more information.
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment