11 lines
316 B
Plaintext
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.
|