diff options
| author | Tom Rini <[email protected]> | 2026-03-04 14:24:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-04 14:24:59 -0600 |
| commit | 024a0e912569fcde6faf690b02895dff84ddd15d (patch) | |
| tree | dfaf2fa6f7b7bbd6a61b8e8f65189486241344f2 /drivers/phy/Kconfig | |
| parent | 3e91c6a36a14b38d066186e68f43c6ffe650c3c3 (diff) | |
| parent | 47905f28468e3524cb5f775f52928cdcc568815a (diff) | |
Merge tag 'u-boot-ufs-20260304' of https://source.denx.de/u-boot/custodians/u-boot-ufs
A few fixes/missing changes for UFS:
- remove unused ufs_post_bind() declaration
- Disable UTP command timeout in slow mode
- Missing MediaTek UFS PHY Driver to be used with the UFS driver
Diffstat (limited to 'drivers/phy/Kconfig')
| -rw-r--r-- | drivers/phy/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 87729b479bd..09810b62b51 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -282,6 +282,16 @@ config PHY_MTK_TPHY multi-ports is first version, otherwise is second veriosn, so you can easily distinguish them by banks layout. +config PHY_MTK_UFS + tristate "MediaTek UFS M-PHY driver" + depends on ARCH_MEDIATEK + depends on PHY + help + Support for UFS M-PHY on MediaTek chipsets. + Enable this to provide vendor-specific probing, + initialization, power on and power off flow of + specified M-PHYs. + config PHY_NPCM_USB bool "Nuvoton NPCM USB PHY support" depends on PHY |
