| # Kconfig - entropy generator driver configuration options |
| # Copyright (c) 2014-2015 Wind River Systems, Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| menuconfig ENTROPY_GENERATOR |
| Include entropy drivers in system config. |
| source "drivers/entropy/Kconfig.mcux" |
| source "drivers/entropy/Kconfig.stm32" |
| source "drivers/entropy/Kconfig.esp32" |
| source "drivers/entropy/Kconfig.nrf5" |
| source "drivers/entropy/Kconfig.native_posix" |
| config ENTROPY_HAS_DRIVER |
| This is an option to be enabled by individual entropy driver |
| to signal that there is a true entropy driver. |
| string "Entropy Device Name" |
| Specify the device name to be used for the ENTROPY driver. |
| config SYS_LOG_ENTROPY_LEVEL |
| Sets log level for entropy driver. |
| - 1 ERROR: only write SYS_LOG_ERR |
| - 2 WARNING: write SYS_LOG_WRN in addition to previous level |
| - 3 INFO: write SYS_LOG_INF in addition to previous levels |
| - 4 DEBUG: write SYS_LOG_DBG in addition to previous levels |