Commit c2c1c66b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: default avatarJohan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20190923154956.6868-1-krzk@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8f9b6228
...@@ -103,7 +103,7 @@ config USB_DWC3_MESON_G12A ...@@ -103,7 +103,7 @@ config USB_DWC3_MESON_G12A
default USB_DWC3 default USB_DWC3
select USB_ROLE_SWITCH select USB_ROLE_SWITCH
help 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. Say 'Y' or 'M' if you have one such device.
config USB_DWC3_OF_SIMPLE config USB_DWC3_OF_SIMPLE
...@@ -111,7 +111,7 @@ config USB_DWC3_OF_SIMPLE ...@@ -111,7 +111,7 @@ config USB_DWC3_OF_SIMPLE
depends on OF && COMMON_CLK depends on OF && COMMON_CLK
default USB_DWC3 default USB_DWC3
help 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. Currently supports Xilinx and Qualcomm DWC USB3 IP.
Say 'Y' or 'M' if you have one such device. Say 'Y' or 'M' if you have one such device.
......
...@@ -154,16 +154,16 @@ config USB_ETH_EEM ...@@ -154,16 +154,16 @@ config USB_ETH_EEM
select USB_LIBCOMPOSITE select USB_LIBCOMPOSITE
select USB_F_EEM select USB_F_EEM
help help
CDC EEM is a newer USB standard that is somewhat simpler than CDC ECM CDC EEM is a newer USB standard that is somewhat simpler than CDC ECM
and therefore can be supported by more hardware. Technically ECM and and therefore can be supported by more hardware. Technically ECM and
EEM are designed for different applications. The ECM model extends EEM are designed for different applications. The ECM model extends
the network interface to the target (e.g. a USB cable modem), and the the network interface to the target (e.g. a USB cable modem), and the
EEM model is for mobile devices to communicate with hosts using EEM model is for mobile devices to communicate with hosts using
ethernet over USB. For Linux gadgets, however, the interface with ethernet over USB. For Linux gadgets, however, the interface with
the host is the same (a usbX device), so the differences are minimal. the host is the same (a usbX device), so the differences are minimal.
If you say "y" here, the Ethernet gadget driver will use the EEM If you say "y" here, the Ethernet gadget driver will use the EEM
protocol rather than ECM. If unsure, say "n". protocol rather than ECM. If unsure, say "n".
config USB_G_NCM config USB_G_NCM
tristate "Network Control Model (NCM) support" tristate "Network Control Model (NCM) support"
......
...@@ -123,7 +123,7 @@ config USB_GR_UDC ...@@ -123,7 +123,7 @@ config USB_GR_UDC
tristate "Aeroflex Gaisler GRUSBDC USB Peripheral Controller Driver" tristate "Aeroflex Gaisler GRUSBDC USB Peripheral Controller Driver"
depends on HAS_DMA depends on HAS_DMA
help help
Select this to support Aeroflex Gaisler GRUSBDC cores from the GRLIB Select this to support Aeroflex Gaisler GRUSBDC cores from the GRLIB
VHDL IP core library. VHDL IP core library.
config USB_OMAP config USB_OMAP
......
...@@ -220,12 +220,12 @@ config USB_EHCI_HCD_ORION ...@@ -220,12 +220,12 @@ config USB_EHCI_HCD_ORION
Marvell PXA/MMP USB controller" for those. Marvell PXA/MMP USB controller" for those.
config USB_EHCI_HCD_SPEAR config USB_EHCI_HCD_SPEAR
tristate "Support for ST SPEAr on-chip EHCI USB controller" tristate "Support for ST SPEAr on-chip EHCI USB controller"
depends on USB_EHCI_HCD && PLAT_SPEAR depends on USB_EHCI_HCD && PLAT_SPEAR
default y default y
---help--- ---help---
Enables support for the on-chip EHCI controller on Enables support for the on-chip EHCI controller on
ST SPEAr chips. ST SPEAr chips.
config USB_EHCI_HCD_STI config USB_EHCI_HCD_STI
tristate "Support for ST STiHxxx on-chip EHCI USB controller" tristate "Support for ST STiHxxx on-chip EHCI USB controller"
...@@ -237,12 +237,12 @@ config USB_EHCI_HCD_STI ...@@ -237,12 +237,12 @@ config USB_EHCI_HCD_STI
STMicroelectronics consumer electronics SoC's. STMicroelectronics consumer electronics SoC's.
config USB_EHCI_HCD_AT91 config USB_EHCI_HCD_AT91
tristate "Support for Atmel on-chip EHCI USB controller" tristate "Support for Atmel on-chip EHCI USB controller"
depends on USB_EHCI_HCD && ARCH_AT91 depends on USB_EHCI_HCD && ARCH_AT91
default y default y
---help--- ---help---
Enables support for the on-chip EHCI controller on Enables support for the on-chip EHCI controller on
Atmel chips. Atmel chips.
config USB_EHCI_TEGRA config USB_EHCI_TEGRA
tristate "NVIDIA Tegra HCD support" tristate "NVIDIA Tegra HCD support"
...@@ -250,8 +250,8 @@ config USB_EHCI_TEGRA ...@@ -250,8 +250,8 @@ config USB_EHCI_TEGRA
select USB_EHCI_ROOT_HUB_TT select USB_EHCI_ROOT_HUB_TT
select USB_TEGRA_PHY select USB_TEGRA_PHY
help help
This driver enables support for the internal USB Host Controllers This driver enables support for the internal USB Host Controllers
found in NVIDIA Tegra SoCs. The controllers are EHCI compliant. found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
config USB_EHCI_HCD_PPC_OF config USB_EHCI_HCD_PPC_OF
bool "EHCI support for PPC USB controller on OF platform bus" bool "EHCI support for PPC USB controller on OF platform bus"
...@@ -409,12 +409,12 @@ config USB_OHCI_HCD_OMAP1 ...@@ -409,12 +409,12 @@ config USB_OHCI_HCD_OMAP1
Enables support for the OHCI controller on OMAP1/2 chips. Enables support for the OHCI controller on OMAP1/2 chips.
config USB_OHCI_HCD_SPEAR config USB_OHCI_HCD_SPEAR
tristate "Support for ST SPEAr on-chip OHCI USB controller" tristate "Support for ST SPEAr on-chip OHCI USB controller"
depends on USB_OHCI_HCD && PLAT_SPEAR depends on USB_OHCI_HCD && PLAT_SPEAR
default y default y
---help--- ---help---
Enables support for the on-chip OHCI controller on Enables support for the on-chip OHCI controller on
ST SPEAr chips. ST SPEAr chips.
config USB_OHCI_HCD_STI config USB_OHCI_HCD_STI
tristate "Support for ST STiHxxx on-chip OHCI USB controller" tristate "Support for ST STiHxxx on-chip OHCI USB controller"
...@@ -426,12 +426,12 @@ config USB_OHCI_HCD_STI ...@@ -426,12 +426,12 @@ config USB_OHCI_HCD_STI
STMicroelectronics consumer electronics SoC's. STMicroelectronics consumer electronics SoC's.
config USB_OHCI_HCD_S3C2410 config USB_OHCI_HCD_S3C2410
tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series" tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX) depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX)
default y default y
---help--- ---help---
Enables support for the on-chip OHCI controller on Enables support for the on-chip OHCI controller on
S3C24xx/S3C64xx chips. S3C24xx/S3C64xx chips.
config USB_OHCI_HCD_LPC32XX config USB_OHCI_HCD_LPC32XX
tristate "Support for LPC on-chip OHCI USB controller" tristate "Support for LPC on-chip OHCI USB controller"
...@@ -440,8 +440,8 @@ config USB_OHCI_HCD_LPC32XX ...@@ -440,8 +440,8 @@ config USB_OHCI_HCD_LPC32XX
depends on USB_ISP1301 depends on USB_ISP1301
default y default y
---help--- ---help---
Enables support for the on-chip OHCI controller on Enables support for the on-chip OHCI controller on
NXP chips. NXP chips.
config USB_OHCI_HCD_PXA27X config USB_OHCI_HCD_PXA27X
tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller" tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
...@@ -456,8 +456,8 @@ config USB_OHCI_HCD_AT91 ...@@ -456,8 +456,8 @@ config USB_OHCI_HCD_AT91
depends on USB_OHCI_HCD && ARCH_AT91 && OF depends on USB_OHCI_HCD && ARCH_AT91 && OF
default y default y
---help--- ---help---
Enables support for the on-chip OHCI controller on Enables support for the on-chip OHCI controller on
Atmel chips. Atmel chips.
config USB_OHCI_HCD_OMAP3 config USB_OHCI_HCD_OMAP3
tristate "OHCI support for OMAP3 and later chips" tristate "OHCI support for OMAP3 and later chips"
...@@ -716,11 +716,11 @@ config USB_IMX21_HCD ...@@ -716,11 +716,11 @@ config USB_IMX21_HCD
tristate "i.MX21 HCD support" tristate "i.MX21 HCD support"
depends on ARM && ARCH_MXC depends on ARM && ARCH_MXC
help help
This driver enables support for the on-chip USB host in the This driver enables support for the on-chip USB host in the
i.MX21 processor. i.MX21 processor.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called "imx21-hcd". module will be called "imx21-hcd".
config USB_HCD_BCMA config USB_HCD_BCMA
tristate "BCMA usb host driver" tristate "BCMA usb host driver"
......
...@@ -191,8 +191,8 @@ config USB_TEST ...@@ -191,8 +191,8 @@ config USB_TEST
including sample test device firmware and "how to use it". including sample test device firmware and "how to use it".
config USB_EHSET_TEST_FIXTURE config USB_EHSET_TEST_FIXTURE
tristate "USB EHSET Test Fixture driver" tristate "USB EHSET Test Fixture driver"
help help
Say Y here if you want to support the special test fixture device Say Y here if you want to support the special test fixture device
used for the USB-IF Embedded Host High-Speed Electrical Test procedure. used for the USB-IF Embedded Host High-Speed Electrical Test procedure.
...@@ -247,13 +247,13 @@ config USB_HSIC_USB3503 ...@@ -247,13 +247,13 @@ config USB_HSIC_USB3503
depends on I2C depends on I2C
select REGMAP_I2C select REGMAP_I2C
help help
This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver.
config USB_HSIC_USB4604 config USB_HSIC_USB4604
tristate "USB4604 HSIC to USB20 Driver" tristate "USB4604 HSIC to USB20 Driver"
depends on I2C depends on I2C
help help
This option enables support for SMSC USB4604 HSIC to USB 2.0 Driver. This option enables support for SMSC USB4604 HSIC to USB 2.0 Driver.
config USB_LINK_LAYER_TEST config USB_LINK_LAYER_TEST
tristate "USB Link Layer Test driver" tristate "USB Link Layer Test driver"
......
...@@ -4,7 +4,7 @@ config USB_SISUSBVGA ...@@ -4,7 +4,7 @@ config USB_SISUSBVGA
tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)" tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
depends on (USB_MUSB_HDRC || USB_EHCI_HCD) depends on (USB_MUSB_HDRC || USB_EHCI_HCD)
select FONT_SUPPORT if USB_SISUSBVGA_CON select FONT_SUPPORT if USB_SISUSBVGA_CON
---help--- ---help---
Say Y here if you intend to attach a USB2VGA dongle based on a Say Y here if you intend to attach a USB2VGA dongle based on a
Net2280 and a SiS315 chip. Net2280 and a SiS315 chip.
......
...@@ -271,17 +271,17 @@ config USB_SERIAL_F8153X ...@@ -271,17 +271,17 @@ config USB_SERIAL_F8153X
config USB_SERIAL_GARMIN config USB_SERIAL_GARMIN
tristate "USB Garmin GPS driver" tristate "USB Garmin GPS driver"
help help
Say Y here if you want to connect to your Garmin GPS. Say Y here if you want to connect to your Garmin GPS.
Should work with most Garmin GPS devices which have a native USB port. Should work with most Garmin GPS devices which have a native USB port.
See <http://sourceforge.net/projects/garmin-gps> for the latest See <http://sourceforge.net/projects/garmin-gps> for the latest
version of the driver. version of the driver.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called garmin_gps. module will be called garmin_gps.
config USB_SERIAL_IPW config USB_SERIAL_IPW
tristate "USB IPWireless (3G UMTS TDD) Driver" tristate "USB IPWireless (3G UMTS TDD) Driver"
select USB_SERIAL_WWAN select USB_SERIAL_WWAN
help help
Say Y here if you want to use a IPWireless USB modem such as Say Y here if you want to use a IPWireless USB modem such as
...@@ -341,20 +341,20 @@ config USB_SERIAL_KLSI ...@@ -341,20 +341,20 @@ config USB_SERIAL_KLSI
module will be called kl5kusb105. module will be called kl5kusb105.
config USB_SERIAL_KOBIL_SCT config USB_SERIAL_KOBIL_SCT
tristate "USB KOBIL chipcard reader" tristate "USB KOBIL chipcard reader"
---help--- ---help---
Say Y here if you want to use one of the following KOBIL USB chipcard Say Y here if you want to use one of the following KOBIL USB chipcard
readers: readers:
- USB TWIN - USB TWIN
- KAAN Standard Plus - KAAN Standard Plus
- KAAN SIM - KAAN SIM
- SecOVID Reader Plus - SecOVID Reader Plus
- B1 Professional - B1 Professional
- KAAN Professional - KAAN Professional
Note that you need a current CT-API. Note that you need a current CT-API.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called kobil_sct. module will be called kobil_sct.
config USB_SERIAL_MCT_U232 config USB_SERIAL_MCT_U232
...@@ -458,7 +458,7 @@ config USB_SERIAL_OTI6858 ...@@ -458,7 +458,7 @@ config USB_SERIAL_OTI6858
tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller" tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
help help
Say Y here if you want to use the OTi-6858 single port USB to serial Say Y here if you want to use the OTi-6858 single port USB to serial
converter device. converter device.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called oti6858. module will be called oti6858.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment