lkml.org 
[lkml]   [2010]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
From
Date
Subject[RFC PATCH 2/4] Mobile security processor driver
From 65abe47530522e97908aac282820243798721c54 Mon Sep 17 00:00:00 2001
From: Mark Allyn <mark.a.allyn@intel.com>
Date: Wed, 28 Apr 2010 14:35:43 -0700
Subject: RFC [PATCH 2/4] staging: sep: update Makefile and provide explanation in Kconfig

Signed-off-by: Mark A. Allyn <mark.a.allyn@intel.com>
---
drivers/staging/sep/Kconfig | 11 ++++++-----
drivers/staging/sep/Makefile | 3 ++-
2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 0a9c39c..f78abe3 100644
--- a/drivers/staging/sep/Kconfig
+++ b/drivers/staging/sep/Kconfig
@@ -1,10 +1,11 @@
config DX_SEP
- tristate "Discretix SEP driver"
-# depends on MRST
- depends on RAR_REGISTER && PCI
- default y
+ tristate "SEP driver"
+ default n
help
- Discretix SEP driver
+ SEP driver

+ The is the driver for the Intel mobile platform's
+ security processor (SEP), which performs encryption
+ using dedicated hardware.
If unsure say M. The compiled module will be
called sep_driver.ko
diff --git a/drivers/staging/sep/Makefile b/drivers/staging/sep/Makefile
index 628d5f9..551db4b 100644
--- a/drivers/staging/sep/Makefile
+++ b/drivers/staging/sep/Makefile
@@ -1,2 +1,3 @@
+EXTRA_CFLAGS += -DDX_CC5_SEP_PLAT -DDX_RAR_SUPPORT -DCRYS_NO_EXT_IF_MODE_SUPPORT
obj-$(CONFIG_DX_SEP) := sep_driver.o
-
+sep_driver-objs := sep_main_mod.o sep_ext_with_pci_driver.o
--
1.6.0.4From 65abe47530522e97908aac282820243798721c54 Mon Sep 17 00:00:00 2001
From: Mark Allyn <mark.a.allyn@intel.com>
Date: Wed, 28 Apr 2010 14:35:43 -0700
Subject: RFC [PATCH 2/4] staging: sep: update Makefile and provide explanation in Kconfig

Signed-off-by: Mark A. Allyn <mark.a.allyn@intel.com>
---
drivers/staging/sep/Kconfig | 11 ++++++-----
drivers/staging/sep/Makefile | 3 ++-
2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 0a9c39c..f78abe3 100644
--- a/drivers/staging/sep/Kconfig
+++ b/drivers/staging/sep/Kconfig
@@ -1,10 +1,11 @@
config DX_SEP
- tristate "Discretix SEP driver"
-# depends on MRST
- depends on RAR_REGISTER && PCI
- default y
+ tristate "SEP driver"
+ default n
help
- Discretix SEP driver
+ SEP driver

+ The is the driver for the Intel mobile platform's
+ security processor (SEP), which performs encryption
+ using dedicated hardware.
If unsure say M. The compiled module will be
called sep_driver.ko
diff --git a/drivers/staging/sep/Makefile b/drivers/staging/sep/Makefile
index 628d5f9..551db4b 100644
--- a/drivers/staging/sep/Makefile
+++ b/drivers/staging/sep/Makefile
@@ -1,2 +1,3 @@
+EXTRA_CFLAGS += -DDX_CC5_SEP_PLAT -DDX_RAR_SUPPORT -DCRYS_NO_EXT_IF_MODE_SUPPORT
obj-$(CONFIG_DX_SEP) := sep_driver.o
-
+sep_driver-objs := sep_main_mod.o sep_ext_with_pci_driver.o
--
1.6.0.4
\
 
 \ /
  Last update: 2010-04-29 01:17    [W:0.245 / U:0.712 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site