| # Note ORE needs to "select ASYNC_XOR". So Not to force multiple selects |
| # for every ORE user we do it like this. Any user should add itself here |
| # at the "depends on EXOFS_FS || ..." with an ||. The dependencies are |
| # selected here, and we default to "ON". So in effect it is like been |
| # selected by any of the users. |
| depends on EXOFS_FS || PNFS_OBJLAYOUT |
| tristate "exofs: OSD based file system support" |
| EXOFS is a file system that uses an OSD storage device, |
| # Debugging-related stuff |
| This option enables EXOFS debug prints. |