2 # Open-Channel SSD NVM configuration
6 bool "Open-Channel SSD target support"
9 Say Y here to get to enable Open-channel SSDs.
11 Open-Channel SSDs implement a set of extension to SSDs, that
12 exposes direct access to the underlying non-volatile memory.
14 If you say N, all options in this submenu will be skipped and disabled
15 only do this if you know what you are doing.
20 bool "Open-Channel SSD debugging support"
22 Exposes a debug management interface to create/remove targets at:
24 /sys/module/lnvm/parameters/configure_debug
26 It is required to create/remove targets without IOCTLs.
29 tristate "Generic NVM manager for Open-Channel SSDs"
31 NVM media manager for Open-Channel SSDs that offload management
32 functionality to device, while keeping data placement and garbage
33 collection decisions on the host.
36 tristate "Round-robin Hybrid Open-Channel SSD target"
38 Allows an open-channel SSD to be exposed as a block device to the
39 host. The target is implemented using a linear mapping table and
40 cost-based garbage collection. It is optimized for 4K IO sizes.