summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-03-08 05:33:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-17 04:00:53 +0100
commitef4507fb81acf8b3b7b71292d0ab8f38f1dd1abf (patch)
treed0006631a5af82e1266a0c58778883e67f8a041e
parentbb44f338402376d88cae8983a37b498fbf1dc7f5 (diff)
target/linux/config: Allow enabling UBIFS support
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--target/linux/config/Config.in.fs14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 7c25754d1..b6226fc19 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -266,6 +266,20 @@ config ADK_KERNEL_YAFFS_FS
help
YAFFS2 filesystem for NAND devices
+config ADK_KERNEL_MTD_UBI_GLUEBI
+ bool
+
+config ADK_KERNEL_MTD_UBI
+ tristate
+ select ADK_KERNEL_MTD
+ select ADK_KERNEL_MTD_UBI_GLUEBI
+
+config ADK_KERNEL_UBIFS_FS
+ tristate "UBIFS Filesystem"
+ select ADK_KERNEL_MTD_UBI
+ help
+ UBIFS is a file system for flash devices which works on top of UBI.
+
endmenu