u-boot-brain/drivers/rng
Heinrich Schuchardt c312c4b4dc drivers/rng: simplify Kconfig
For all sandbox systems with DM_RNG we enable RNG_SANDBOX. So we can simply
set the default to yes.

All rng drivers depend on DM_RNG. Use a single 'if' instead of individual
dependencies. Now 'make menuconfig' shows the individual drivers neatly
indented under the DM_RNG entry.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Sughosh Ganu <sughosh.ganu@linaro.org>
2020-03-11 08:29:58 +01:00
..
Kconfig drivers/rng: simplify Kconfig 2020-03-11 08:29:58 +01:00
Makefile sandbox: rng: Add a random number generator(rng) driver 2020-01-07 18:08:21 +01:00
rng-uclass.c dm: rng: Add random number generator(rng) uclass 2020-01-07 18:08:21 +01:00
sandbox_rng.c sandbox: rng: Add a random number generator(rng) driver 2020-01-07 18:08:21 +01:00
stm32mp1_rng.c stm32mp1: rng: remove superfluous assignment 2020-03-02 09:41:31 +01:00