mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 06:45:41 +00:00
This USB-C Subsystem enables an application to include USB-C Power Delivery Sink functionality. Signed-off-by: Sam Hurst <sbh1187@gmail.com>
6 lines
184 B
CMake
6 lines
184 B
CMake
# Copyright (c) 2022 Nordic Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_ifdef(CONFIG_USB_DEVICE_STACK device)
|
|
add_subdirectory_ifdef(CONFIG_USBC_STACK usb_c)
|