Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5056ab24fb9afbeaad26baf2162edea3a4ee00a2
/
.
/
drivers
/
usb
/
Kconfig
blob: e795a5dec8c54b30daa076f449fd39e55b13f875 [
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"