Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 14 lines 390 B view raw
1config CRYPTO_DEV_IXP4XX 2 tristate "Driver for IXP4xx crypto hardware acceleration" 3 depends on (ARCH_IXP4XX || COMPILE_TEST) && IXP4XX_QMGR && IXP4XX_NPE 4 select CRYPTO_AES 5 select CRYPTO_DES 6 select CRYPTO_ECB 7 select CRYPTO_CBC 8 select CRYPTO_CTR 9 select CRYPTO_LIB_DES 10 select CRYPTO_AEAD 11 select CRYPTO_AUTHENC 12 select CRYPTO_SKCIPHER 13 help 14 Driver for the IXP4xx NPE crypto engine.