aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/p9auth/Kconfig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03Staging: p9auth: remove driver from treeGreg Kroah-Hartman1-9/+0
No one seems to be maintaining this anymore, and it is not on any track to be merged to mainline. Cc: Ashwin Ganti <ashwin.ganti@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03Staging: p9auth: fix dependency/build errorRandy Dunlap1-0/+1
Fix p9auth dependency/build failure. It needs to depend on CRYPTO. p9auth.c:(.text+0x107297): undefined reference to `crypto_alloc_base' p9auth.c:(.text+0x1073d4): undefined reference to `crypto_destroy_tfm' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Ashwin Ganti <ashwin.ganti@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03Staging: p9auth: add to the kernel buildGreg Kroah-Hartman1-0/+8
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>