mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 16:40:52 +07:00
usb: dwc3: Use ASCII space in Kconfig
The USB_DWC3_ULPI Kconfig entry uses a UTF-8 non-breaking space (0xca20)
instead of a regular ASCII space (0x20). Commit 2e0d737fc7
("kconfig:
don't silently ignore unhandled characters") exposes this by warning
about unhandled characters.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df0c6ea853
commit
50641056d8
@ -13,7 +13,7 @@ if USB_DWC3
|
|||||||
|
|
||||||
config USB_DWC3_ULPI
|
config USB_DWC3_ULPI
|
||||||
bool "Register ULPI PHY Interface"
|
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
|
help
|
||||||
Select this if you have ULPI type PHY attached to your DWC3
|
Select this if you have ULPI type PHY attached to your DWC3
|
||||||
controller.
|
controller.
|
||||||
|
Loading…
Reference in New Issue
Block a user