Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141743
b: refs/heads/master
c: 00db8a8
h: refs/heads/master
i:
  141741: a55c30f
  141739: 6c6a945
  141735: 5b0fe48
  141727: 39ab0fd
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 28bc9d4 commit add0b66
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5dba0826999683fe39aa8b49480b0e953afd117a
refs/heads/master: 00db8a8ecc91abeb46d1128a788a194018c51e77
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 8 additions & 0 deletions trunk/drivers/staging/p9auth/Kconfig
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions trunk/drivers/staging/p9auth/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_PLAN9AUTH) += p9auth.o

0 comments on commit add0b66

Please sign in to comment.