zephyr/subsys/usb/device_next/class/Kconfig.template.instances_count
Johann Fischer e9bab613cc usb: device_next: rename Kconfig template instances count
The name and wording used in template can be misleading.
Use more accurate word instance instead of device since
an implementation does not necessarily have to implement
a device (in the sense of Zephyr device model), and if it
does then devicetree should be used to describe number of
instances as in the case of CDC ACM implementation.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2023-01-11 17:44:27 +01:00

11 lines
316 B
Plaintext

# Kconfig template file for setting instances count for various USB classes.
# Copyright (c) 2019 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
config $(module)_INSTANCES_COUNT
int "Number of $(module) instances"
default $(default-count)
help
Number of instances of this USB class implementation.