]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/exofs/Kconfig
Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs...
[mirror_ubuntu-artful-kernel.git] / fs / exofs / Kconfig
CommitLineData
769ba8d9
BH
1# Note ORE needs to "select ASYNC_XOR". So Not to force multiple selects
2# for every ORE user we do it like this. Any user should add itself here
3# at the "depends on EXOFS_FS || ..." with an ||. The dependencies are
4# selected here, and we default to "ON". So in effect it is like been
5# selected by any of the users.
cf283ade
BH
6config ORE
7 tristate
eecfc631 8 depends on EXOFS_FS || PNFS_OBJLAYOUT
769ba8d9
BH
9 select ASYNC_XOR
10 default SCSI_OSD_ULD
cf283ade 11
b14f8ab2
BH
12config EXOFS_FS
13 tristate "exofs: OSD based file system support"
14 depends on SCSI_OSD_ULD
15 help
16 EXOFS is a file system that uses an OSD storage device,
17 as its backing storage.
18
19# Debugging-related stuff
20config EXOFS_DEBUG
21 bool "Enable debugging"
22 depends on EXOFS_FS
23 help
24 This option enables EXOFS debug prints.