diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 64d44efad7a..6b73a6a5be9 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -45,8 +45,6 @@ source "fs/ocfs2/Kconfig" source "fs/btrfs/Kconfig" source "fs/nilfs2/Kconfig" -endif # BLOCK - config FILE_LOCKING bool "Enable POSIX file locking API" if EMBEDDED default y @@ -55,6 +53,15 @@ config FILE_LOCKING for filesystems like NFS and for the flock() system call. Disabling this option saves about 11k. +config SPLICE_DMA + bool "DMA support for Zero Copy Splice writes" + depends on AMCC_PPC460EX_460GT_4CHAN_DMA + default n + help + DMA support for Zero-Copy splice write support. Also called receive file. + +endif # BLOCK + source "fs/notify/Kconfig" source "fs/quota/Kconfig" |