commit | aa02099c6500e96fcac2faf890a74f349f4eada3 | [log] [tgz] |
---|---|---|
author | Emmanuel Vadot <manu@bidouilliste.com> | Tue Jan 31 12:17:04 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 08 15:56:31 2017 -0500 |
tree | 8f34573a7d7cd8e3fd80e0fc110c2e9db4d5e5e4 | |
parent | cf698a8b02129b256b46f20583d8d41da40b3593 [diff] [blame] |
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>
diff --git a/api/Kconfig b/api/Kconfig new file mode 100644 index 0000000..16731d3 --- /dev/null +++ b/api/Kconfig
@@ -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