Add new USB device controller API and nRF USBD controller driver. The new UDC API brings support for multiple instances and asynchronous transfer model, transfers use net_buf and store methadata in the user data area. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
# USB configuration options
|
|
|
|
# Copyright (c) 2016 Wind River Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "drivers/usb/udc/Kconfig"
|
|
source "drivers/usb/device/Kconfig"
|