Newer
Older
barebox / drivers / usb / misc / Kconfig
@Lucas Stach Lucas Stach on 2 Dec 2019 476 bytes usb: usb251xb: depend on OFDEVICE
#
# USB Miscellaneous driver configuration
#
comment "USB Miscellaneous drivers"

config USB_HUB_USB251XB
	bool "USB251XB Hub Controller Configuration Driver"
	depends on I2C
	depends on OFDEVICE
	select NLS
	help
	  This option enables support for configuration via SMBus of the
	  Microchip USB251x/xBi USB 2.0 Hub Controller series. Configuration
	  parameters may be set in devicetree or platform data.
	  Say Y or M here if you need to configure such a device via SMBus.