1# Kconfig template file for setting instances count for various USB classes.
2
3# Copyright (c) 2019 Intel Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config $(module)_INSTANCES_COUNT
7	int "Number of $(module) instances"
8	default $(default-count)
9	help
10	  Number of instances of this USB class implementation.
11