Skip to content

Commit ab66f49

Browse files
alexhornergrant-olson
authored andcommitted
Add GPIO/PINCTRL and HWRNG/Crypto drivers
1 parent 5bc3035 commit ab66f49

File tree

6 files changed

+1418
-0
lines changed

6 files changed

+1418
-0
lines changed

drivers/crypto/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ if CRYPTO_HW
1313

1414
source "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+
1627
config CRYPTO_DEV_PADLOCK
1728
tristate "Support for VIA PadLock ACE"
1829
depends on X86 && !UML

drivers/crypto/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
88
obj-$(CONFIG_CRYPTO_DEV_ATMEL_I2C) += atmel-i2c.o
99
obj-$(CONFIG_CRYPTO_DEV_ATMEL_ECC) += atmel-ecc.o
1010
obj-$(CONFIG_CRYPTO_DEV_ATMEL_SHA204A) += atmel-sha204a.o
11+
obj-$(CONFIG_CRYPTO_DEV_BFLB_SECENG) += bflb-seceng.o
1112
obj-$(CONFIG_CRYPTO_DEV_CAVIUM_ZIP) += cavium/
1213
obj-$(CONFIG_CRYPTO_DEV_CCP) += ccp/
1314
obj-$(CONFIG_CRYPTO_DEV_CCREE) += ccree/

0 commit comments

Comments
 (0)