blob: 70bae41492913aac865898bcb84ffa38b458f787 [file] [log] [blame]
Boaz Harroshcf283ad2011-08-06 19:22:06 -07001config ORE
2 tristate
3
Boaz Harroshb14f8ab2008-10-27 18:27:55 +02004config EXOFS_FS
5 tristate "exofs: OSD based file system support"
6 depends on SCSI_OSD_ULD
Boaz Harroshcf283ad2011-08-06 19:22:06 -07007 select ORE
Boaz Harroshb14f8ab2008-10-27 18:27:55 +02008 help
9 EXOFS is a file system that uses an OSD storage device,
10 as its backing storage.
11
12# Debugging-related stuff
13config EXOFS_DEBUG
14 bool "Enable debugging"
15 depends on EXOFS_FS
16 help
17 This option enables EXOFS debug prints.