Add driver for iproc_rng200 entropy generator. This device is used by rpi_5. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
# Copyright (c) 2025 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ENTROPY_BRCM_IPROC_RNG200
|
|
bool "Broadcom iProc RNG200 driver"
|
|
default y
|
|
depends on DT_HAS_BRCM_IPROC_RNG200_ENABLED
|
|
select ENTROPY_HAS_DRIVER
|
|
help
|
|
Enable the Broadcom iProc RNG200 random number generator
|