0b56e9a7e8
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>
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
#
|
|
# Phy drivers for STMicro platforms
|
|
#
|
|
config PHY_MIPHY28LP
|
|
tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
|
|
depends on ARCH_STI
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
|
|
that is part of STMicroelectronics STiH407 SoC.
|
|
|
|
config PHY_ST_SPEAR1310_MIPHY
|
|
tristate "ST SPEAR1310-MIPHY driver"
|
|
select GENERIC_PHY
|
|
depends on MACH_SPEAR1310 || COMPILE_TEST
|
|
help
|
|
Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
|
|
|
|
config PHY_ST_SPEAR1340_MIPHY
|
|
tristate "ST SPEAR1340-MIPHY driver"
|
|
select GENERIC_PHY
|
|
depends on MACH_SPEAR1340 || COMPILE_TEST
|
|
help
|
|
Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
|
|
|
|
config PHY_STIH407_USB
|
|
tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
|
|
depends on RESET_CONTROLLER
|
|
depends on ARCH_STI || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this support to enable the picoPHY device used by USB2
|
|
and USB3 controllers on STMicroelectronics STiH407 SoC families.
|