zephyr/drivers/entropy/Kconfig.neorv32
Kumar Gala 2245bf89b7 drivers: entropy: Update drivers to use devicetree Kconfig symbol
Update entropy drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol
to expose the driver and enable it by default based on devicetree.

We remove 'depend on' Kconfig for symbols that would be implied by
the devicetree node existing.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-25 09:39:10 +02:00

15 lines
378 B
Plaintext

# NEORV32 TRNG configuration
# Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
config ENTROPY_NEORV32_TRNG
bool "NEORV32 TRNG"
default y
depends on DT_HAS_NEORV32_TRNG_ENABLED
depends on SYSCON
select ENTROPY_HAS_DRIVER
help
This option enables the True Random Number Generator (TRNG) driver for
the NEORV32.