1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4# Telink B91 GPIO configuration options
5
6config ENTROPY_TELINK_B91_TRNG
7	bool "Telink B91 Entropy driver"
8	default y
9	depends on DT_HAS_TELINK_B91_TRNG_ENABLED
10	select ENTROPY_HAS_DRIVER
11	help
12	  Enable the B91 Entropy driver.
13