summaryrefslogtreecommitdiffstats
path: root/rules/cryptodev.in
blob: 7a231340e702bad7c975b93ba1df45ba39f1c8ad (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=core

config CRYPTODEV
	tristate
	select KERNEL
	prompt "cryptodev"
	help
	  Cryptodev-linux is a device that allows access to Linux kernel
	  cryptographic drivers; thus allowing of userspace applications
	  to take advantage of hardware accelerators. Its API is
	  compatible with OpenBSD's cryptodev userspace API (/dev/crypto).