Kconfig (563f346d04e8373739240604a51ce8529dd9f07e) | Kconfig (049359d655277c382683a6030ae0bac485568ffc) |
---|---|
1 2menuconfig CRYPTO_HW 3 bool "Hardware crypto devices" 4 default y 5 ---help--- 6 Say Y here to get to see options for hardware crypto devices and 7 processors. This option alone does not add any kernel code. 8 --- 186 unchanged lines hidden (view full) --- 195 depends on ARCH_IXP4XX 196 select CRYPTO_DES 197 select CRYPTO_ALGAPI 198 select CRYPTO_AUTHENC 199 select CRYPTO_BLKCIPHER 200 help 201 Driver for the IXP4xx NPE crypto engine. 202 | 1 2menuconfig CRYPTO_HW 3 bool "Hardware crypto devices" 4 default y 5 ---help--- 6 Say Y here to get to see options for hardware crypto devices and 7 processors. This option alone does not add any kernel code. 8 --- 186 unchanged lines hidden (view full) --- 195 depends on ARCH_IXP4XX 196 select CRYPTO_DES 197 select CRYPTO_ALGAPI 198 select CRYPTO_AUTHENC 199 select CRYPTO_BLKCIPHER 200 help 201 Driver for the IXP4xx NPE crypto engine. 202 |
203config CRYPTO_DEV_PPC4XX 204 tristate "Driver AMCC PPC4xx crypto accelerator" 205 depends on PPC && 4xx 206 select CRYPTO_HASH 207 select CRYPTO_ALGAPI 208 select CRYPTO_BLKCIPHER 209 help 210 This option allows you to have support for AMCC crypto acceleration. 211 |
|
203endif # CRYPTO_HW | 212endif # CRYPTO_HW |