Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
22f22c2fc21ff1467f7f70d7d83ccdfb294538b4
/
.
/
drivers
/
usb
/
Kconfig
blob: 85cea19ed2891afec51261047281ccc3f166a44b [
file
] [
log
] [
blame
]
# 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"