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