diff options
author | Matthias Brugger <mbrugger@suse.com> | 2021-02-26 11:48:01 +0100 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2021-03-02 13:53:53 +0100 |
commit | fae165b5a1991ca55acfb3dc78f3c473275b3faf (patch) | |
tree | 050c24dca7e6063145121beb01302e88bc238dd1 | |
parent | 3ac05239b48c8acae370cd0f68ec5cb0150bc95c (diff) | |
download | u-boot-fae165b5a1991ca55acfb3dc78f3c473275b3faf.tar.gz |
configs: rpi4_32: Enable iProc RNG200
Enable the RNG driver for RPi4 with 32 bit.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
-rw-r--r-- | configs/rpi_4_32b_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 0a5d3ff8cd..91eeb3cd32 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -37,6 +37,8 @@ CONFIG_PCI_BRCMSTB=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set CONFIG_DM_RESET=y +CONFIG_DM_RNG=y +CONFIG_RNG_IPROC200=y # CONFIG_REQUIRE_SERIAL_CONSOLE is not set CONFIG_USB=y CONFIG_DM_USB=y |