From b569048357495c568cab7dc0d0eb94c3d9b964e9 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 31 Jan 2017 12:17:05 +0100 Subject: 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- configs/PMC440_defconfig | 1 + configs/lsxhl_defconfig | 1 + 2 files changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/PMC440_defconfig b/configs/PMC440_defconfig index 0bcc586..7380ba7 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 75bd46d..4d974f1 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 -- cgit v1.1