
Signed-off-by: Phil Sutter <phil@nwl.cc> --- target/linux/config/Config.in.fs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 7c25754d1945c..b6226fc191c63 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 -- 2.9.3