Skip to content

Commit

Permalink
kconfig: Add API kconfig file
Browse files Browse the repository at this point in the history
Add kconfig file to enable API support

Signed-off-by: Emmanuel Vadot <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
evadot authored and trini committed Feb 8, 2017
1 parent 1bdd942 commit 4db98d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ config ARCH_FIXUP_FDT_MEMORY

endmenu # Boot images

source "api/Kconfig"

source "common/Kconfig"

source "cmd/Kconfig"
Expand Down
9 changes: 9 additions & 0 deletions api/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 comments on commit 4db98d3

Please sign in to comment.