From cd1bb431d8b183e2d063267419984cc9bbe22b0b Mon Sep 17 00:00:00 2001 From: Mark Allyn Date: Thu, 6 Aug 2009 20:43:59 +0100 Subject: Staging: sep: Upstream revision 3 of the security processor kernel driver Upstream revision 3 of the security processor kernel driver; now located in drivers/staging This revision adds an initial TODO file This driver no longer requires to have the firmware compiled in it with the CONFIG_EXTRA_FIRMWARE configuration option. Furthermore, we now have the right to distribute the firmware binaries. This is the Linux kernel driver for the Security Processor, which is a hardware device the provides cryptographic, secure storage, and key management services. Please be aware that this patch does not contain any encryption algorithm. It only transports data to and from user space applications to the security processor. Signed-off-by: Mark Allyn Signed-off-by: Greg Kroah-Hartman --- drivers/staging/sep/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/staging/sep/Kconfig (limited to 'drivers/staging/sep/Kconfig') diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig new file mode 100644 index 00000000000..1a4514d3a7a --- /dev/null +++ b/drivers/staging/sep/Kconfig @@ -0,0 +1,9 @@ +config DX_SEP + tristate "Discretix SEP driver" + depends on MRST + default y + help + Discretix SEP driver + + If unsure say M. The compiled module will be + called sep_driver.ko -- cgit v1.2.3