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>
12 lines
291 B
Plaintext
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.
|