summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/Kconfig
diff options
context:
space:
mode:
authorMark Allyn2010-11-18 00:45:36 +0100
committerGreg Kroah-Hartman2010-11-20 02:20:40 +0100
commit4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110 (patch)
treed53549166190fb85bb173a4a468bd897037b8577 /drivers/staging/sep/Kconfig
parentstaging: clearpad_tm1217 depends on INPUT (diff)
downloadkernel-qcow2-linux-4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110.tar.gz
kernel-qcow2-linux-4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110.tar.xz
kernel-qcow2-linux-4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110.zip
Staging: sep: Introduce sep driver
This driver is for the Security Processor, a dedicated encryption and decryption driver that is used on the Intel mobile platform. This has been checked with checkpatch and there are four warnings for lines over 80 charactors. There is one compile warning. This is for a function that is only used if the rar register driver is needed. There is an ifdef in a header file that stubs out the rar register driver if the rar register is not configured. This driver does add a configuration, which is CONFIG_DX_SEP. Signed-off-by: Mark Allyn <mark.a.allyn@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 000000000000..34f3ef5f9df8
--- /dev/null
+++ b/drivers/staging/sep/Kconfig
@@ -0,0 +1,11 @@
+config DX_SEP
+ tristate "Discretix SEP driver"
+ depends on PCI
+ default y
+ help
+ Discretix SEP driver; used for the security processor subsystem
+ on bard the Intel Mobile Internet Device.
+
+ The driver's name is sep_driver.
+
+ If unsure, select N.