summaryrefslogtreecommitdiffstats
path: root/block/Kconfig
diff options
context:
space:
mode:
authorScott Bauer <scott.bauer@intel.com>2017-02-03 12:50:31 -0700
committerJens Axboe <axboe@fb.com>2017-02-06 09:44:19 -0700
commit455a7b238cd6bc68c4a550cbbd37c1e22b64f71c (patch)
treea4638587017ccd3abd0f6bf8028b86a318f84d98 /block/Kconfig
parent19641f2d7674fbf2891e9579f61c1b23821086e8 (diff)
downloadlinux-0-day-455a7b238cd6bc68c4a550cbbd37c1e22b64f71c.tar.gz
linux-0-day-455a7b238cd6bc68c4a550cbbd37c1e22b64f71c.tar.xz
block: Add Sed-opal library
This patch implements the necessary logic to bring an Opal enabled drive out of a factory-enabled into a working Opal state. This patch set also enables logic to save a password to be replayed during a resume from suspend. Signed-off-by: Scott Bauer <scott.bauer@intel.com> Signed-off-by: Rafael Antognolli <Rafael.Antognolli@intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/Kconfig')
-rw-r--r--block/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig
index 7f659b23850cd..1aef809affae3 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -159,6 +159,13 @@ config BLK_DEBUG_FS
Unless you are building a kernel for a tiny system, you should
say Y here.
+config BLK_SED_OPAL
+ bool "Logic for interfacing with Opal enabled SEDs"
+ ---help---
+ Builds Logic for interfacing with Opal enabled controllers.
+ Enabling this option enables users to setup/unlock/lock
+ Locking ranges for SED devices using the Opal protocol.
+
menu "Partition Types"
source "block/partitions/Kconfig"