summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-08 21:45:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-08 21:45:05 +0100
commitc115a9d1c3c12ce5504a1a5169006c66cafc34e3 (patch)
treef4bef63dd572e3fe54b8d5fdbffcbf2e2e78d7a2 /target/linux/config/Config.in.fs
parent91fb280c3d35424d56c7f9a3bea23f383dfcb56a (diff)
many bugfixes for native adksystems and some package updates
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs12
1 files changed, 11 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index f6da0d980..a895225f0 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -22,6 +22,9 @@ config ADK_KERNEL_YAFFS_SHORT_NAMES_IN_RAM
config ADK_KERNEL_MISC_FILESYSTEMS
boolean
+config ADK_KERNEL_DNOTIFY
+ boolean
+
config ADK_KERNEL_EXT3_FS_XATTR
boolean
@@ -60,6 +63,10 @@ config ADK_KPACKAGE_KMOD_EXT2_FS
help
Ext2 is a standard Linux file system for hard disks.
+config ADK_KPACKAGE_KMOD_FS_MBCACHE
+ tristate
+ default n
+
config ADK_KERNEL_EXT3_FS
boolean
default n
@@ -67,6 +74,7 @@ config ADK_KERNEL_EXT3_FS
config ADK_KPACKAGE_KMOD_EXT3_FS
prompt "kmod-fs-ext3...................... EXT3 filesystem support"
tristate
+ select ADK_KPACKAGE_KMOD_FS_MBCACHE
depends on !ADK_KERNEL_EXT3_FS
default n
help
@@ -101,10 +109,12 @@ config ADK_KERNEL_EXT4_FS
config ADK_KPACKAGE_KMOD_EXT4_FS
prompt "kmod-fs-ext4...................... EXT4 filesystem support"
tristate
- depends on !ADK_KERNEL_EXT4_FS
+ select ADK_KPACKAGE_KMOD_FS_MBCACHE
select ADK_KPACKAGE_KMOD_CRC16
+ depends on !ADK_KERNEL_EXT4_FS
default n
help
+ Ext4 filesystem.
config ADK_KPACKAGE_KMOD_HFSPLUS_FS
prompt "kmod-fs-hfsplus................... HFS+ filesystem support"