diff options
author | Scott Bauer <scott.bauer@intel.com> | 2017-02-03 14:50:31 -0500 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-02-06 11:44:19 -0500 |
commit | 455a7b238cd6bc68c4a550cbbd37c1e22b64f71c (patch) | |
tree | a4638587017ccd3abd0f6bf8028b86a318f84d98 /block/Kconfig | |
parent | 19641f2d7674fbf2891e9579f61c1b23821086e8 (diff) |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index 7f659b23850c..1aef809affae 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -159,6 +159,13 @@ config BLK_DEBUG_FS | |||
159 | Unless you are building a kernel for a tiny system, you should | 159 | Unless you are building a kernel for a tiny system, you should |
160 | say Y here. | 160 | say Y here. |
161 | 161 | ||
162 | config BLK_SED_OPAL | ||
163 | bool "Logic for interfacing with Opal enabled SEDs" | ||
164 | ---help--- | ||
165 | Builds Logic for interfacing with Opal enabled controllers. | ||
166 | Enabling this option enables users to setup/unlock/lock | ||
167 | Locking ranges for SED devices using the Opal protocol. | ||
168 | |||
162 | menu "Partition Types" | 169 | menu "Partition Types" |
163 | 170 | ||
164 | source "block/partitions/Kconfig" | 171 | source "block/partitions/Kconfig" |