xref: /openbmc/linux/drivers/phy/cadence/Kconfig (revision 2874c5fd)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Cadence PHYs
4#
5
6config PHY_CADENCE_DP
7	tristate "Cadence MHDP DisplayPort PHY driver"
8	depends on OF
9	depends on HAS_IOMEM
10	select GENERIC_PHY
11	help
12	  Support for Cadence MHDP DisplayPort PHY.
13
14config PHY_CADENCE_DPHY
15	tristate "Cadence D-PHY Support"
16	depends on HAS_IOMEM && OF
17	select GENERIC_PHY
18	select GENERIC_PHY_MIPI_DPHY
19	help
20	  Choose this option if you have a Cadence D-PHY in your
21	  system. If M is selected, the module will be called
22	  cdns-dphy.
23
24config PHY_CADENCE_SIERRA
25	tristate "Cadence Sierra PHY Driver"
26	depends on OF && HAS_IOMEM && RESET_CONTROLLER
27	select GENERIC_PHY
28	help
29	  Enable this to support the Cadence Sierra PHY driver
30