0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config OMFS_FS
0003 tristate "SonicBlue Optimized MPEG File System support"
0004 depends on BLOCK
0005 select CRC_ITU_T
0006 help
0007 This is the proprietary file system used by the Rio Karma music
0008 player and ReplayTV DVR. Despite the name, this filesystem is not
0009 more efficient than a standard FS for MPEG files, in fact likely
0010 the opposite is true. Say Y if you have either of these devices
0011 and wish to mount its disk.
0012
0013 To compile this file system support as a module, choose M here: the
0014 module will be called omfs. If unsure, say N.