ore: Make ore its own module
[pandora-kernel.git] / fs / exofs / Kconfig
1 config ORE
2         tristate
3
4 config EXOFS_FS
5         tristate "exofs: OSD based file system support"
6         depends on SCSI_OSD_ULD
7         select ORE
8         help
9           EXOFS is a file system that uses an OSD storage device,
10           as its backing storage.
11
12 # Debugging-related stuff
13 config EXOFS_DEBUG
14         bool "Enable debugging"
15         depends on EXOFS_FS
16         help
17           This option enables EXOFS debug prints.