Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11
# USB configuration options # Copyright (c) 2016 Wind River Systems, Inc. # SPDX-License-Identifier: Apache-2.0 menuconfig USB bool "USB" help Enable USB drivers. source "drivers/usb/device/Kconfig"