1config BR2_PACKAGE_CRYPTODEV_LINUX 2 bool "cryptodev-linux" 3 depends on !BR2_microblaze 4 depends on BR2_LINUX_KERNEL 5 help 6 Cryptodev-linux is a device that allows access to Linux kernel 7 cryptographic drivers; thus allowing userspace applications 8 to take advantage of hardware accelerators. 9 10 http://cryptodev-linux.org/index.html 11 12comment "cryptodev-linux needs a Linux kernel to be built" 13 depends on !BR2_microblaze 14 depends on !BR2_LINUX_KERNEL 15