Kconfig 401 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. config CRYPTO_DEV_HISI_SEC
  3. tristate "Support for Hisilicon SEC crypto block cipher accelerator"
  4. select CRYPTO_BLKCIPHER
  5. select CRYPTO_ALGAPI
  6. select SG_SPLIT
  7. depends on ARM64 || COMPILE_TEST
  8. depends on HAS_IOMEM
  9. help
  10. Support for Hisilicon SEC Engine in Hip06 and Hip07
  11. To compile this as a module, choose M here: the module
  12. will be called hisi_sec.