diff options
author | Phil Sutter <phil@nwl.cc> | 2017-03-08 05:33:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-17 04:00:53 +0100 |
commit | ef4507fb81acf8b3b7b71292d0ab8f38f1dd1abf (patch) | |
tree | d0006631a5af82e1266a0c58778883e67f8a041e /target | |
parent | bb44f338402376d88cae8983a37b498fbf1dc7f5 (diff) |
target/linux/config: Allow enabling UBIFS support
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.fs | 14 |
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 |