Skip to content

Commit

Permalink
phy: samsung: unify naming and describe driver in KConfig
Browse files Browse the repository at this point in the history
We use everywhere "Samsung" and "Exynos", not the uppercase versions.
Describe better which driver applies to which SoC, to make configuring
kernel for Samsung SoC easier.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
  • Loading branch information
krzk authored and vinodkoul committed Oct 1, 2021
1 parent 6880fa6 commit 9b870e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions drivers/phy/samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@ config PHY_EXYNOS_PCIE
This driver provides PHY interface for Exynos PCIe controller.

config PHY_SAMSUNG_UFS
tristate "SAMSUNG SoC series UFS PHY driver"
tristate "Exynos SoC series UFS PHY driver"
depends on OF && (ARCH_EXYNOS || COMPILE_TEST)
select GENERIC_PHY
help
Enable this to support the Samsung UFS PHY driver for
Samsung SoCs. This driver provides the interface for UFS
host controller to do PHY related programming.
Enable this to support the Samsung Exynos SoC UFS PHY driver for
Samsung Exynos SoCs. This driver provides the interface for UFS host
controller to do PHY related programming.

config PHY_SAMSUNG_USB2
tristate "Samsung USB 2.0 PHY driver"
tristate "S5P/Exynos SoC series USB 2.0 PHY driver"
depends on HAS_IOMEM
depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 || COMPILE_TEST
select GENERIC_PHY
select MFD_SYSCON
default ARCH_EXYNOS
help
Enable this to support the Samsung USB 2.0 PHY driver for Samsung
SoCs. This driver provides the interface for USB 2.0 PHY. Support
for particular PHYs will be enabled based on the SoC type in addition
to this driver.
S5Pv210 and Exynos SoCs. This driver provides the interface for USB
2.0 PHY. Support for particular PHYs will be enabled based on the SoC
type in addition to this driver.

config PHY_EXYNOS4210_USB2
bool
Expand Down

0 comments on commit 9b870e8

Please sign in to comment.