diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-09-23 17:49:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-04 14:09:41 +0200 |
commit | c2c1c66b5d4360debc9564d0aa11c873ed2e7aaa (patch) | |
tree | a1cc9deb3a668bd1c27bc1a34fb1e347dce111f4 /drivers/usb/dwc3 | |
parent | 8f9b6228b2fcc58508774cfdfdcc4e3ac35ff7c8 (diff) | |
download | linux-c2c1c66b5d4360debc9564d0aa11c873ed2e7aaa.tar.gz linux-c2c1c66b5d4360debc9564d0aa11c873ed2e7aaa.tar.bz2 linux-c2c1c66b5d4360debc9564d0aa11c873ed2e7aaa.zip |
usb: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20190923154956.6868-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 89abc6078703..cc431376fcd0 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -103,7 +103,7 @@ config USB_DWC3_MESON_G12A default USB_DWC3 select USB_ROLE_SWITCH help - Support USB2/3 functionality in Amlogic G12A platforms. + Support USB2/3 functionality in Amlogic G12A platforms. Say 'Y' or 'M' if you have one such device. config USB_DWC3_OF_SIMPLE @@ -111,7 +111,7 @@ config USB_DWC3_OF_SIMPLE depends on OF && COMMON_CLK default USB_DWC3 help - Support USB2/3 functionality in simple SoC integrations. + Support USB2/3 functionality in simple SoC integrations. Currently supports Xilinx and Qualcomm DWC USB3 IP. Say 'Y' or 'M' if you have one such device. |