summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-22 16:27:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-22 16:27:13 +0100
commitade8f1154feea499c3743ab14e9ced6783812316 (patch)
tree0fc32bdf28d37de35ba2e47763144b1fa4544d8e /target/linux/config/Config.in.fs
parent89969d496f0acb304b4fd22867cb94b9ad93631e (diff)
a bunch of microblaze fixes
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs23
1 files changed, 20 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 377122dc5..db50c3a7f 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -11,9 +11,6 @@ config ADK_KERNEL_EXPORTFS
boolean
default y
-config ADK_KERNEL_JFFS2_FS
- boolean
-
config ADK_KERNEL_YAFFS_FS
tristate
@@ -51,6 +48,26 @@ config ADK_KERNEL_SQUASHFS_XZ
boolean
default n
+config ADK_KERNEL_JFFS2_FS_DEBUG
+ int
+ default "1"
+
+config ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS
+ boolean
+ default n
+
+config ADK_KERNEL_JFFS2_ZLIB
+ boolean
+ default n
+
+config ADK_KERNEL_JFFS2_FS
+ prompt "jffs2............................. JFFS2 filesystem"
+ select ADK_KERNEL_MISC_FILESYSTEMS
+ select ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS
+ select ADK_KERNEL_JFFS2_ZLIB
+ select ADK_KERNEL_JFFS2_FS_DEBUG
+ boolean
+
config ADK_KERNEL_SQUASHFS
prompt "squashfs.......................... SquashFS filesystem"
boolean