mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
linux: Enable support for Self-Encrypting Drives
To quote block/Kconfig: > 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. Without `BLK_SED_OPAL`, it is impossible to resume from sleep when using a locked self-encrypting drive. This configuration option appeared in earlier kernels, but only reached maturity in 4.14 according to discussion at: - https://github.com/Drive-Trust-Alliance/sedutil/issues/90 and - https://github.com/Drive-Trust-Alliance/sedutil/pull/190 This kernel option is enabled in the default kernels shipped with Fedora, Debian, and other mainstream Linux distributions.
This commit is contained in:
parent
de2bb1094b
commit
0ea8c6e3de
@ -592,6 +592,8 @@ let
|
||||
|
||||
BLK_DEV_INTEGRITY = yes;
|
||||
|
||||
BLK_SED_OPAL = whenAtLeast "4.14" yes;
|
||||
|
||||
BSD_PROCESS_ACCT_V3 = yes;
|
||||
|
||||
BT_HCIUART_BCSP = option yes;
|
||||
|
Loading…
Reference in New Issue
Block a user