mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 12:11:56 +00:00
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
# Kconfig - USB configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig USB
|
|
bool "USB"
|
|
default n
|
|
help
|
|
Enable USB drivers.
|
|
|
|
source "drivers/usb/device/Kconfig"
|