diff options
| author | Marek Vasut <[email protected]> | 2022-04-10 06:27:14 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2022-06-07 16:14:20 +0200 |
| commit | 02544db9a7ffd352129f51c8987fc5a6e2b31a8b (patch) | |
| tree | b7c6b7c04c2c2d29bb27d03791a21f182864e0cd /drivers/misc/Makefile | |
| parent | fe8e8af36c46dd6381d64b174bd6b5e1283a5294 (diff) | |
misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux
This patch adds a driver for configuration of the Microchip USB251xB/xBi
USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus
configuration interface and two to four USB 2.0 downstream ports.
This is ported from Linux as of Linux kernel commit
5c2b9c61ae5d8 ("usb: usb251xb: add boost-up property support")
Signed-off-by: Marek Vasut <[email protected]>
Cc: Bin Meng <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 7a6047f64f9..b9c54bdd99b 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -20,6 +20,7 @@ endif ifdef CONFIG_$(SPL_)DM_I2C ifndef CONFIG_SPL_BUILD obj-$(CONFIG_SANDBOX) += i2c_eeprom_emul.o +obj-$(CONFIG_USB_HUB_USB251XB) += usb251xb.o endif endif ifdef CONFIG_SPL_OF_PLATDATA |
