Code adds Smartbond UDC driver to be used with USB next stack. Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
11 lines
282 B
Plaintext
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.
|