Boaz Harrosh | cf283ad | 2011-08-06 19:22:06 -0700 | [diff] [blame] | 1 | config ORE |
| 2 | tristate |
| 3 | |
Boaz Harrosh | b14f8ab | 2008-10-27 18:27:55 +0200 | [diff] [blame] | 4 | config EXOFS_FS |
| 5 | tristate "exofs: OSD based file system support" |
| 6 | depends on SCSI_OSD_ULD |
Boaz Harrosh | cf283ad | 2011-08-06 19:22:06 -0700 | [diff] [blame] | 7 | select ORE |
Boaz Harrosh | b14f8ab | 2008-10-27 18:27:55 +0200 | [diff] [blame] | 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. |