aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sep/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/sep/Kconfig')
-rw-r--r--drivers/staging/sep/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
new file mode 100644
index 00000000000..aab945a316e
--- /dev/null
+++ b/drivers/staging/sep/Kconfig
@@ -0,0 +1,11 @@
+config DX_SEP
+ tristate "Discretix SEP driver"
+ depends on PCI && CRYPTO
+ help
+ Discretix SEP driver; used for the security processor subsystem
+ on board the Intel Mobile Internet Device and adds SEP availability
+ to the kernel crypto infrastructure
+
+ The driver's name is sep_driver.
+
+ If unsure, select N.