summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-12-17 16:48:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 10:31:24 +0100
commitcb4b4eb32e883bc4f25eb305f56eddb601abe639 (patch)
tree014b3ea345258835555a4ccb2b67d9f46b8d9923 /lib/Kconfig
parentb44d0e4528bda60670d1f3da33fc4dbcfc1d3e74 (diff)
downloadbarebox-cb4b4eb32e883bc4f25eb305f56eddb601abe639.tar.gz
barebox-cb4b4eb32e883bc4f25eb305f56eddb601abe639.tar.xz
lib: add barebox version of libmtd
Based on mtd-utils and stripped down to needed functionality and reworked to barebox interfaces. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 6d7d8d064e..db8a6ad7a2 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -47,6 +47,9 @@ config LIBSCAN
config LIBUBIGEN
bool
+config LIBMTD
+ bool
+
source lib/gui/Kconfig
endmenu