1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config UDC_NXP_EHCI 5 bool "NXP MCUX USB EHCI Device controller driver" 6 default y 7 depends on DT_HAS_NXP_EHCI_ENABLED 8 select NOCACHE_MEMORY if HAS_MCUX_CACHE && CPU_HAS_DCACHE 9 imply UDC_BUF_FORCE_NOCACHE 10 help 11 NXP MCUX USB Device Controller Driver for EHCI. 12 13config UDC_NXP_IP3511 14 bool "NXP MCUX USB IP3511 Device controller driver" 15 default y 16 depends on DT_HAS_NXP_LPCIP3511_ENABLED 17 help 18 NXP MCUX USB Device Controller Driver for KHCI. 19