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