aboutsummaryrefslogtreecommitdiff
path: root/configs/mx6ull_14x14_evk_plugin_defconfig
diff options
context:
space:
mode:
authorKshitiz Varshney <kshitiz.varshney@nxp.com>2022-12-22 09:50:29 +0100
committerTom Rini <trini@konsulko.com>2023-01-12 11:25:46 -0500
commit7fb4aa14d4e8435e149b560bed33a8ad78897463 (patch)
tree0877a3e4b1c162f9fd678bbd0bf013439a02090f /configs/mx6ull_14x14_evk_plugin_defconfig
parent81ceb1695a04f6bee4f74dec12e78d57759d0715 (diff)
downloadu-boot-7fb4aa14d4e8435e149b560bed33a8ad78897463.zip
u-boot-7fb4aa14d4e8435e149b560bed33a8ad78897463.tar.gz
u-boot-7fb4aa14d4e8435e149b560bed33a8ad78897463.tar.bz2
Added configs required for dcp_rng driver
This commit adds configs required for using dcp_rng driver in imx6ull defconfig files. Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6ull_14x14_evk_plugin_defconfig')
-rw-r--r--configs/mx6ull_14x14_evk_plugin_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig
index 55ddd7e..5e67662 100644
--- a/configs/mx6ull_14x14_evk_plugin_defconfig
+++ b/configs/mx6ull_14x14_evk_plugin_defconfig
@@ -64,3 +64,7 @@ CONFIG_DM_SPI=y
CONFIG_FSL_QSPI=y
CONFIG_SOFT_SPI=y
CONFIG_IMX_THERMAL=y
+CONFIG_ARCH_MISC_INIT=y
+CONFIG_DM_RNG=y
+CONFIG_CMD_RNG=y
+CONFIG_FSL_DCP_RNG=y