mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
kconfig: Add API kconfig file
Add kconfig file to enable API support Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1bdd942b6d
commit
4db98d3d92
2 changed files with 11 additions and 0 deletions
2
Kconfig
2
Kconfig
|
@ -308,6 +308,8 @@ config ARCH_FIXUP_FDT_MEMORY
|
|||
|
||||
endmenu # Boot images
|
||||
|
||||
source "api/Kconfig"
|
||||
|
||||
source "common/Kconfig"
|
||||
|
||||
source "cmd/Kconfig"
|
||||
|
|
9
api/Kconfig
Normal file
9
api/Kconfig
Normal file
|
@ -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
|
Loading…
Reference in a new issue