xref: /openbmc/linux/fs/omfs/Kconfig (revision da55e6f9)
1da55e6f9SAlexey Dobriyanconfig OMFS_FS
2da55e6f9SAlexey Dobriyan	tristate "SonicBlue Optimized MPEG File System support"
3da55e6f9SAlexey Dobriyan	depends on BLOCK
4da55e6f9SAlexey Dobriyan	select CRC_ITU_T
5da55e6f9SAlexey Dobriyan	help
6da55e6f9SAlexey Dobriyan	  This is the proprietary file system used by the Rio Karma music
7da55e6f9SAlexey Dobriyan	  player and ReplayTV DVR.  Despite the name, this filesystem is not
8da55e6f9SAlexey Dobriyan	  more efficient than a standard FS for MPEG files, in fact likely
9da55e6f9SAlexey Dobriyan	  the opposite is true.  Say Y if you have either of these devices
10da55e6f9SAlexey Dobriyan	  and wish to mount its disk.
11da55e6f9SAlexey Dobriyan
12da55e6f9SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
13da55e6f9SAlexey Dobriyan	  module will be called omfs.  If unsure, say N.
14