[CRYPTO] padlock: Get rid of padlock-generic.c
[safe/jmp/linux-2.6] / drivers / crypto / Kconfig
1 menu "Hardware crypto devices"
2
3 config CRYPTO_DEV_PADLOCK
4         bool "Support for VIA PadLock ACE"
5         depends on X86_32
6         select CRYPTO_ALGAPI
7         default y
8         help
9           Some VIA processors come with an integrated crypto engine
10           (so called VIA PadLock ACE, Advanced Cryptography Engine)
11           that provides instructions for very fast cryptographic
12           operations with supported algorithms.
13           
14           The instructions are used only when the CPU supports them.
15           Otherwise software encryption is used. If you are unsure,
16           say Y.
17
18 config CRYPTO_DEV_PADLOCK_AES
19         tristate "PadLock driver for AES algorithm"
20         depends on CRYPTO_DEV_PADLOCK
21         default m
22         help
23           Use VIA PadLock for AES algorithm.
24
25           Available in VIA C3 and newer CPUs.
26
27           If unsure say M. The compiled module will be
28           called padlock-aes.ko
29
30 endmenu