From 4a872ae0ffe1380a28589f8f9e164d9d67471f1a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 10 Jul 2014 08:04:15 +0200 Subject: USB: Kconfig: introduce USB_HOST symbol This renames USB to USB_HOST since this is what the symbol really means. Introduce a USB symbol which is selected by both USB_GADGET and USB_HOST. This gives us a symbol to let common USB code depend on. Signed-off-by: Sascha Hauer --- drivers/usb/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/usb/core') diff --git a/drivers/usb/core/Makefile b/drivers/usb/core/Makefile index 368fb56808..a74f141db4 100644 --- a/drivers/usb/core/Makefile +++ b/drivers/usb/core/Makefile @@ -1,3 +1,3 @@ -obj-y += usb.o +obj-$(CONFIG_USB_HOST) += usb.o obj-$(CONFIG_OFDEVICE) += of.o -- cgit v1.2.3