xref: /linux/drivers/phy/cadence/Kconfig (revision 7a343c8bf4b5969dafc0261bd94c8375f0717e8c)
1c8b427edSScott Telford#
244d30d62SAlan Douglas# Phy drivers for Cadence PHYs
3c8b427edSScott Telford#
4*7a343c8bSMaxime Ripard
5c8b427edSScott Telfordconfig PHY_CADENCE_DP
6c8b427edSScott Telford	tristate "Cadence MHDP DisplayPort PHY driver"
7c8b427edSScott Telford	depends on OF
8c8b427edSScott Telford	depends on HAS_IOMEM
9c8b427edSScott Telford	select GENERIC_PHY
10c8b427edSScott Telford	help
11c8b427edSScott Telford	  Support for Cadence MHDP DisplayPort PHY.
1244d30d62SAlan Douglas
13*7a343c8bSMaxime Ripardconfig PHY_CADENCE_DPHY
14*7a343c8bSMaxime Ripard	tristate "Cadence D-PHY Support"
15*7a343c8bSMaxime Ripard	depends on HAS_IOMEM && OF
16*7a343c8bSMaxime Ripard	select GENERIC_PHY
17*7a343c8bSMaxime Ripard	select GENERIC_PHY_MIPI_DPHY
18*7a343c8bSMaxime Ripard	help
19*7a343c8bSMaxime Ripard	  Choose this option if you have a Cadence D-PHY in your
20*7a343c8bSMaxime Ripard	  system. If M is selected, the module will be called
21*7a343c8bSMaxime Ripard	  cdns-dphy.
22*7a343c8bSMaxime Ripard
2344d30d62SAlan Douglasconfig PHY_CADENCE_SIERRA
2444d30d62SAlan Douglas	tristate "Cadence Sierra PHY Driver"
2544d30d62SAlan Douglas	depends on OF && HAS_IOMEM && RESET_CONTROLLER
2644d30d62SAlan Douglas	select GENERIC_PHY
2744d30d62SAlan Douglas	help
2844d30d62SAlan Douglas	  Enable this to support the Cadence Sierra PHY driver
29