mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Adding vendor specific directories in phy to group phy drivers under their respective vendor umbrella. Also updated the MAINTAINERS file to reflect the correct directory structure for phy drivers. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Cc: Kishon Vijay Abraham I <kishon@ti.com> Cc: David S. Miller <davem@davemloft.net> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Cc: Guenter Roeck <linux@roeck-us.net> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Viresh Kumar <viresh.kumar@linaro.org> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Cc: Krzysztof Kozlowski <krzk@kernel.org> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Stephen Boyd <stephen.boyd@linaro.org> Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-arm-msm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org Cc: linux-rockchip@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-usb@vger.kernel.org Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
#
|
|
# Phy drivers for Marvell platforms
|
|
#
|
|
config ARMADA375_USBCLUSTER_PHY
|
|
def_bool y
|
|
depends on MACH_ARMADA_375 || COMPILE_TEST
|
|
depends on OF && HAS_IOMEM
|
|
select GENERIC_PHY
|
|
|
|
config PHY_BERLIN_SATA
|
|
tristate "Marvell Berlin SATA PHY driver"
|
|
depends on ARCH_BERLIN && HAS_IOMEM && OF
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the SATA PHY on Marvell Berlin SoCs.
|
|
|
|
config PHY_BERLIN_USB
|
|
tristate "Marvell Berlin USB PHY Driver"
|
|
depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the USB PHY on Marvell Berlin SoCs.
|
|
|
|
config PHY_MVEBU_SATA
|
|
def_bool y
|
|
depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
|
|
depends on OF
|
|
select GENERIC_PHY
|
|
|
|
config PHY_PXA_28NM_HSIC
|
|
tristate "Marvell USB HSIC 28nm PHY Driver"
|
|
depends on HAS_IOMEM
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support Marvell USB HSIC PHY driver for Marvell
|
|
SoC. This driver will do the PHY initialization and shutdown.
|
|
The PHY driver will be used by Marvell ehci driver.
|
|
|
|
To compile this driver as a module, choose M here.
|
|
|
|
config PHY_PXA_28NM_USB2
|
|
tristate "Marvell USB 2.0 28nm PHY Driver"
|
|
depends on HAS_IOMEM
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support Marvell USB 2.0 PHY driver for Marvell
|
|
SoC. This driver will do the PHY initialization and shutdown.
|
|
The PHY driver will be used by Marvell udc/ehci/otg driver.
|
|
|
|
To compile this driver as a module, choose M here.
|