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>
 
 source "drivers/staging/phison/Kconfig"
 
+source "drivers/staging/p9auth/Kconfig"
+
 endif # !STAGING_EXCLUDE_BUILD
 endif # STAGING
 
 obj-$(CONFIG_USB_SERIAL_ATEN2011)      += uc2322/
 obj-$(CONFIG_B3DFG)            += b3dfg/
 obj-$(CONFIG_IDE_PHISON)       += phison/
+obj-$(CONFIG_PLAN9AUTH)                += p9auth/
 
--- /dev/null
+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.
 
--- /dev/null
+obj-$(CONFIG_PLAN9AUTH)        += p9auth.o