summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-06-08 08:25:30 -0400
committerTom Rini <[email protected]>2022-06-08 08:25:30 -0400
commit57bd363de7b95bececd40a0c8dbb2fcf4d8d3b21 (patch)
tree5368574b1f29151df8d9aad8e4f15bdee131ea54 /drivers/misc/Kconfig
parent6530de23e946dcdefc99f0eef256db768e4bbdf1 (diff)
parent02544db9a7ffd352129f51c8987fc5a6e2b31a8b (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
- MediaTek XHCI bugfix, add USB251xB/xBi driver
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 85ae7f62e91..007c72819fb 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -409,6 +409,15 @@ config TEST_DRV
model. This should only be enabled for testing as it is not useful for
anything else.
+config USB_HUB_USB251XB
+ tristate "USB251XB Hub Controller Configuration Driver"
+ depends on I2C
+ 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.
+
config TWL4030_LED
bool "Enable TWL4030 LED controller"
help