Matias Bjørling | cd9e980 | 2015-10-28 19:54:55 +0100 | [diff] [blame] | 1 | # |
| 2 | # Open-Channel SSD NVM configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig NVM |
| 6 | bool "Open-Channel SSD target support" |
Matias Bjørling | 73569e1 | 2018-10-09 13:11:31 +0200 | [diff] [blame^] | 7 | depends on BLOCK |
Matias Bjørling | cd9e980 | 2015-10-28 19:54:55 +0100 | [diff] [blame] | 8 | help |
| 9 | Say Y here to get to enable Open-channel SSDs. |
| 10 | |
| 11 | Open-Channel SSDs implement a set of extension to SSDs, that |
| 12 | exposes direct access to the underlying non-volatile memory. |
| 13 | |
| 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. |
| 16 | |
| 17 | if NVM |
| 18 | |
Javier González | a4bd217 | 2017-04-15 20:55:50 +0200 | [diff] [blame] | 19 | config NVM_PBLK |
| 20 | tristate "Physical Block Device Open-Channel SSD target" |
Matias Bjørling | 880eda5 | 2018-07-13 10:48:37 +0200 | [diff] [blame] | 21 | help |
| 22 | Allows an open-channel SSD to be exposed as a block device to the |
| 23 | host. The target assumes the device exposes raw flash and must be |
| 24 | explicitly managed by the host. |
Javier González | a4bd217 | 2017-04-15 20:55:50 +0200 | [diff] [blame] | 25 | |
Matias Bjørling | 880eda5 | 2018-07-13 10:48:37 +0200 | [diff] [blame] | 26 | Please note the disk format is considered EXPERIMENTAL for now. |
| 27 | |
| 28 | if NVM_PBLK |
| 29 | |
| 30 | config NVM_PBLK_DEBUG |
| 31 | bool "PBlk Debug Support" |
| 32 | default n |
| 33 | help |
| 34 | Enables debug support for pblk. This includes extra checks, more |
| 35 | vocal error messages, and extra tracking fields in the pblk sysfs |
| 36 | entries. |
| 37 | |
| 38 | endif # NVM_PBLK_DEBUG |
Javier González | a4bd217 | 2017-04-15 20:55:50 +0200 | [diff] [blame] | 39 | |
Matias Bjørling | cd9e980 | 2015-10-28 19:54:55 +0100 | [diff] [blame] | 40 | endif # NVM |