summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Kconfig
blob: 270606f50bb8aa639d4daeacfca97b86ac958be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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.