Kconfig (96916090f488986a4ebb8e9ffa6a3b50881d5ccd) | Kconfig (9c4a79653b35efc9d6790c295e22f79f4b361125) |
---|---|
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 --- 160 unchanged lines hidden (view full) --- 169 170config CRYPTO_DEV_HIFN_795X_RNG 171 bool "HIFN 795x random number generator" 172 depends on CRYPTO_DEV_HIFN_795X 173 help 174 Select this option if you want to enable the random number generator 175 on the HIFN 795x crypto adapters. 176 | 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 --- 160 unchanged lines hidden (view full) --- 169 170config CRYPTO_DEV_HIFN_795X_RNG 171 bool "HIFN 795x random number generator" 172 depends on CRYPTO_DEV_HIFN_795X 173 help 174 Select this option if you want to enable the random number generator 175 on the HIFN 795x crypto adapters. 176 |
177config CRYPTO_DEV_TALITOS 178 tristate "Talitos Freescale Security Engine (SEC)" 179 select CRYPTO_ALGAPI 180 select CRYPTO_AUTHENC 181 select HW_RANDOM 182 depends on FSL_SOC 183 help 184 Say 'Y' here to use the Freescale Security Engine (SEC) 185 to offload cryptographic algorithm computation. 186 187 The Freescale SEC is present on PowerQUICC 'E' processors, such 188 as the MPC8349E and MPC8548E. 189 190 To compile this driver as a module, choose M here: the module 191 will be called talitos. 192 |
|
177endif # CRYPTO_HW | 193endif # CRYPTO_HW |