1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config UDC_SMARTBOND
5 bool "Smartbond USB device controller driver"
6 default y
7 depends on DT_HAS_RENESAS_SMARTBOND_USBD_ENABLED
8 select DMA
9 help
10 Smartbond USB device controller driver.
11