Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1164907
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] usb: dwc3: Remove unprintable characters from Kconfig |
| Date | 2015-06-14 20:30 +0200 |
| Message-ID | <pBkPo-4aL-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix:
drivers/usb/dwc3/Kconfig:16:warning: ignoring unsupported character '�'
drivers/usb/dwc3/Kconfig:16:warning: ignoring unsupported character '�'
Fixes: 88bc9d194ff6 ("usb: dwc3: add ULPI interface support")
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
drivers/usb/dwc3/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
index 473bfaa96c30..dede32e809b6 100644
--- a/drivers/usb/dwc3/Kconfig
+++ b/drivers/usb/dwc3/Kconfig
@@ -13,7 +13,7 @@ if USB_DWC3
config USB_DWC3_ULPI
bool "Register ULPI PHY Interface"
- depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3
+ depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3
help
Select this if you have ULPI type PHY attached to your DWC3
controller.
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH -next] usb: dwc3: Remove unprintable characters from Kconfig Guenter Roeck <linux@roeck-us.net> - 2015-06-14 20:30 +0200
csiph-web