diff mbox series

[2/2] configs: rpi4_32: Enable iProc RNG200

Message ID 20210226104801.3362-2-matthias.bgg@kernel.org
State Accepted
Commit fae165b5a1991ca55acfb3dc78f3c473275b3faf
Delegated to: Matthias Brugger
Headers show
Series [1/2] rng: iproc_rng200: Enable support for RPi4 armv7 | expand

Commit Message

Matthias Brugger Feb. 26, 2021, 10:48 a.m. UTC
From: Matthias Brugger <mbrugger@suse.com>

Enable the RNG driver for RPi4 with 32 bit.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>

---

 configs/rpi_4_32b_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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