mfd: Fix initialisation of tps65910 interrupts
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / exofs / Kconfig
blob70bae41492913aac865898bcb84ffa38b458f787
1 config ORE
2         tristate
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.
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.