Leandro Pereira | da9b0dd | 2017-10-13 16:30:55 -0700 | [diff] [blame] | 1 | # Kconfig.esp32 - esp32 entropy generator driver configuration |
| 2 | # |
| 3 | # Copyright (c) 2017 Intel Corporation |
| 4 | # |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | config ENTROPY_ESP32_RNG |
| 8 | bool "ESP32 entropy number generator driver" |
| 9 | depends on ENTROPY_GENERATOR && SOC_ESP32 |
Leandro Pereira | da9b0dd | 2017-10-13 16:30:55 -0700 | [diff] [blame] | 10 | select ENTROPY_HAS_DRIVER |
Leandro Pereira | da9b0dd | 2017-10-13 16:30:55 -0700 | [diff] [blame] | 11 | help |
| 12 | This option enables the entropy number generator for ESP32 SoCs. |
| 13 | |
| 14 | With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy |
| 15 | numbers: noise from these radios are used to feed entropy in this |
| 16 | generator. |