summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-23 22:58:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-07 08:44:48 +0200
commit551b412b16fa5e22d040cc49cd97cac1cc8029fc (patch)
treecef72eb2d5379865f26864267caaf00b85020e13 /fs/Kconfig
parent50e8902c0ef0154c707377238473b4d917507e4b (diff)
downloadbarebox-551b412b16fa5e22d040cc49cd97cac1cc8029fc.tar.gz
barebox-551b412b16fa5e22d040cc49cd97cac1cc8029fc.tar.xz
fs: Add ubifs support
This adds ubifs support from u-boot-2013.07. This is taken mostly as-is, only the necessary adjustments to attach to the barebox fs layer have been made. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 21d34346b0..be4797f0e6 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -42,6 +42,7 @@ config FS_NFS
prompt "nfs support"
source fs/fat/Kconfig
+source fs/ubifs/Kconfig
config PARTITION_NEED_MTD
bool