diff options
| -rw-r--r-- | fs/jfs/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig index 9ff619a6f9cc..57cef19951db 100644 --- a/fs/jfs/Kconfig +++ b/fs/jfs/Kconfig @@ -1,6 +1,7 @@  config JFS_FS  	tristate "JFS filesystem support"  	select NLS +	select CRC32  	help  	  This is a port of IBM's Journaled Filesystem .  More information is  	  available in the file <file:Documentation/filesystems/jfs.txt>. | 
