1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config UDC_KINETIS
5	bool "Kinetis USB device controller driver"
6	imply UDC_WORKQUEUE
7	default y
8	depends on DT_HAS_NXP_KINETIS_USBD_ENABLED
9	help
10	  Kinetis USB device controller criver.
11
12config UDC_KINETIS_EVENT_COUNT
13	int "Number or blocks in event slab"
14	depends on UDC_KINETIS
15	range 4 16
16	default 4
17	help
18	  Number of blocks in slab for internal endpoint events.
19