summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-12-17 16:48:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 10:31:24 +0100
commitb44d0e4528bda60670d1f3da33fc4dbcfc1d3e74 (patch)
tree3fe210408b5d686fd9fc77f3c3c7ab1028e4afdb /lib/Kconfig
parent0b23b9159d3c10db1f91f6cded26ebc63870a058 (diff)
downloadbarebox-b44d0e4528bda60670d1f3da33fc4dbcfc1d3e74.tar.gz
barebox-b44d0e4528bda60670d1f3da33fc4dbcfc1d3e74.tar.xz
lib: add libubigen
Imported from mtd-utils and stripped down to needed functionality. 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 32e80a03dd..6d7d8d064e 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -44,6 +44,9 @@ config XYMODEM
config LIBSCAN
bool
+config LIBUBIGEN
+ bool
+
source lib/gui/Kconfig
endmenu