Kconfig (8a84fc15ae5cafcc366dd85cf8e1ab2040679abc) Kconfig (9fe757b0cfcee0724027a675c533077287a21b96)
1menu "Hardware crypto devices"
2
3config CRYPTO_DEV_PADLOCK
4 tristate "Support for VIA PadLock ACE"
5 depends on X86_32
6 select CRYPTO_ALGAPI
7 default m
8 help

--- 37 unchanged lines hidden (view full) ---

46 help
47 Use VIA PadLock for SHA1/SHA256 algorithms.
48
49 Available in VIA C7 and newer processors.
50
51 If unsure say M. The compiled module will be
52 called padlock-sha.ko
53
1menu "Hardware crypto devices"
2
3config CRYPTO_DEV_PADLOCK
4 tristate "Support for VIA PadLock ACE"
5 depends on X86_32
6 select CRYPTO_ALGAPI
7 default m
8 help

--- 37 unchanged lines hidden (view full) ---

46 help
47 Use VIA PadLock for SHA1/SHA256 algorithms.
48
49 Available in VIA C7 and newer processors.
50
51 If unsure say M. The compiled module will be
52 called padlock-sha.ko
53
54config CRYPTO_DEV_GEODE
55 tristate "Support for the Geode LX AES engine"
56 depends on CRYPTO && X86_32
57 select CRYPTO_ALGAPI
58 select CRYPTO_BLKCIPHER
59 default m
60 help
61 Say 'Y' here to use the AMD Geode LX processor on-board AES
62 engine for the CryptoAPI AES alogrithm.
63
64 To compile this driver as a module, choose M here: the module
65 will be called geode-aes.
66
54endmenu
67endmenu