Config.in 458 B

1234567891011121314
  1. config 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. http://cryptodev-linux.org/index.html
  10. comment "cryptodev-linux needs a Linux kernel to be built"
  11. depends on !BR2_microblaze
  12. depends on !BR2_LINUX_KERNEL