mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 04:35:21 +00:00
Enable RNG only if the actual entropy generator is enabled. See #22474. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
# ODROID-GO Game Kit configuration
|
|
|
|
# Copyright (c) 2019 Yannis Damigos
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD
|
|
default "odroid-go"
|
|
depends on BOARD_ODROID_GO
|
|
|
|
config ENTROPY_ESP32_RNG
|
|
default y if ENTROPY_GENERATOR
|