Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / exofs / Kconfig
CommitLineData
cf283ade
BH
1config ORE
2 tristate
3
b14f8ab2
BH
4config EXOFS_FS
5 tristate "exofs: OSD based file system support"
6 depends on SCSI_OSD_ULD
cf283ade 7 select ORE
b14f8ab2
BH
8 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.