summaryrefslogtreecommitdiffstats
path: root/rules/cryptodev.in
blob: f59d8f58cc889e9617128488a414ae4488da3945 (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).