diff options
author | Marek BehĂșn | 2024-04-04 09:51:07 +0200 |
---|---|---|
committer | Stefan Roese | 2024-04-04 10:45:27 +0200 |
commit | 53bdcd1e9eacd6992d990b288fd6d48f43d94a0b (patch) | |
tree | d9ecc52be20139440ca850f088e1c6ed4bad17dc /configs | |
parent | 8593e2e909fe24ddc180d3fe82eec9debe9cfb20 (diff) |
arm: mvebu: turris_omnia: Enable rng command in defconfig
Now that Turris Omnia has a rng driver provided in the MCU driver,
enable the rng command in defconfig.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/turris_omnia_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 4c21635ec90..f2b39115fef 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -73,6 +73,7 @@ CONFIG_CMD_WDT=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y +CONFIG_CMD_RNG=y CONFIG_CMD_AES=y CONFIG_CMD_HASH=y CONFIG_CMD_BTRFS=y |