forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/acpi/nfit/Kconfig
....@@ -13,3 +13,14 @@
1313
1414 To compile this driver as a module, choose M here:
1515 the module will be called nfit.
16
+
17
+config NFIT_SECURITY_DEBUG
18
+ bool "Enable debug for NVDIMM security commands"
19
+ depends on ACPI_NFIT
20
+ help
21
+ Some NVDIMM devices and controllers support encryption and
22
+ other security features. The payloads for the commands that
23
+ enable those features may contain sensitive clear-text
24
+ security material. Disable debug of those command payloads
25
+ by default. If you are a kernel developer actively working
26
+ on NVDIMM security enabling say Y, otherwise say N.