xref: /linux/drivers/usb/misc/Kconfig (revision c6006b8ca14dcc604567be99fc4863e6e11ab6e3)
1cae8dc3bSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# USB Miscellaneous driver configuration
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldscomment "USB Miscellaneous drivers"
61da177e4SLinus Torvalds
7d629c0e2SLukas Bulwahnconfig USB_USS720
8d629c0e2SLukas Bulwahn	tristate "USS720 parport driver"
9d629c0e2SLukas Bulwahn	depends on PARPORT
10d629c0e2SLukas Bulwahn	select PARPORT_NOT_PC
11d629c0e2SLukas Bulwahn	help
12d629c0e2SLukas Bulwahn	  This driver is for USB parallel port adapters that use the Lucent
13d629c0e2SLukas Bulwahn	  Technologies USS-720 chip. These cables are plugged into your USB
14d629c0e2SLukas Bulwahn	  port and provide USB compatibility to peripherals designed with
15d629c0e2SLukas Bulwahn	  parallel port interfaces.
16d629c0e2SLukas Bulwahn
17d629c0e2SLukas Bulwahn	  The chip has two modes: automatic mode and manual mode. In automatic
18d629c0e2SLukas Bulwahn	  mode, it looks to the computer like a standard USB printer. Only
19d629c0e2SLukas Bulwahn	  printers may be connected to the USS-720 in this mode. The generic
20d629c0e2SLukas Bulwahn	  USB printer driver ("USB Printer support", above) may be used in
21d629c0e2SLukas Bulwahn	  that mode, and you can say N here if you want to use the chip only
22d629c0e2SLukas Bulwahn	  in this mode.
23d629c0e2SLukas Bulwahn
24d629c0e2SLukas Bulwahn	  Manual mode is not limited to printers, any parallel port
25d629c0e2SLukas Bulwahn	  device should work. This driver utilizes manual mode.
26d629c0e2SLukas Bulwahn	  Note however that some operations are three orders of magnitude
27d629c0e2SLukas Bulwahn	  slower than on a PCI/ISA Parallel Port, so timing critical
28d629c0e2SLukas Bulwahn	  applications might not work.
29d629c0e2SLukas Bulwahn
30d629c0e2SLukas Bulwahn	  Say Y here if you own an USS-720 USB->Parport cable and intend to
31d629c0e2SLukas Bulwahn	  connect anything other than a printer to it.
32d629c0e2SLukas Bulwahn
33d629c0e2SLukas Bulwahn	  To compile this driver as a module, choose M here: the
34d629c0e2SLukas Bulwahn	  module will be called uss720.
35d629c0e2SLukas Bulwahn
361da177e4SLinus Torvaldsconfig USB_EMI62
371da177e4SLinus Torvalds	tristate "EMI 6|2m USB Audio interface support"
38a7f7f624SMasahiro Yamada	help
391da177e4SLinus Torvalds	  This driver loads firmware to Emagic EMI 6|2m low latency USB
401da177e4SLinus Torvalds	  Audio and Midi interface.
411da177e4SLinus Torvalds
421da177e4SLinus Torvalds	  After firmware load the device is handled with standard linux
431da177e4SLinus Torvalds	  USB Audio driver.
441da177e4SLinus Torvalds
451da177e4SLinus Torvalds	  This code is also available as a module ( = code which can be
461da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
471da177e4SLinus Torvalds	  The module will be called audio. If you want to compile it as a
48cd238effSMauro Carvalho Chehab	  module, say M here and read <file:Documentation/kbuild/modules.rst>.
491da177e4SLinus Torvalds
501da177e4SLinus Torvaldsconfig USB_EMI26
511da177e4SLinus Torvalds	tristate "EMI 2|6 USB Audio interface support"
52a7f7f624SMasahiro Yamada	help
531da177e4SLinus Torvalds	  This driver loads firmware to Emagic EMI 2|6 low latency USB
541da177e4SLinus Torvalds	  Audio interface.
551da177e4SLinus Torvalds
561da177e4SLinus Torvalds	  After firmware load the device is handled with standard linux
571da177e4SLinus Torvalds	  USB Audio driver.
581da177e4SLinus Torvalds
591da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
601da177e4SLinus Torvalds	  module will be called emi26.
611da177e4SLinus Torvalds
6203270634SSteven Haighconfig USB_ADUTUX
63bce62c26SRobert P. J. Day	tristate "ADU devices from Ontrak Control Systems"
6403270634SSteven Haigh	help
6503270634SSteven Haigh	  Say Y if you want to use an ADU device from Ontrak Control
6603270634SSteven Haigh	  Systems.
6703270634SSteven Haigh
6803270634SSteven Haigh	  To compile this driver as a module, choose M here.  The module
6903270634SSteven Haigh	  will be called adutux.
7003270634SSteven Haigh
71eb86be54SHarrison Metzgerconfig USB_SEVSEG
72eb86be54SHarrison Metzger	tristate "USB 7-Segment LED Display"
73eb86be54SHarrison Metzger	help
74eb86be54SHarrison Metzger	  Say Y here if you have a USB 7-Segment Display by Delcom
75eb86be54SHarrison Metzger
76eb86be54SHarrison Metzger	  To compile this driver as a module, choose M here: the
77eb86be54SHarrison Metzger	  module will be called usbsevseg.
78eb86be54SHarrison Metzger
791da177e4SLinus Torvaldsconfig USB_LEGOTOWER
80bce62c26SRobert P. J. Day	tristate "USB Lego Infrared Tower support"
811da177e4SLinus Torvalds	help
821da177e4SLinus Torvalds	  Say Y here if you want to connect a USB Lego Infrared Tower to your
831da177e4SLinus Torvalds	  computer's USB port.
841da177e4SLinus Torvalds
851da177e4SLinus Torvalds	  This code is also available as a module ( = code which can be
861da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want).
871da177e4SLinus Torvalds	  The module will be called legousbtower. If you want to compile it as
881da177e4SLinus Torvalds	  a module, say M here and read
89cd238effSMauro Carvalho Chehab	  <file:Documentation/kbuild/modules.rst>.
901da177e4SLinus Torvalds
911da177e4SLinus Torvaldsconfig USB_LCD
921da177e4SLinus Torvalds	tristate "USB LCD driver support"
931da177e4SLinus Torvalds	help
941da177e4SLinus Torvalds	  Say Y here if you want to connect an USBLCD to your computer's
951da177e4SLinus Torvalds	  USB port. The USBLCD is a small USB interface board for
961da177e4SLinus Torvalds	  alphanumeric LCD modules. See <http://www.usblcd.de/> for more
971da177e4SLinus Torvalds	  information.
981da177e4SLinus Torvalds
991da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1001da177e4SLinus Torvalds	  module will be called usblcd.
1011da177e4SLinus Torvalds
1029189bfc2SOliver Bockconfig USB_CYPRESS_CY7C63
1034255e6f6SOliver Bock	tristate "Cypress CY7C63xxx USB driver support"
1044255e6f6SOliver Bock	help
1054255e6f6SOliver Bock	  Say Y here if you want to connect a Cypress CY7C63xxx
1069189bfc2SOliver Bock	  micro controller to your computer's USB port. Currently this
1079189bfc2SOliver Bock	  driver supports the pre-programmed devices (incl. firmware)
1089189bfc2SOliver Bock	  by AK Modul-Bus Computer GmbH.
1094255e6f6SOliver Bock
110ffeb1e9eSAlexander A. Klimov	  Please see: https://www.ak-modul-bus.de/stat/mikrocontroller.html
1114255e6f6SOliver Bock
1124255e6f6SOliver Bock	  To compile this driver as a module, choose M here: the
1139189bfc2SOliver Bock	  module will be called cypress_cy7c63.
1144255e6f6SOliver Bock
1151da177e4SLinus Torvaldsconfig USB_CYTHERM
1161da177e4SLinus Torvalds	tristate "Cypress USB thermometer driver support"
1171da177e4SLinus Torvalds	help
1181da177e4SLinus Torvalds	  Say Y here if you want to connect a Cypress USB thermometer
1191da177e4SLinus Torvalds	  device to your computer's USB port. This device is also known
1201da177e4SLinus Torvalds	  as the Cypress USB Starter kit or demo board. The Elektor
1211da177e4SLinus Torvalds	  magazine published a modified version of this device in issue
1221da177e4SLinus Torvalds	  #291.
1231da177e4SLinus Torvalds
1241da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1251da177e4SLinus Torvalds	  module will be called cytherm.
1261da177e4SLinus Torvalds
1271da177e4SLinus Torvaldsconfig USB_IDMOUSE
1281da177e4SLinus Torvalds	tristate "Siemens ID USB Mouse Fingerprint sensor support"
1291da177e4SLinus Torvalds	help
1301da177e4SLinus Torvalds	  Say Y here if you want to use the fingerprint sensor on
1311da177e4SLinus Torvalds	  the Siemens ID Mouse. There is also a Siemens ID Mouse
1321da177e4SLinus Torvalds	  _Professional_, which has not been tested with this driver,
1331da177e4SLinus Torvalds	  but uses the same sensor and may therefore work.
1341da177e4SLinus Torvalds
1351da177e4SLinus Torvalds	  This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
1361da177e4SLinus Torvalds	  which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
1371da177e4SLinus Torvalds
138ffeb1e9eSAlexander A. Klimov	  See also <https://www.fs.tum.de/~echtler/idmouse/>.
1391da177e4SLinus Torvalds
140069e8a65Sakpm@osdl.orgconfig USB_APPLEDISPLAY
141069e8a65Sakpm@osdl.org	tristate "Apple Cinema Display support"
142069e8a65Sakpm@osdl.org	select BACKLIGHT_CLASS_DEVICE
143069e8a65Sakpm@osdl.org	help
144069e8a65Sakpm@osdl.org	  Say Y here if you want to control the backlight of Apple Cinema
145069e8a65Sakpm@osdl.org	  Displays over USB. This driver provides a sysfs interface.
146069e8a65Sakpm@osdl.org
1479a1bf58cSSouradeep Chowdhuryconfig USB_QCOM_EUD
1489a1bf58cSSouradeep Chowdhury	tristate "QCOM Embedded USB Debugger(EUD) Driver"
149a352fa58SGeert Uytterhoeven	depends on ARCH_QCOM || COMPILE_TEST
150c0485e86SKomal Bajaj	select QCOM_SCM
1519a1bf58cSSouradeep Chowdhury	select USB_ROLE_SWITCH
1529a1bf58cSSouradeep Chowdhury	help
1539a1bf58cSSouradeep Chowdhury	  This module enables support for Qualcomm Technologies, Inc.
1549a1bf58cSSouradeep Chowdhury	  Embedded USB Debugger (EUD). The EUD is a control peripheral
1559a1bf58cSSouradeep Chowdhury	  which reports VBUS attach/detach events and has USB-based
1569a1bf58cSSouradeep Chowdhury	  debug and trace capabilities. On selecting m, the module name
1579a1bf58cSSouradeep Chowdhury	  that is built is qcom_eud.ko
1589a1bf58cSSouradeep Chowdhury
159249fa821SBastien Noceraconfig APPLE_MFI_FASTCHARGE
160249fa821SBastien Nocera	tristate "Fast charge control for iOS devices"
161249fa821SBastien Nocera	select POWER_SUPPLY
162249fa821SBastien Nocera	help
163249fa821SBastien Nocera	  Say Y here if you want to control whether iOS devices will
164249fa821SBastien Nocera	  fast charge from the USB interface, as implemented in "MFi"
165249fa821SBastien Nocera	  chargers.
166249fa821SBastien Nocera
167249fa821SBastien Nocera	  It is safe to say M here.
168249fa821SBastien Nocera
169acd6199fSWentong Wuconfig USB_LJCA
170acd6199fSWentong Wu	tristate "Intel La Jolla Cove Adapter support"
171acd6199fSWentong Wu	select AUXILIARY_BUS
172acd6199fSWentong Wu	depends on USB && ACPI
173acd6199fSWentong Wu	help
174acd6199fSWentong Wu	  This adds support for Intel La Jolla Cove USB-I2C/SPI/GPIO
175acd6199fSWentong Wu	  Master Adapter (LJCA). Additional drivers such as I2C_LJCA,
176acd6199fSWentong Wu	  GPIO_LJCA and SPI_LJCA must be enabled in order to use the
177acd6199fSWentong Wu	  functionality of the device.
178acd6199fSWentong Wu
179acd6199fSWentong Wu	  This driver can also be built as a module. If so, the module
180acd6199fSWentong Wu	  will be called usb-ljca.
181acd6199fSWentong Wu
182*121a0f83SIsrael Cepedaconfig USB_USBIO
183*121a0f83SIsrael Cepeda	tristate "Intel USBIO Bridge support"
184*121a0f83SIsrael Cepeda	depends on USB && ACPI
185*121a0f83SIsrael Cepeda	select AUXILIARY_BUS
186*121a0f83SIsrael Cepeda	help
187*121a0f83SIsrael Cepeda	  This adds support for Intel USBIO drivers.
188*121a0f83SIsrael Cepeda	  This enables the USBIO bridge driver module in charge to talk
189*121a0f83SIsrael Cepeda	  to the USB device. Additional drivers such as GPIO_USBIO and
190*121a0f83SIsrael Cepeda	  I2C_USBIO must be enabled in order to use the device's full
191*121a0f83SIsrael Cepeda	  functionality.
192*121a0f83SIsrael Cepeda
193*121a0f83SIsrael Cepeda	  This driver can also be built as a module. If so, the module
194*121a0f83SIsrael Cepeda	  will be called usbio.
195*121a0f83SIsrael Cepeda
1961da177e4SLinus Torvaldssource "drivers/usb/misc/sisusbvga/Kconfig"
1971da177e4SLinus Torvalds
1982824bd25SMichael Hundconfig USB_LD
1992824bd25SMichael Hund	tristate "USB LD driver"
2002824bd25SMichael Hund	help
2012824bd25SMichael Hund	  This driver is for generic USB devices that use interrupt transfers,
2022824bd25SMichael Hund	  like LD Didactic's USB devices.
2032824bd25SMichael Hund
2042824bd25SMichael Hund	  To compile this driver as a module, choose M here: the
2052824bd25SMichael Hund	  module will be called ldusb.
2062824bd25SMichael Hund
2079fcde235SGreg Kroah-Hartmanconfig USB_TRANCEVIBRATOR
2089fcde235SGreg Kroah-Hartman	tristate "PlayStation 2 Trance Vibrator driver support"
2099fcde235SGreg Kroah-Hartman	help
2109fcde235SGreg Kroah-Hartman	  Say Y here if you want to connect a PlayStation 2 Trance Vibrator
2119fcde235SGreg Kroah-Hartman	  device to your computer's USB port.
2129fcde235SGreg Kroah-Hartman
2139fcde235SGreg Kroah-Hartman	  To compile this driver as a module, choose M here: the
2149fcde235SGreg Kroah-Hartman	  module will be called trancevibrator.
2159fcde235SGreg Kroah-Hartman
216946b960dSGreg Kroah-Hartmanconfig USB_IOWARRIOR
217946b960dSGreg Kroah-Hartman	tristate "IO Warrior driver support"
218946b960dSGreg Kroah-Hartman	help
219946b960dSGreg Kroah-Hartman	  Say Y here if you want to support the IO Warrior devices from Code
220946b960dSGreg Kroah-Hartman	  Mercenaries.  This includes support for the following devices:
221946b960dSGreg Kroah-Hartman	  	IO Warrior 40
222946b960dSGreg Kroah-Hartman		IO Warrior 24
223946b960dSGreg Kroah-Hartman		IO Warrior 56
224946b960dSGreg Kroah-Hartman		IO Warrior 24 Power Vampire
225946b960dSGreg Kroah-Hartman
226946b960dSGreg Kroah-Hartman	  To compile this driver as a module, choose M here: the
227946b960dSGreg Kroah-Hartman	  module will be called iowarrior.
228946b960dSGreg Kroah-Hartman
2291da177e4SLinus Torvaldsconfig USB_TEST
230bce62c26SRobert P. J. Day	tristate "USB testing driver"
2311da177e4SLinus Torvalds	help
2321da177e4SLinus Torvalds	  This driver is for testing host controller software.  It is used
2331da177e4SLinus Torvalds	  with specialized device firmware for regression and stress testing,
2341da177e4SLinus Torvalds	  to help prevent problems from cropping up with "real" drivers.
2351da177e4SLinus Torvalds
2361da177e4SLinus Torvalds	  See <http://www.linux-usb.org/usbtest/> for more information,
2371da177e4SLinus Torvalds	  including sample test device firmware and "how to use it".
2381da177e4SLinus Torvalds
2391353aa53SManu Gautamconfig USB_EHSET_TEST_FIXTURE
2401353aa53SManu Gautam	tristate "USB EHSET Test Fixture driver"
2411353aa53SManu Gautam	help
2421353aa53SManu Gautam	  Say Y here if you want to support the special test fixture device
2431353aa53SManu Gautam	  used for the USB-IF Embedded Host High-Speed Electrical Test procedure.
2441353aa53SManu Gautam
2451353aa53SManu Gautam	  When the test fixture is connected, it can enumerate as one of several
2461353aa53SManu Gautam	  VID/PID pairs. This driver then initiates a corresponding test mode on
2471353aa53SManu Gautam	  the downstream port to which the test fixture is attached.
2481353aa53SManu Gautam
249811ee632SPetr Vorel	  See <https://www.usb.org/sites/default/files/EHSET_v1.01%281%29.pdf>
250811ee632SPetr Vorel	  for more information.
2511353aa53SManu Gautam
25262d104d0SMatthew Garrettconfig USB_ISIGHTFW
25362d104d0SMatthew Garrett	tristate "iSight firmware loading support"
2546460a261SIngo Molnar	select FW_LOADER
25562d104d0SMatthew Garrett	help
25662d104d0SMatthew Garrett	  This driver loads firmware for USB Apple iSight cameras, allowing
25762d104d0SMatthew Garrett	  them to be driven by the USB video class driver available at
25862d104d0SMatthew Garrett	  http://linux-uvc.berlios.de
25962d104d0SMatthew Garrett
26062d104d0SMatthew Garrett	  The firmware for this driver must be extracted from the MacOS
26162d104d0SMatthew Garrett	  driver beforehand. Tools for doing so are available at
26262d104d0SMatthew Garrett	  http://bersace03.free.fr
263cbc30118SStephen Ware
2646bc235a2STomoki Sekiyamaconfig USB_YUREX
2656bc235a2STomoki Sekiyama	tristate "USB YUREX driver support"
2666bc235a2STomoki Sekiyama	help
2676bc235a2STomoki Sekiyama	  Say Y here if you want to connect a YUREX to your computer's
2686bc235a2STomoki Sekiyama	  USB port. The YUREX is a leg-shakes sensor. See
2696bc235a2STomoki Sekiyama	  <http://bbu.kayac.com/en/> for further information.
2706bc235a2STomoki Sekiyama	  This driver supports read/write of leg-shakes counter and
2716bc235a2STomoki Sekiyama	  fasync for the counter update via a device file /dev/yurex*.
2726bc235a2STomoki Sekiyama
2736bc235a2STomoki Sekiyama	  To compile this driver as a module, choose M here: the
2746bc235a2STomoki Sekiyama	  module will be called yurex.
2756bc235a2STomoki Sekiyama
27670c048a2SRene Buergelconfig USB_EZUSB_FX2
27770c048a2SRene Buergel	tristate "Functions for loading firmware on EZUSB chips"
27870c048a2SRene Buergel	help
27970c048a2SRene Buergel	  Say Y here if you need EZUSB device support.
28070c048a2SRene Buergel	  (Cypress FX/FX2/FX2LP microcontrollers)
2816a099c63SDongjin Kim
2823ec72a2aSRichard Leitnerconfig USB_HUB_USB251XB
2833ec72a2aSRichard Leitner	tristate "USB251XB Hub Controller Configuration Driver"
2843ec72a2aSRichard Leitner	depends on I2C
2853ec72a2aSRichard Leitner	help
2863ec72a2aSRichard Leitner	  This option enables support for configuration via SMBus of the
2877fcf5584SSerge Semin	  Microchip USB251x/xBi USB 2.0 Hub Controller series. Configuration
2887fcf5584SSerge Semin	  parameters may be set in devicetree or platform data.
2893ec72a2aSRichard Leitner	  Say Y or M here if you need to configure such a device via SMBus.
2903ec72a2aSRichard Leitner
2916a099c63SDongjin Kimconfig USB_HSIC_USB3503
2926a099c63SDongjin Kim	tristate "USB3503 HSIC to USB20 Driver"
2936a099c63SDongjin Kim	depends on I2C
294eea88512SMatthew Dawson	select REGMAP_I2C
2956a099c63SDongjin Kim	help
2966a099c63SDongjin Kim	  This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver.
297ce21bfe6SPratyush Anand
298740a6a17SStephen Boydconfig USB_HSIC_USB4604
299740a6a17SStephen Boyd	tristate "USB4604 HSIC to USB20 Driver"
300740a6a17SStephen Boyd	depends on I2C
301740a6a17SStephen Boyd	help
302740a6a17SStephen Boyd	  This option enables support for SMSC USB4604 HSIC to USB 2.0 Driver.
303740a6a17SStephen Boyd
304ce21bfe6SPratyush Anandconfig USB_LINK_LAYER_TEST
305ce21bfe6SPratyush Anand	tristate "USB Link Layer Test driver"
306ce21bfe6SPratyush Anand	help
307ce21bfe6SPratyush Anand	  This driver is for generating specific traffic for Super Speed Link
308ce21bfe6SPratyush Anand	  Layer Test Device. Say Y only when you want to conduct USB Super Speed
309ce21bfe6SPratyush Anand	  Link Layer Test for host controllers.
31066e3e591SKeith Packard
31166e3e591SKeith Packardconfig USB_CHAOSKEY
31266e3e591SKeith Packard	tristate "ChaosKey random number generator driver support"
313d9aab404SRandy Dunlap	depends on HW_RANDOM
31466e3e591SKeith Packard	help
315d3ede2dbSBob Ham	  Say Y here if you want to connect an AltusMetrum ChaosKey or
316d3ede2dbSBob Ham	  Araneus Alea I to your computer's USB port. These devices
317d3ede2dbSBob Ham	  are hardware random number generators which hook into the
318d3ede2dbSBob Ham	  kernel entropy pool to ensure a large supply of entropy for
319d3ede2dbSBob Ham	  /dev/random and /dev/urandom and also provides direct access
320d3ede2dbSBob Ham	  via /dev/chaoskeyX
32166e3e591SKeith Packard
32266e3e591SKeith Packard	  To compile this driver as a module, choose M here: the
32366e3e591SKeith Packard	  module will be called chaoskey.
324517c4c44SAl Cooper
325517c4c44SAl Cooperconfig BRCM_USB_PINMAP
326517c4c44SAl Cooper	tristate "Broadcom pinmap driver support"
327517c4c44SAl Cooper	depends on (ARCH_BRCMSTB && PHY_BRCM_USB) || COMPILE_TEST
328517c4c44SAl Cooper	default ARCH_BRCMSTB && PHY_BRCM_USB
329517c4c44SAl Cooper	help
330517c4c44SAl Cooper	  This option enables support for remapping some USB external
331517c4c44SAl Cooper	  signals, which are typically on dedicated pins on the chip,
332517c4c44SAl Cooper	  to any gpio.
3338bc06364SMatthias Kaehlcke
33431e7f6c0SJavier Carrascoconfig USB_ONBOARD_DEV
33531e7f6c0SJavier Carrasco	tristate "Onboard USB device support"
33622683e48SJean Delvare	depends on OF
3378bc06364SMatthias Kaehlcke	help
33831e7f6c0SJavier Carrasco	  Say Y here if you want to support discrete onboard USB devices
33931e7f6c0SJavier Carrasco	  that don't require an additional control bus for initialization,
34031e7f6c0SJavier Carrasco	  but need some non-trivial form of initialization, such as
34131e7f6c0SJavier Carrasco	  enabling a power regulator. An example for such device is the
34231e7f6c0SJavier Carrasco	  Realtek RTS5411 hub.
3438bc06364SMatthias Kaehlcke
3448bc06364SMatthias Kaehlcke	  This driver can be used as a module but its state (module vs
3458bc06364SMatthias Kaehlcke	  builtin) must match the state of the USB subsystem. Enabling
3468bc06364SMatthias Kaehlcke	  this config will enable the driver and it will automatically
3478bc06364SMatthias Kaehlcke	  match the state of the USB subsystem. If this driver is a
34831e7f6c0SJavier Carrasco	  module it will be called onboard_usb_dev.
3496c4e1ef4SRadhey Shyam Pandey
3506c4e1ef4SRadhey Shyam Pandeyconfig USB_ONBOARD_DEV_USB5744
3516c4e1ef4SRadhey Shyam Pandey	bool "Onboard USB Microchip usb5744 hub with SMBus support"
3526c4e1ef4SRadhey Shyam Pandey	depends on (USB_ONBOARD_DEV && I2C=y) || (USB_ONBOARD_DEV=m && I2C=m)
3536c4e1ef4SRadhey Shyam Pandey	help
3546c4e1ef4SRadhey Shyam Pandey	  Say Y here if you want to support onboard USB Microchip usb5744
3556c4e1ef4SRadhey Shyam Pandey	  hub that requires SMBus initialization.
3566c4e1ef4SRadhey Shyam Pandey
3576c4e1ef4SRadhey Shyam Pandey	  This options enables usb5744 i2c default initialization sequence
3586c4e1ef4SRadhey Shyam Pandey	  during hub start-up configuration stage. It is must to enable this
3596c4e1ef4SRadhey Shyam Pandey	  option on AMD Kria KR260 Robotics Starter Kit as this hub is
3606c4e1ef4SRadhey Shyam Pandey	  connected to USB-SD converter which mounts the root filesystem.
361