mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00
configs: qcom_defconfig: enable RNG driver and command
Enable the MSM RNG driver by default with the associated command, this will fill KASLR seed when booting Linux. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20241125-topic-sm8x50-rng-v1-2-52b72821c3e9@linaro.org Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
a1efde55bb
commit
ed7ba0c114
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@ CONFIG_CMD_USB=y
|
|||
CONFIG_CMD_CAT=y
|
||||
CONFIG_CMD_BMP=y
|
||||
CONFIG_CMD_EFIDEBUG=y
|
||||
CONFIG_CMD_RNG=y
|
||||
CONFIG_CMD_REGULATOR=y
|
||||
CONFIG_CMD_LOG=y
|
||||
CONFIG_OF_LIVE=y
|
||||
|
@ -107,6 +108,8 @@ CONFIG_PMIC_QCOM=y
|
|||
CONFIG_DM_REGULATOR=y
|
||||
CONFIG_DM_REGULATOR_FIXED=y
|
||||
CONFIG_DM_REGULATOR_QCOM_RPMH=y
|
||||
CONFIG_DM_RNG=y
|
||||
CONFIG_RNG_MSM=y
|
||||
CONFIG_SCSI=y
|
||||
CONFIG_MSM_SERIAL=y
|
||||
CONFIG_MSM_GENI_SERIAL=y
|
||||
|
|
Loading…
Add table
Reference in a new issue