From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Marko Date: Mon, 14 Dec 2020 18:32:08 +0100 Subject: [PATCH 5/6] rng: Add Qualcomm MSM PRNG driver In-Reply-To: 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 Mon, Dec 14, 2020 at 6:22 PM Heinrich Schuchardt wrote: > 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? > Sure, as it's currently the only architecture using it. > > Should CONFIG_RNG_MSM default to yes on ARCH_IPQ40XX? > It's currently enabled per board defconfig, I don't think it's vital enough to default to yes. Regards, Robert > > Best regards > > Heinrich > > > >