diff options
author | Matthew Garrett <mjg@redhat.com> | 2012-05-11 16:08:27 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-11 17:06:13 -0700 |
commit | da0af6e78ef311d97754aa03e10eade82cc99e16 (patch) | |
tree | 52d904e831d619452299844c7f55b61be2d62a53 /drivers/usb/core/Makefile | |
parent | 38ac0f1b90dc9486cc039f1a4d8b0202813e5b67 (diff) | |
download | op-kernel-dev-da0af6e78ef311d97754aa03e10eade82cc99e16.zip op-kernel-dev-da0af6e78ef311d97754aa03e10eade82cc99e16.tar.gz |
usb: Bind devices to ACPI devices when possible
Built-in USB devices will typically have a representation in the system
ACPI tables. Add support for binding the two together so the USB code can
make use of the associated methods.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/Makefile')
-rw-r--r-- | drivers/usb/core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/Makefile b/drivers/usb/core/Makefile index c4ea846..26059b9 100644 --- a/drivers/usb/core/Makefile +++ b/drivers/usb/core/Makefile @@ -9,5 +9,6 @@ usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o usbcore-y += devio.o notify.o generic.o quirks.o devices.o usbcore-$(CONFIG_PCI) += hcd-pci.o +usbcore-$(CONFIG_ACPI) += usb-acpi.o obj-$(CONFIG_USB) += usbcore.o |