commit | 4db98d3d92827e38d0853f0c1932d3db7d757622 | [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 | 1bdd942b6da8a9e8686defe431380754cccb9b5a [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/Kconfig b/Kconfig index 0dd21df..81b4226 100644 --- a/Kconfig +++ b/Kconfig
@@ -308,6 +308,8 @@ endmenu # Boot images +source "api/Kconfig" + source "common/Kconfig" source "cmd/Kconfig"