Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# Kconfig.stm32 - STM32 random generator driver configuration
#
# Copyright (c) 2017 Erwin Rol <erwin@erwinrol.com>
#
# SPDX-License-Identifier: Apache-2.0

menuconfig RANDOM_STM32_RNG
	bool "STM32 RNG driver"
	depends on RANDOM_GENERATOR
	default n
	select RANDOM_HAS_DRIVER
	help
	  This option enables the RNG processor, which is a random number
	  generator, based on a continuous analog noise, that provides
	  a random 32-bit value to the host when read.