Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) | Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90) |
---|---|
1 2menuconfig CRYPTO_HW 3 bool "Hardware crypto devices" 4 default y | 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. |
|
5 | 8 |
9 If you say N, all options in this submenu will be skipped and disabled. 10 |
|
6if CRYPTO_HW 7 8config CRYPTO_DEV_PADLOCK 9 tristate "Support for VIA PadLock ACE" 10 depends on X86_32 11 select CRYPTO_ALGAPI 12 default m 13 help --- 73 unchanged lines hidden --- | 11if CRYPTO_HW 12 13config CRYPTO_DEV_PADLOCK 14 tristate "Support for VIA PadLock ACE" 15 depends on X86_32 16 select CRYPTO_ALGAPI 17 default m 18 help --- 73 unchanged lines hidden --- |