From 8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Wed, 21 Sep 2016 07:58:19 +0200 Subject: kconfig: introduce kconfig for UBI move the UBI config options into Kconfig. Signed-off-by: Heiko Schocher Reviewed-by: Simon Glass Reviewed-by: Andrew F. Davis Reviewed by: Evgeni Dobrev --- configs/a3m071_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/a3m071_defconfig') diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig index 18237b7..9e573a7 100644 --- a/configs/a3m071_defconfig +++ b/configs/a3m071_defconfig @@ -18,5 +18,6 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_LINK_LOCAL=y CONFIG_CMD_CACHE=y +CONFIG_CMD_UBI=y CONFIG_LIB_RAND=y CONFIG_OF_LIBFDT=y -- cgit v1.1