1## SPDX-License-Identifier: GPL-2.0-only 2 3config DRIVERS_USB_HUB 4 bool 5 default n 6 depends on HAVE_ACPI_TABLES 7 help 8 This driver is for soldered down USB Hub in the mainboard. When enabled, 9 this driver will add ACPI support for the USB hub and any devices on the 10 downstream facing ports. 11