mars/Kconfig

121 lines
2.0 KiB
Plaintext
Raw Normal View History

2010-06-14 14:27:40 +00:00
#
# MARS configuration
#
config MARS
tristate "storage system MARS"
default n
---help---
Experimental storage System.
2011-03-07 18:36:08 +00:00
config MARS_HUNG
tristate "hangup on kernel stacktrace (only for debugging)"
depends on MARS
default n
---help---
Experimental storage System.
2010-06-14 14:27:40 +00:00
config MARS_DUMMY
tristate "MARS dummy brick"
depends on MARS
default m
---help---
Experimental storage System.
2010-11-26 13:45:10 +00:00
config MARS_CHECK
tristate "MARS check brick"
depends on MARS
default m
---help---
Experimental storage System.
2011-03-07 10:27:38 +00:00
config MARS_IF
2010-06-14 14:27:40 +00:00
tristate "interface to a linux device"
depends on MARS
default m
---help---
Experimental storage System.
2011-03-18 13:15:40 +00:00
config MARS_BIO
tristate "interface to blkdev via kernel BIO"
depends on MARS
default m
---help---
Experimental storage System.
2011-03-07 10:27:38 +00:00
config MARS_AIO
2010-11-26 13:45:10 +00:00
tristate "interface to a linux file"
2011-03-18 13:15:40 +00:00
depends on MARS
2010-11-26 13:45:10 +00:00
default m
---help---
Experimental storage System.
2011-03-07 10:27:38 +00:00
config MARS_SIO
2010-06-14 14:27:40 +00:00
tristate "interface to a linux file, synchronous"
depends on MARS
default m
---help---
Experimental storage System.
2010-07-07 14:09:16 +00:00
config MARS_BUF
tristate "buffer brick"
depends on MARS
default m
---help---
Experimental storage System.
2010-11-26 13:45:10 +00:00
config MARS_USEBUF
tristate "usebuf brick"
depends on MARS
default m
---help---
Experimental storage System.
2010-06-28 05:53:46 +00:00
config MARS_TRANS_LOGGER
tristate "transaction logger"
depends on MARS
default m
---help---
Experimental storage System.
2011-02-23 20:48:06 +00:00
config MARS_SERVER
tristate "server brick"
depends on MARS
default m
---help---
Experimental storage System.
config MARS_CLIENT
tristate "client brick"
depends on MARS
default m
---help---
Experimental storage System.
config MARS_COPY
tristate "copy brick"
depends on MARS
default m
---help---
Experimental storage System.
2011-04-17 14:39:42 +00:00
config MARS_DCRAID
tristate "dcraid brick"
depends on MARS
default m
---help---
Experimental storage System.
2010-06-14 14:27:40 +00:00
config MARS_TEST
2010-06-17 16:57:10 +00:00
tristate "provisionary TEST"
2010-06-14 14:27:40 +00:00
depends on MARS
default m
---help---
Experimental storage System.
2011-02-23 20:48:06 +00:00
config MARS_LIGHT
2011-03-18 13:15:40 +00:00
tristate "MARS Light main"
2011-02-23 20:48:06 +00:00
depends on MARS
default m
---help---
Experimental storage System.