summaryrefslogtreecommitdiff
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorMark Allyn <mark.a.allyn@intel.com>2010-11-17 23:45:36 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-20 01:20:40 (GMT)
commit4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110 (patch)
treed53549166190fb85bb173a4a468bd897037b8577 /drivers/staging/Makefile
parentd948d5f96a4b5923599a7a657dbbd8660b0f9fa5 (diff)
downloadlinux-fsl-qoriq-4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110.tar.xz
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/Makefile')
-rw-r--r--drivers/staging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 20c5641..75c0c1f 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -42,6 +42,7 @@ obj-$(CONFIG_FB_UDL) += udlfb/
obj-$(CONFIG_HYPERV) += hv/
obj-$(CONFIG_VME_BUS) += vme/
obj-$(CONFIG_MRST_RAR_HANDLER) += memrar/
+obj-$(CONFIG_DX_SEP) += sep/
obj-$(CONFIG_IIO) += iio/
obj-$(CONFIG_ZRAM) += zram/
obj-$(CONFIG_WLAGS49_H2) += wlags49_h2/