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/net/usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/net/usb/Kconfig') diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index adb1b0b097..5bad9546be 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -1,5 +1,5 @@ menuconfig NET_USB - depends on USB + depends on USB_HOST bool "USB network support" if NET_USB -- cgit v1.2.3