zephyr/drivers/usb/udc/Kconfig.smartbond
Jerzy Kasenberg d5a008dd3b drivers: usb: udc: add Smartbond UDC driver
Code adds Smartbond UDC driver to be used with
USB next stack.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
2024-10-22 20:41:55 +02:00

11 lines
282 B
Plaintext

# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config UDC_SMARTBOND
bool "Smartbond USB device controller driver"
default y
depends on DT_HAS_RENESAS_SMARTBOND_USBD_ENABLED
select DMA
help
Smartbond USB device controller driver.