diff options
author | Emmanuel Vadot <manu@bidouilliste.com> | 2017-01-31 12:17:05 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-08 15:56:31 -0500 |
commit | b569048357495c568cab7dc0d0eb94c3d9b964e9 (patch) | |
tree | 5f34190149295da7d8c0ae43f2601b52a6a59723 /configs | |
parent | 4db98d3d92827e38d0853f0c1932d3db7d757622 (diff) | |
download | u-boot-b569048357495c568cab7dc0d0eb94c3d9b964e9.tar.gz |
api: Convert to Kconfig
Now that we have a Kconfig for the API, convert the two boards that
are using this to Kconfig and remove CONFIG_API from the whitelist.
Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/PMC440_defconfig | 1 | ||||
-rw-r--r-- | configs/lsxhl_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/PMC440_defconfig b/configs/PMC440_defconfig index 0bcc5866af..7380ba7b21 100644 --- a/configs/PMC440_defconfig +++ b/configs/PMC440_defconfig @@ -24,3 +24,4 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y +CONFIG_API=y diff --git a/configs/lsxhl_defconfig b/configs/lsxhl_defconfig index 75bd46da2f..4d974f1e16 100644 --- a/configs/lsxhl_defconfig +++ b/configs/lsxhl_defconfig @@ -23,3 +23,4 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y +CONFIG_API=y |