zephyr/drivers/usb/Kconfig

16 lines
232 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"