zephyr/drivers/entropy/Kconfig.virtio
TOKITA Hiroshi 3720c9b805 drivers: entropy: virtio: Unify the notation to VIRTIO
Since `VirtIO` is not the official notation,
unify the name to `VIRTIO`.
In the text, `Virtio` and `virtio` can also be used
depending on the context.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-06-07 15:39:06 +01:00

12 lines
291 B
Plaintext

# Copyright (c) 2025 TOKITA Hiroshi
# SPDX-License-Identifier: Apache-2.0
config ENTROPY_VIRTIO
bool "Driver for VIRTIO Entropy device"
depends on DT_HAS_VIRTIO_DEVICE4_ENABLED
depends on VIRTIO
select ENTROPY_HAS_DRIVER
default y
help
Enable driver for the VIRTIO Entropy device.