File tree Expand file tree Collapse file tree 6 files changed +1418
-0
lines changed Expand file tree Collapse file tree 6 files changed +1418
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ if CRYPTO_HW
1313
1414source "drivers/crypto/allwinner/Kconfig"
1515
16+ config CRYPTO_DEV_BFLB_SECENG
17+ tristate "Bouffalo Lab Secure Engine Driver"
18+ depends on SOC_BOUFFALOLAB
19+ select CRYPTO_RNG
20+ help
21+ This driver provides support for the Random Number
22+ Generator hardware found on Bouffalo Lab BL808 SoCs.
23+
24+ To compile this driver as a module, choose M here. The
25+ module will be called bflb-seceng. If unsure, say N.
26+
1627config CRYPTO_DEV_PADLOCK
1728 tristate "Support for VIA PadLock ACE"
1829 depends on X86 && !UML
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
88obj-$(CONFIG_CRYPTO_DEV_ATMEL_I2C) += atmel-i2c.o
99obj-$(CONFIG_CRYPTO_DEV_ATMEL_ECC) += atmel-ecc.o
1010obj-$(CONFIG_CRYPTO_DEV_ATMEL_SHA204A) += atmel-sha204a.o
11+ obj-$(CONFIG_CRYPTO_DEV_BFLB_SECENG) += bflb-seceng.o
1112obj-$(CONFIG_CRYPTO_DEV_CAVIUM_ZIP) += cavium/
1213obj-$(CONFIG_CRYPTO_DEV_CCP) += ccp/
1314obj-$(CONFIG_CRYPTO_DEV_CCREE) += ccree/
You can’t perform that action at this time.
0 commit comments