Browse Source

target/linux/config: FS_MBCACHE is only needed for extended attributes

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 10 years ago
parent
commit
c3b1bef399
1 changed files with 0 additions and 6 deletions
  1. 0 6
      target/linux/config/Config.in.fs

+ 0 - 6
target/linux/config/Config.in.fs

@@ -62,14 +62,9 @@ config ADK_KERNEL_EXT2_FS
 	help
 	  Ext2 is a standard Linux file system for hard disks.
 
-config ADK_KERNEL_FS_MBCACHE
-	tristate
-	default n
-
 config ADK_KERNEL_EXT3_FS
 	prompt "EXT3 filesystem support"
 	tristate
-	select ADK_KERNEL_FS_MBCACHE
 	default n
 	help
 	  This is the journalling version of the Second extended file system
@@ -98,7 +93,6 @@ config ADK_KERNEL_EXT3_FS
 config ADK_KERNEL_EXT4_FS
 	prompt "EXT4 filesystem support"
 	tristate
-	select ADK_KERNEL_FS_MBCACHE
 	select ADK_KERNEL_JBD2
 	default n
 	help