Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# 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"