mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 13:35:47 +00:00
Add usb device driver for Kinetis USBFSOTG Controller. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
6 lines
282 B
CMake
6 lines
282 B
CMake
zephyr_sources_ifdef(CONFIG_USB_DW usb_dc_dw.c)
|
|
zephyr_sources_ifdef(CONFIG_USB_DC_STM32 usb_dc_stm32.c)
|
|
zephyr_sources_ifdef(CONFIG_USB_DC_SAM0 usb_dc_sam0.c)
|
|
zephyr_sources_ifdef(CONFIG_USB_NRF52840 usb_dc_nrf5.c)
|
|
zephyr_sources_ifdef(CONFIG_USB_KINETIS usb_dc_kinetis.c)
|