aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Kconfig
diff options
context:
space:
mode:
authorMatias Bjørling <m@bjorling.me>2018-01-05 14:15:58 +0100
committerJens Axboe <axboe@kernel.dk>2018-01-05 08:50:12 -0700
commitaba203d155c1d58c871c7ad4bea320fb6ff5e68f (patch)
treea375cc879db6427ffd9f79d6f31b82699938fa74 /drivers/lightnvm/Kconfig
parentnull_blk: remove lightnvm support (diff)
downloadlinux-dev-aba203d155c1d58c871c7ad4bea320fb6ff5e68f.tar.xz
linux-dev-aba203d155c1d58c871c7ad4bea320fb6ff5e68f.zip
lightnvm: remove rrpc
The hybrid mode for 1.2 revision was deprecated, and have no users. Remove to make it easier to move to the 2.0 revision. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm/Kconfig')
-rw-r--r--drivers/lightnvm/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig
index 2a953efec4e1..10c08982185a 100644
--- a/drivers/lightnvm/Kconfig
+++ b/drivers/lightnvm/Kconfig
@@ -27,13 +27,6 @@ config NVM_DEBUG
It is required to create/remove targets without IOCTLs.
-config NVM_RRPC
- tristate "Round-robin Hybrid Open-Channel SSD target"
- ---help---
- Allows an open-channel SSD to be exposed as a block device to the
- host. The target is implemented using a linear mapping table and
- cost-based garbage collection. It is optimized for 4K IO sizes.
-
config NVM_PBLK
tristate "Physical Block Device Open-Channel SSD target"
---help---