Re: [PATCH v2] arm64: defconfig: Enable Qualcomm pseudo rng

2019-10-20 Thread Vinod Koul
On 19-10-19, 12:58, Bjorn Andersson wrote: > Most Qualcomm platforms contain a pseudo random number generator > hardware block. Enable the driver for this block and also enable the > interface for exposing this to userspace. Reviewed-by: Vinod Koul Tested-by: Vinod Koul > > Signed-off-by: Bjor

[PATCH v2] arm64: defconfig: Enable Qualcomm pseudo rng

2019-10-19 Thread Bjorn Andersson
Most Qualcomm platforms contain a pseudo random number generator hardware block. Enable the driver for this block and also enable the interface for exposing this to userspace. Signed-off-by: Bjorn Andersson --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ar