From 893228f66c63a452ad46537657d7bf8c98197702 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 22 Apr 2016 08:47:15 +0200 Subject: commands: ubiformat: move code to common/ This is the final step to separate the ubiformat code from the command. With this the ubiformat code gains a C API. Signed-off-by: Sascha Hauer --- commands/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index 875c5f4f01..003adf0783 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -693,9 +693,7 @@ config CMD_UBI config CMD_UBIFORMAT tristate - depends on MTD_UBI - select LIBSCAN - select LIBUBIGEN + depends on UBIFORMAT prompt "ubiformat" config CMD_UMOUNT -- cgit v1.2.3