From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Mon, 14 Dec 2020 18:22:38 +0100 Subject: [PATCH 5/6] rng: Add Qualcomm MSM PRNG driver In-Reply-To: <20201023002911.GP14816@bill-the-cat> References: <20201008200514.2256778-1-robert.marko@sartura.hr> <20201008200514.2256778-6-robert.marko@sartura.hr> <20201023002911.GP14816@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23.10.20 02:29, Tom Rini wrote: > On Thu, Oct 08, 2020 at 10:05:13PM +0200, Robert Marko wrote: >> Add support for the hardware pseudo random number generator found in Qualcomm SoC-s. > >> >> Signed-off-by: Robert Marko >> Cc: Luka Perkov > > Applied to u-boot/master, thanks! > Hello Robert, Can we make CONFIG_RNG_MSM depend on CONFIG_ARCH_IPQ40XX so it is not shown as choice for other architectures? Should CONFIG_RNG_MSM default to yes on ARCH_IPQ40XX? Best regards Heinrich