diff options
author | Matthias Brugger <mbrugger@suse.com> | 2020-12-15 10:49:24 +0100 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2021-02-18 11:56:20 +0100 |
commit | 1613cf506c68ea4361ac6c8287932ba86e5e04a2 (patch) | |
tree | ba5718227ebcf5c542b6ac5c04e0ca2e74f77196 /configs/rpi_arm64_defconfig | |
parent | 537f00182ffd276a81dbf9746652fc940151528e (diff) | |
download | u-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.tar.gz u-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.tar.bz2 u-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.zip |
config: Enable iProc RNG200 driver in RPi4 configs
We find the iProc RNG200 in the Raspberry Pi 4. Add it to all it's
config so that it can be used.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
[mb: drop rpi_4_32b_defconfig]
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'configs/rpi_arm64_defconfig')
-rw-r--r-- | configs/rpi_arm64_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index 2639219a1a..b75144036d 100644 --- a/configs/rpi_arm64_defconfig +++ b/configs/rpi_arm64_defconfig @@ -33,6 +33,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 |