summaryrefslogtreecommitdiffstats
path: root/drivers/staging/p9auth/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-02-25 05:08:20 +0100
committerGreg Kroah-Hartman2009-04-03 23:54:23 +0200
commit00db8a8ecc91abeb46d1128a788a194018c51e77 (patch)
tree4969b73c3e19db66c6923f4cb0bd316aad3acde5 /drivers/staging/p9auth/Kconfig
parentStaging: p9auth: fix credential logic (diff)
downloadkernel-qcow2-linux-00db8a8ecc91abeb46d1128a788a194018c51e77.tar.gz
kernel-qcow2-linux-00db8a8ecc91abeb46d1128a788a194018c51e77.tar.xz
kernel-qcow2-linux-00db8a8ecc91abeb46d1128a788a194018c51e77.zip
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>
Diffstat (limited to 'drivers/staging/p9auth/Kconfig')
-rw-r--r--drivers/staging/p9auth/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/p9auth/Kconfig b/drivers/staging/p9auth/Kconfig
new file mode 100644
index 000000000000..f53884457447
--- /dev/null
+++ b/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.