diff options
| author | Marek BehĂșn <[email protected]> | 2024-04-04 09:51:06 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2024-04-04 10:45:27 +0200 |
| commit | 8593e2e909fe24ddc180d3fe82eec9debe9cfb20 (patch) | |
| tree | 74e6503e5539e35ef51782bdb7ecb55c7d929618 /drivers/misc/Kconfig | |
| parent | 144c01678a10683657cade783e791a0061d66320 (diff) | |
misc: turris_omnia_mcu: Add support for rng provided by MCU
Add support for true random number generator provided by the MCU on
Turris Omnia. The MCU firmware supports TRNG if the FEAT_TRNG bit is set
in features. In that case we bind the rng driver.
Signed-off-by: Marek BehĂșn <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 041de538fac..6b06888454f 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -509,6 +509,7 @@ config TURRIS_OMNIA_MCU bool "Enable Turris Omnia MCU driver" depends on DM_I2C depends on DM_GPIO + depends on DM_RNG depends on SYSRESET default y if TARGET_TURRIS_OMNIA help |
