aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2021-02-26 11:48:01 +0100
committerMatthias Brugger <mbrugger@suse.com>2021-03-02 13:53:53 +0100
commitfae165b5a1991ca55acfb3dc78f3c473275b3faf (patch)
tree050c24dca7e6063145121beb01302e88bc238dd1 /configs
parent3ac05239b48c8acae370cd0f68ec5cb0150bc95c (diff)
downloadu-boot-fae165b5a1991ca55acfb3dc78f3c473275b3faf.zip
u-boot-fae165b5a1991ca55acfb3dc78f3c473275b3faf.tar.gz
u-boot-fae165b5a1991ca55acfb3dc78f3c473275b3faf.tar.bz2
configs: rpi4_32: Enable iProc RNG200
Enable the RNG driver for RPi4 with 32 bit. Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/rpi_4_32b_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig
index 0a5d3ff..91eeb3c 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