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