xref: /openbmc/linux/fs/omfs/Kconfig (revision ec8f24b7)
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
5da55e6f9SAlexey Dobriyan	select CRC_ITU_T
6da55e6f9SAlexey Dobriyan	help
7da55e6f9SAlexey Dobriyan	  This is the proprietary file system used by the Rio Karma music
8da55e6f9SAlexey Dobriyan	  player and ReplayTV DVR.  Despite the name, this filesystem is not
9da55e6f9SAlexey Dobriyan	  more efficient than a standard FS for MPEG files, in fact likely
10da55e6f9SAlexey Dobriyan	  the opposite is true.  Say Y if you have either of these devices
11da55e6f9SAlexey Dobriyan	  and wish to mount its disk.
12da55e6f9SAlexey Dobriyan
13da55e6f9SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
14da55e6f9SAlexey Dobriyan	  module will be called omfs.  If unsure, say N.
15