mirror of https://github.com/schoebel/mars
114 lines
1.9 KiB
Plaintext
114 lines
1.9 KiB
Plaintext
#
|
|
# MARS configuration
|
|
#
|
|
config MARS
|
|
tristate "storage system MARS"
|
|
default n
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_HUNG
|
|
tristate "hangup on kernel stacktrace (only for debugging)"
|
|
depends on MARS
|
|
default n
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_DUMMY
|
|
tristate "MARS dummy brick"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_CHECK
|
|
tristate "MARS check brick"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_IF
|
|
tristate "interface to a linux device"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_BIO
|
|
tristate "interface to blkdev via kernel BIO"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_AIO
|
|
tristate "interface to a linux file"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_SIO
|
|
tristate "interface to a linux file, synchronous"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_BUF
|
|
tristate "buffer brick"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_USEBUF
|
|
tristate "usebuf brick"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_TRANS_LOGGER
|
|
tristate "transaction logger"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
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.
|
|
|
|
config MARS_TEST
|
|
tristate "provisionary TEST"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_LIGHT
|
|
tristate "MARS Light main"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|