summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-22 08:47:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-26 08:08:25 +0200
commit893228f66c63a452ad46537657d7bf8c98197702 (patch)
tree23c6a051d7d891a811bf67a23cf855b699cd7b99 /common/Kconfig
parentdd586fbe350c1ecb8bbb6c090218c640f58bba94 (diff)
downloadbarebox-893228f66c63a452ad46537657d7bf8c98197702.tar.gz
barebox-893228f66c63a452ad46537657d7bf8c98197702.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 7c09e8c117..7fa7d8a49c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -114,6 +114,13 @@ config BAREBOX_UPDATE_IMX_NAND_FCB
depends on NAND_MXS
default y
+config UBIFORMAT
+ bool
+ select LIBSCAN
+ select LIBUBIGEN
+ depends on MTD_UBI
+ default y
+
menu "General Settings"
config LOCALVERSION