]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - fs/exofs/Kconfig
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[karo-tx-linux.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.