diff options
Diffstat (limited to 'drivers/staging/p9auth/Kconfig')
-rw-r--r-- | drivers/staging/p9auth/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/p9auth/Kconfig b/drivers/staging/p9auth/Kconfig new file mode 100644 index 00000000000..f5388445744 --- /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. |