summaryrefslogtreecommitdiff
path: root/src/drivers/usb/hub/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/hub/Kconfig')
-rw-r--r--src/drivers/usb/hub/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/usb/hub/Kconfig b/src/drivers/usb/hub/Kconfig
new file mode 100644
index 0000000000..32eb7c5fa4
--- /dev/null
+++ b/src/drivers/usb/hub/Kconfig
@@ -0,0 +1,8 @@
+config DRIVERS_USB_HUB
+ bool
+ default n
+ depends on HAVE_ACPI_TABLES
+ help
+ This driver is for soldered down USB Hub in the mainboard. When enabled,
+ this driver will add ACPI support for the USB hub and any devices on the
+ downstream facing ports.