瀏覽代碼

Staging: p9auth: add to the kernel build

This adds the p9auth code to the kernel build

Cc: Ashwin Ganti <ashwin.ganti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 16 年之前
父節點
當前提交
00db8a8ecc
共有 4 個文件被更改,包括 12 次插入0 次删除
  1. 2 0
      drivers/staging/Kconfig
  2. 1 0
      drivers/staging/Makefile
  3. 8 0
      drivers/staging/p9auth/Kconfig
  4. 1 0
      drivers/staging/p9auth/Makefile

+ 2 - 0
drivers/staging/Kconfig

@@ -105,5 +105,7 @@ source "drivers/staging/b3dfg/Kconfig"
 
 source "drivers/staging/phison/Kconfig"
 
+source "drivers/staging/p9auth/Kconfig"
+
 endif # !STAGING_EXCLUDE_BUILD
 endif # STAGING

+ 1 - 0
drivers/staging/Makefile

@@ -35,3 +35,4 @@ obj-$(CONFIG_STLC45XX)		+= stlc45xx/
 obj-$(CONFIG_USB_SERIAL_ATEN2011)	+= uc2322/
 obj-$(CONFIG_B3DFG)		+= b3dfg/
 obj-$(CONFIG_IDE_PHISON)	+= phison/
+obj-$(CONFIG_PLAN9AUTH)		+= p9auth/

+ 8 - 0
drivers/staging/p9auth/Kconfig

@@ -0,0 +1,8 @@
+config PLAN9AUTH
+	tristate "Plan 9 style capability device implementation"
+	default n
+	help
+	  This module implements the Plan 9 style capability device.
+
+	  To compile this driver as a module, choose
+	  M here: the module will be called p9auth.

+ 1 - 0
drivers/staging/p9auth/Makefile

@@ -0,0 +1 @@
+obj-$(CONFIG_PLAN9AUTH)	+= p9auth.o