summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2017-03-22 10:14:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-30 08:23:20 +0200
commit8eac8a6c657274e4741518ba37ecde324ffe4186 (patch)
tree62e1c88f5e3aa96840171ca5bf6d08ebfdf90c44 /drivers/Kconfig
parent441e9f5a72b245b671118f3e771eb129834a7a34 (diff)
downloadbarebox-8eac8a6c657274e4741518ba37ecde324ffe4186.tar.gz
barebox-8eac8a6c657274e4741518ba37ecde324ffe4186.tar.xz
drivers: add simple hw_random implementation
Add a simple hw_random implementation based on code from Linux v4.5-rc5. All the entropypool initialization stuff is left out and the obsolete data_read/data_present calls are omitted. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index bf31115fa0..44159f83d3 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -22,6 +22,7 @@ source "drivers/eeprom/Kconfig"
source "drivers/input/Kconfig"
source "drivers/watchdog/Kconfig"
source "drivers/pwm/Kconfig"
+source "drivers/hw_random/Kconfig"
source "drivers/dma/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/w1/Kconfig"