mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
4db98d3d92
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>
9 lines
151 B
Text
9 lines
151 B
Text
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
|