mirror of
https://github.com/schoebel/mars
synced 2024-12-14 10:45:51 +00:00
37 lines
636 B
Plaintext
37 lines
636 B
Plaintext
#
|
|
# MARS configuration
|
|
#
|
|
config MARS
|
|
tristate "storage system 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_IF_DEVICE
|
|
tristate "interface to a linux device"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_DEVICE_SIO
|
|
tristate "interface to a linux file, synchronous"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|
|
|
|
config MARS_TEST
|
|
tristate "provisionary TEST"
|
|
depends on MARS
|
|
default m
|
|
---help---
|
|
Experimental storage System.
|