diff mbox series

arm: meson: imply DM_RNG

Message ID 20200405102023.15217-1-xypron.glpk@gmx.de
State Accepted
Commit 6da749d8b364adff089356c75ffa477278fd250f
Headers show
Series arm: meson: imply DM_RNG | expand

Commit Message

Heinrich Schuchardt April 5, 2020, 10:20 a.m. UTC
All ARCH_MESON boards have a hardware random number generator. So we should
enable building the RNG driver.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.25.1

Comments

Neil Armstrong April 6, 2020, 8:03 a.m. UTC | #1
On 05/04/2020 12:20, Heinrich Schuchardt wrote:
> All ARCH_MESON boards have a hardware random number generator. So we should
> enable building the RNG driver.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bbb1e2738b..eee4538c7e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
>  config ARCH_MESON
>  	bool "Amlogic Meson"
>  	imply DISTRO_DEFAULTS
> +	imply DM_RNG
>  	help
>  	  Support for the Meson SoC family developed by Amlogic Inc.,
>  	  targeted at media players and tablet computers. We currently
> --
> 2.25.1
> 


Acked-by: Neil Armstrong <narmstrong at baylibre.com>

You can take it now, or I will push it later.

Neil
Neil Armstrong April 15, 2020, 4:07 p.m. UTC | #2
On 05/04/2020 12:20, Heinrich Schuchardt wrote:
> All ARCH_MESON boards have a hardware random number generator. So we should
> enable building the RNG driver.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bbb1e2738b..eee4538c7e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
>  config ARCH_MESON
>  	bool "Amlogic Meson"
>  	imply DISTRO_DEFAULTS
> +	imply DM_RNG
>  	help
>  	  Support for the Meson SoC family developed by Amlogic Inc.,
>  	  targeted at media players and tablet computers. We currently
> --
> 2.25.1
> 

Applied to u-boot-amlogic
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bbb1e2738b..eee4538c7e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -762,6 +762,7 @@  config ARCH_OMAP2PLUS
 config ARCH_MESON
 	bool "Amlogic Meson"
 	imply DISTRO_DEFAULTS
+	imply DM_RNG
 	help
 	  Support for the Meson SoC family developed by Amlogic Inc.,
 	  targeted at media players and tablet computers. We currently